aboutsummaryrefslogtreecommitdiff
path: root/dists/macosx/Info.plist.in
diff options
context:
space:
mode:
authorMax Horn2006-01-25 20:53:25 +0000
committerMax Horn2006-01-25 20:53:25 +0000
commit7fddfa20c6ca3dd36be82adc755a4a2c1b8cfed6 (patch)
treeadccb3b5f87f570b50a0a14e86e8a7bb2ac729ae /dists/macosx/Info.plist.in
parent7ad5158ae1448242bc8d3222b8a2fcb567dce2e2 (diff)
downloadscummvm-rg350-7fddfa20c6ca3dd36be82adc755a4a2c1b8cfed6.tar.gz
scummvm-rg350-7fddfa20c6ca3dd36be82adc755a4a2c1b8cfed6.tar.bz2
scummvm-rg350-7fddfa20c6ca3dd36be82adc755a4a2c1b8cfed6.zip
New tools/update-version.pl script (usage: CMD 1 2 3 CVS -> results in version 1.2.3CVS)
svn-id: r20165
Diffstat (limited to 'dists/macosx/Info.plist.in')
-rw-r--r--dists/macosx/Info.plist.in32
1 files changed, 32 insertions, 0 deletions
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 @@
+<?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">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleDisplayName</key>
+ <string>ScummVM</string>
+ <key>CFBundleExecutable</key>
+ <string>scummvm</string>
+ <key>CFBundleGetInfoString</key>
+ <string>@VERSION@, Copyright 2001-2006 The ScummVM team</string>
+ <key>CFBundleIconFile</key>
+ <string>scummvm.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.scummvm.scummvm</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>ScummVM</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>@VERSION@</string>
+ <key>CFBundleVersion</key>
+ <string>@VERSION@</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright 2001-2006 The ScummVM team</string>
+</dict>
+</plist>