diff options
author | Max Horn | 2010-09-25 18:07:19 +0000 |
---|---|---|
committer | Max Horn | 2010-09-25 18:07:19 +0000 |
commit | 9d50e47de321b193e0996dec84d585c3bb405ce8 (patch) | |
tree | bdc37b8715798bfa31e2f4fdcb5461f898a50bef /dists/iphone | |
parent | 744b301b22cf7145245c1ffc5ea8bab2ae3aa305 (diff) | |
download | scummvm-rg350-9d50e47de321b193e0996dec84d585c3bb405ce8.tar.gz scummvm-rg350-9d50e47de321b193e0996dec84d585c3bb405ce8.tar.bz2 scummvm-rg350-9d50e47de321b193e0996dec84d585c3bb405ce8.zip |
IPHONE,MACOSX: Sync Info.plist changes with 1.2.x branch
svn-id: r52886
Diffstat (limited to 'dists/iphone')
-rw-r--r-- | dists/iphone/Info.plist | 9 | ||||
-rw-r--r-- | dists/iphone/Info.plist.in | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/dists/iphone/Info.plist b/dists/iphone/Info.plist index 48630ff4fc..9fc4debc92 100644 --- a/dists/iphone/Info.plist +++ b/dists/iphone/Info.plist @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> @@ -15,19 +15,18 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0.0</string> + <string>1.3.0svn</string> <key>CFBundleSignature</key> <string>????</string> - <key>CFBundleShortVersionString</key> - <string>1.3.0svn</string> <key>CFBundleVersion</key> - <string>svn</string> + <string>1.3.0svn</string> <key>CFBundleIconFile</key> <string>icon.png</string> <key>CFBundleIconFiles</key> <array> <string>icon.png</string> <string>icon-72.png</string> + <string>icon4.png</string> </array> <key>UIPrerenderedIcon</key> <true/> diff --git a/dists/iphone/Info.plist.in b/dists/iphone/Info.plist.in index 3393486c9d..efb93832e7 100644 --- a/dists/iphone/Info.plist.in +++ b/dists/iphone/Info.plist.in @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> @@ -15,19 +15,18 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0.0</string> + <string>@VERSION@</string> <key>CFBundleSignature</key> <string>????</string> - <key>CFBundleShortVersionString</key> - <string>@VERSION@</string> <key>CFBundleVersion</key> - <string>svn</string> + <string>@VERSION@</string> <key>CFBundleIconFile</key> <string>icon.png</string> <key>CFBundleIconFiles</key> <array> <string>icon.png</string> <string>icon-72.png</string> + <string>icon4.png</string> </array> <key>UIPrerenderedIcon</key> <true/> |