diff options
| author | Tomáš Znamenáček | 2015-01-08 14:16:26 +0100 |
|---|---|---|
| committer | Tomáš Znamenáček | 2015-01-08 14:16:26 +0100 |
| commit | fc43b570c7ea4802c648670b39586425ce330cec (patch) | |
| tree | c1491a3fcb8764ae069564b7ae6bdbcbaa2c64eb /Demo/Info.plist | |
| parent | 45921ff6f88ad0c76a9afb0547e321b46e10e418 (diff) | |
| download | MASShortcut-fc43b570c7ea4802c648670b39586425ce330cec.tar.bz2 | |
Simplified and updated the demo project.
Diffstat (limited to 'Demo/Info.plist')
| -rw-r--r-- | Demo/Info.plist | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Demo/Info.plist b/Demo/Info.plist index 083b650..68638de 100644 --- a/Demo/Info.plist +++ b/Demo/Info.plist @@ -6,8 +6,6 @@ <string>en</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> - <key>CFBundleIconFile</key> - <string></string> <key>CFBundleIdentifier</key> <string>com.shpakovski.mac.${PRODUCT_NAME:rfc1034identifier}</string> <key>CFBundleInfoDictionaryVersion</key> @@ -18,14 +16,12 @@ <string>APPL</string> <key>CFBundleShortVersionString</key> <string>1.0</string> - <key>CFBundleSignature</key> - <string>????</string> <key>CFBundleVersion</key> <string>1</string> <key>LSMinimumSystemVersion</key> <string>${MACOSX_DEPLOYMENT_TARGET}</string> <key>NSHumanReadableCopyright</key> - <string>Copyright © 2012 Vadim Shpakovski. All rights reserved.</string> + <string>Copyright © 2012–2015 Vadim Shpakovski. All rights reserved.</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> |
