From c277ac699f1accaf3ea2fd9e818ad945f1e45e95 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 22 Nov 2007 14:01:00 +0000 Subject: Made iPhone Info.plist be generated from Info.plist.in, like all other source files which contain the version string; also fixed the CFBundleIdentifier (we have .org domain, not .com). TODO: Somebody check which keys are supported by the iPhone's Info.plist svn-id: r29610 --- dists/iphone/Info.plist | 4 +++- dists/iphone/Info.plist.in | 26 ++++++++++++++++++++++++++ tools/update-version.pl | 1 + 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 dists/iphone/Info.plist.in diff --git a/dists/iphone/Info.plist b/dists/iphone/Info.plist index 334bfa8588..0791b3a4fc 100644 --- a/dists/iphone/Info.plist +++ b/dists/iphone/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable ScummVM CFBundleIdentifier - com.scummvm.scummvm + org.scummvm.scummvm CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -18,6 +18,8 @@ 1.0.0 CFBundleSignature ???? + CFBundleShortVersionString + 0.11.0svn CFBundleVersion svn diff --git a/dists/iphone/Info.plist.in b/dists/iphone/Info.plist.in new file mode 100644 index 0000000000..1425ef388d --- /dev/null +++ b/dists/iphone/Info.plist.in @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ScummVM + CFBundleIdentifier + org.scummvm.scummvm + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ScummVM + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleShortVersionString + @VERSION@ + CFBundleVersion + svn + + diff --git a/tools/update-version.pl b/tools/update-version.pl index 4a93582d13..110868e6be 100755 --- a/tools/update-version.pl +++ b/tools/update-version.pl @@ -33,6 +33,7 @@ print "Setting version to '$VERSION'\n"; my @subs_files = qw( backends/platform/ds/arm9/makefile base/internal_version.h + dists/iphone/Info.plist dists/macosx/Info.plist dists/redhat/scummvm.spec dists/scummvm.rc -- cgit v1.2.3