Revert changes made for 3.0 release

This commit is contained in:
Shawn Hoffman
2011-08-20 14:05:43 -07:00
parent 35d1599724
commit 2309e36b28
17 changed files with 787 additions and 9 deletions

View File

@ -113,7 +113,7 @@ elif sys.platform == 'darwin':
CFBundleIdentifier = 'com.dolphin-emulator.dolphin',
CFBundleLocalizations = languages,
CFBundlePackageType = 'APPL',
CFBundleShortVersionString = '0',
CFBundleShortVersionString = env['svnrev'],
CFBundleVersion = '3.0',
LSMinimumSystemVersion = '10.5.4',
LSRequiresCarbon = True,