aboutsummaryrefslogtreecommitdiffstats
path: root/Framework
diff options
context:
space:
mode:
authorTomáš Znamenáček2015-01-07 17:41:51 +0100
committerTomáš Znamenáček2015-01-07 17:41:51 +0100
commit4a32eca2e6717e778294d492e66c484392cfc2ec (patch)
tree8f8610364adbdefd993b6d56fa86cb3dc65d4853 /Framework
parent252ae408860cf0e8bf1af517658d10a4c1fb5416 (diff)
downloadMASShortcut-4a32eca2e6717e778294d492e66c484392cfc2ec.tar.bz2
Updated copyright & versioning info in the framework’s Info.plist.
Diffstat (limited to 'Framework')
-rw-r--r--Framework/Info.plist10
1 files changed, 3 insertions, 7 deletions
diff --git a/Framework/Info.plist b/Framework/Info.plist
index 36f6087..91a62a8 100644
--- a/Framework/Info.plist
+++ b/Framework/Info.plist
@@ -6,8 +6,6 @@
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIconFile</key>
- <string></string>
<key>CFBundleIdentifier</key>
<string>com.github.shpakovski.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
@@ -17,12 +15,10 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
- <string>1.0</string>
+ <string>2.0.0</string>
<key>CFBundleVersion</key>
- <string>1</string>
+ <string>2.0.0</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright © 2014 Vadim Shpakovski. All rights reserved.</string>
- <key>NSPrincipalClass</key>
- <string></string>
+ <string>Copyright © 2014–2015 Vadim Shpakovski. All rights reserved.</string>
</dict>
</plist>