diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-07-20 08:20:50 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-07-20 08:21:55 (GMT) |
commit | 6c3332037513e8044671faa1d8195f3c0dbdf25a (patch) | |
tree | 009cbdee2c7da1acaf0232fd4461753a38691549 /Slimber/Cocoa/Info.plist | |
parent | fa9a1b5e78c3af94f9a69f52aef0b666c0d5cf8c (diff) | |
download | swift-contrib-6c3332037513e8044671faa1d8195f3c0dbdf25a.zip swift-contrib-6c3332037513e8044671faa1d8195f3c0dbdf25a.tar.bz2 |
Roll our own Cocoa builds.
Diffstat (limited to 'Slimber/Cocoa/Info.plist')
-rw-r--r-- | Slimber/Cocoa/Info.plist | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Slimber/Cocoa/Info.plist b/Slimber/Cocoa/Info.plist index 612b7da..6d66144 100644 --- a/Slimber/Cocoa/Info.plist +++ b/Slimber/Cocoa/Info.plist @@ -5,15 +5,13 @@ <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> - <string>${EXECUTABLE_NAME}</string> - <key>CFBundleIconFile</key> - <string></string> + <string>Slimber</string> <key>CFBundleIdentifier</key> - <string>com.yourcompany.${PRODUCT_NAME:identifier}</string> + <string>im.swift.Slimber</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> - <string>${PRODUCT_NAME}</string> + <string>Slimber</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> |