aboutsummaryrefslogtreecommitdiff
path: root/dists/macosx/Info.plist
diff options
context:
space:
mode:
authorMax Horn2007-12-16 21:41:10 +0000
committerMax Horn2007-12-16 21:41:10 +0000
commit7599b2cb960b972570948a0541fc30cfbb6385e5 (patch)
tree365240ed68d09d01347c91279440e0325e2e7620 /dists/macosx/Info.plist
parent73398deb6c53041d97e169592011c203caff9282 (diff)
downloadscummvm-rg350-7599b2cb960b972570948a0541fc30cfbb6385e5.tar.gz
scummvm-rg350-7599b2cb960b972570948a0541fc30cfbb6385e5.tar.bz2
scummvm-rg350-7599b2cb960b972570948a0541fc30cfbb6385e5.zip
Patch #1847599: Several enhancements for the build system
svn-id: r29889
Diffstat (limited to 'dists/macosx/Info.plist')
-rw-r--r--dists/macosx/Info.plist32
1 files changed, 0 insertions, 32 deletions
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
deleted file mode 100644
index d1396a54d2..0000000000
--- a/dists/macosx/Info.plist
+++ /dev/null
@@ -1,32 +0,0 @@
-<?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>0.11.0svn, Copyright 2001-2007 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>0.11.0svn</string>
- <key>CFBundleVersion</key>
- <string>0.11.0svn</string>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
- <key>NSHumanReadableCopyright</key>
- <string>Copyright 2001-2007 The ScummVM team</string>
-</dict>
-</plist>