mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-17 21:49:16 +00:00
Revert changes made for 3.0 release
This commit is contained in:
parent
35d1599724
commit
2309e36b28
17 changed files with 787 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue