summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-07-19 22:48:43 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-07-19 22:48:43 (GMT)
commit0a3239b01f656355367b16d734d55624fca0da8f (patch)
tree0b17a158b9ed0a50627c913562df200c6ee1106d /Slimber/Cocoa/Info.plist
parentdadef90f080d5434db1f6924cc74a805a3a451cd (diff)
downloadswift-0a3239b01f656355367b16d734d55624fca0da8f.zip
swift-0a3239b01f656355367b16d734d55624fca0da8f.tar.bz2
Rename Nim to Slimber.
Diffstat (limited to 'Slimber/Cocoa/Info.plist')
-rw-r--r--Slimber/Cocoa/Info.plist28
1 files changed, 28 insertions, 0 deletions
diff --git a/Slimber/Cocoa/Info.plist b/Slimber/Cocoa/Info.plist
new file mode 100644
index 0000000..612b7da
--- /dev/null
+++ b/Slimber/Cocoa/Info.plist
@@ -0,0 +1,28 @@
+<?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>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>${PRODUCT_NAME}</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>