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 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 dists/iphone/Info.plist.in (limited to 'dists/iphone') 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 + + -- cgit v1.2.3