summaryrefslogtreecommitdiffabout
path: root/pumpkin/pumpkin-Info.plist
Unidiff
Diffstat (limited to 'pumpkin/pumpkin-Info.plist') (more/less context) (ignore whitespace changes)
-rw-r--r--pumpkin/pumpkin-Info.plist38
1 files changed, 38 insertions, 0 deletions
diff --git a/pumpkin/pumpkin-Info.plist b/pumpkin/pumpkin-Info.plist
new file mode 100644
index 0000000..a921bb4
--- a/dev/null
+++ b/pumpkin/pumpkin-Info.plist
@@ -0,0 +1,38 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>en</string>
7 <key>CFBundleDisplayName</key>
8 <string>pumpkin</string>
9 <key>CFBundleExecutable</key>
10 <string>${EXECUTABLE_NAME}</string>
11 <key>CFBundleIconFile</key>
12 <string>pumpkin</string>
13 <key>CFBundleIdentifier</key>
14 <string>net.klever.kin.${PRODUCT_NAME:rfc1034identifier}</string>
15 <key>CFBundleInfoDictionaryVersion</key>
16 <string>6.0</string>
17 <key>CFBundleName</key>
18 <string>${PRODUCT_NAME}</string>
19 <key>CFBundlePackageType</key>
20 <string>APPL</string>
21 <key>CFBundleShortVersionString</key>
22 <string>0.0</string>
23 <key>CFBundleSignature</key>
24 <string>????</string>
25 <key>CFBundleVersion</key>
26 <string>1</string>
27 <key>LSApplicationCategoryType</key>
28 <string>public.app-category.utilities</string>
29 <key>LSMinimumSystemVersion</key>
30 <string>${MACOSX_DEPLOYMENT_TARGET}</string>
31 <key>NSHumanReadableCopyright</key>
32 <string>Copyright © 2012 Klever Group. All rights reserved.</string>
33 <key>NSMainNibFile</key>
34 <string>PumpKIN</string>
35 <key>NSPrincipalClass</key>
36 <string>NSApplication</string>
37</dict>
38</plist>