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.in | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dists/iphone/Info.plist.in (limited to 'dists/iphone/Info.plist.in') 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