diff options
author | Johannes Schickel | 2016-01-07 10:38:31 +0100 |
---|---|---|
committer | Johannes Schickel | 2016-01-07 10:38:31 +0100 |
commit | bd1039b93ef3cb1541e9df91879c704aa894ddd9 (patch) | |
tree | 06aad88a939836932c53c27681507283376ad159 /dists/macosx/Info.plist | |
parent | cf5856492c6ce1820339dd76f9d3175f9f457215 (diff) | |
parent | b5ef98637c54a453a6f0ac0ca8c501ceb59924d5 (diff) | |
download | scummvm-rg350-bd1039b93ef3cb1541e9df91879c704aa894ddd9.tar.gz scummvm-rg350-bd1039b93ef3cb1541e9df91879c704aa894ddd9.tar.bz2 scummvm-rg350-bd1039b93ef3cb1541e9df91879c704aa894ddd9.zip |
Merge pull request #630 from bSr43/ios-fix
IOS: Fixes the iOS port
Diffstat (limited to 'dists/macosx/Info.plist')
-rw-r--r-- | dists/macosx/Info.plist | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index b872febd60..ef504751a7 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -4,6 +4,18 @@ <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> + <key>CFBundleDisplayName</key> + <string>ScummVM</string> + <key>CFBundleExecutable</key> + <string>scummvm</string> + <key>CFBundleGetInfoString</key> + <string>1.8.0git, Copyright 2001-2016 The ScummVM Team</string> + <key>CFBundleIconFile</key> + <string>scummvm.icns</string> + <key>CFBundleIdentifier</key> + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> <key>CFBundleLocalizations</key> <array> <string>en</string> @@ -28,18 +40,6 @@ <string>se</string> <string>uk</string> </array> - <key>CFBundleDisplayName</key> - <string>ScummVM</string> - <key>CFBundleExecutable</key> - <string>scummvm</string> - <key>CFBundleGetInfoString</key> - <string>1.8.0git, Copyright 2001-2016 The ScummVM Team</string> - <key>CFBundleIconFile</key> - <string>scummvm.icns</string> - <key>CFBundleIdentifier</key> - <string>org.scummvm.scummvm</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> <key>CFBundleName</key> <string>ScummVM</string> <key>CFBundlePackageType</key> @@ -48,10 +48,10 @@ <string>1.8.0git</string> <key>CFBundleVersion</key> <string>1.8.0git</string> - <key>NSPrincipalClass</key> - <string>NSApplication</string> <key>NSHumanReadableCopyright</key> <string>Copyright 2001-2016 The ScummVM Team</string> + <key>NSPrincipalClass</key> + <string>NSApplication</string> <key>SUFeedURL</key> <string>http://www.scummvm.org/appcasts/macosx/release.xml</string> <key>SUPublicDSAKeyFile</key> |