summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Crawl-Info.plist
diff options
context:
space:
mode:
authorpeterb12 <peterb12@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-01 22:32:36 +0000
committerpeterb12 <peterb12@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-01 22:32:36 +0000
commit841caa6fb158df7223f1379134518476bd0b0374 (patch)
tree4b0f0a5e5b666ae7e72b39e0f286a698bd3515fa /crawl-ref/source/Crawl-Info.plist
parente208b218082304acfa9b9c6f5f3e77f48ae5ad16 (diff)
downloadcrawl-ref-841caa6fb158df7223f1379134518476bd0b0374.tar.gz
crawl-ref-841caa6fb158df7223f1379134518476bd0b0374.zip
Info.plist needed.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4036 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/Crawl-Info.plist')
-rw-r--r--crawl-ref/source/Crawl-Info.plist26
1 files changed, 26 insertions, 0 deletions
diff --git a/crawl-ref/source/Crawl-Info.plist b/crawl-ref/source/Crawl-Info.plist
new file mode 100644
index 0000000000..4c813b3230
--- /dev/null
+++ b/crawl-ref/source/Crawl-Info.plist
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//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>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.yourcompany.Crawl</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleIconFile</key>
+ <string>Crawl</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>NSMainNibFile</key>
+ <string>MainMenu</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+</dict>
+</plist>