summaryrefslogtreecommitdiff
path: root/pkg/osx/Info.plist
diff options
context:
space:
mode:
authorSimon Howard2010-01-04 22:11:11 +0000
committerSimon Howard2010-01-04 22:11:11 +0000
commitafb95216afb043a56122a3f57292bf0ded5d7775 (patch)
tree5af30fe74dadf8503eede6ff2c91f2af044182da /pkg/osx/Info.plist
parent6921f30a44e0bdf1c3a2f8982e4a8cd290c22462 (diff)
downloadchocolate-doom-afb95216afb043a56122a3f57292bf0ded5d7775.tar.gz
chocolate-doom-afb95216afb043a56122a3f57292bf0ded5d7775.tar.bz2
chocolate-doom-afb95216afb043a56122a3f57292bf0ded5d7775.zip
Generate Info.plist and config.make in configure and remove temporary
versions. Include config.h from top level. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1785
Diffstat (limited to 'pkg/osx/Info.plist')
-rwxr-xr-xpkg/osx/Info.plist32
1 files changed, 0 insertions, 32 deletions
diff --git a/pkg/osx/Info.plist b/pkg/osx/Info.plist
deleted file mode 100755
index fb2afc15..00000000
--- a/pkg/osx/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">
-<!-- This is a temporary Info.plist file that will be removed.
- It will eventually be generated by configure. -->
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleDisplayName</key>
- <string>Cocoa Doom</string>
- <key>CFBundleExecutable</key>
- <string>launcher</string>
- <key>CFBundleGetInfoString</key>
- <string>Cocoa Doom 1.2.1</string>
- <key>CFBundleIconFile</key>
- <string>app.icns</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>Cocoa Doom</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>1.2.1</string>
- <key>CFBundleVersion</key>
- <string>1.2.1</string>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
- <key>NSMainNibFile</key>
- <string>launcher</string>
-</dict>
-</plist>