aboutsummaryrefslogtreecommitdiff
path: root/dists/macosx
diff options
context:
space:
mode:
authorVincent Bénony2016-01-06 08:31:52 +0100
committerVincent Bénony2016-01-06 16:20:28 +0100
commitac94ad116200cafca46cce23771309919110f6d5 (patch)
tree5a16dfc7616a71bc00c4323ff795d08e8d5f8eb1 /dists/macosx
parentefdb5679ce6304dbc854afbbc511e633d7513338 (diff)
downloadscummvm-rg350-ac94ad116200cafca46cce23771309919110f6d5.tar.gz
scummvm-rg350-ac94ad116200cafca46cce23771309919110f6d5.tar.bz2
scummvm-rg350-ac94ad116200cafca46cce23771309919110f6d5.zip
IOS: Update the autotools template files
Diffstat (limited to 'dists/macosx')
-rw-r--r--dists/macosx/Info.plist2
-rw-r--r--dists/macosx/Info.plist.in28
2 files changed, 14 insertions, 16 deletions
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index 92f82d082b..ef504751a7 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -52,8 +52,6 @@
<string>Copyright 2001-2016 The ScummVM Team</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
- <key>NSHumanReadableCopyright</key>
- <string>Copyright 2001-2016 The ScummVM Team</string>
<key>SUFeedURL</key>
<string>http://www.scummvm.org/appcasts/macosx/release.xml</string>
<key>SUPublicDSAKeyFile</key>
diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in
index 1a83447e26..27c79743a2 100644
--- a/dists/macosx/Info.plist.in
+++ b/dists/macosx/Info.plist.in
@@ -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>@VERSION@, 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>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>@VERSION@, 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>@VERSION@</string>
<key>CFBundleVersion</key>
<string>@VERSION@</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>