From 7fddfa20c6ca3dd36be82adc755a4a2c1b8cfed6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 25 Jan 2006 20:53:25 +0000 Subject: New tools/update-version.pl script (usage: CMD 1 2 3 CVS -> results in version 1.2.3CVS) svn-id: r20165 --- dists/macosx/Info.plist.in | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 dists/macosx/Info.plist.in (limited to 'dists/macosx/Info.plist.in') diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in new file mode 100644 index 0000000000..77095f6ff6 --- /dev/null +++ b/dists/macosx/Info.plist.in @@ -0,0 +1,32 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDisplayName + ScummVM + CFBundleExecutable + scummvm + CFBundleGetInfoString + @VERSION@, Copyright 2001-2006 The ScummVM team + CFBundleIconFile + scummvm.icns + CFBundleIdentifier + org.scummvm.scummvm + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ScummVM + CFBundlePackageType + APPL + CFBundleShortVersionString + @VERSION@ + CFBundleVersion + @VERSION@ + NSPrincipalClass + NSApplication + NSHumanReadableCopyright + Copyright 2001-2006 The ScummVM team + + -- cgit v1.2.3