diff options
author | Starla Insigna <starla4444@gmail.com> | 2011-08-23 14:04:45 -0400 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2011-08-23 14:04:45 -0400 |
commit | 21294a54c49ab67e04898aac3482035bab6c79ae (patch) | |
tree | c257271d4e45706ca97877bff2332c0c410e47c2 | |
parent | fd32f2af7f62f17d42292b6538903a37b0b5e563 (diff) | |
download | cartcollect-21294a54c49ab67e04898aac3482035bab6c79ae.tar.gz cartcollect-21294a54c49ab67e04898aac3482035bab6c79ae.tar.bz2 cartcollect-21294a54c49ab67e04898aac3482035bab6c79ae.zip |
Removed short version string from Info.plist
From now on, so build releasing isn't so awkward, the short version string should not be contained in source control. Before releasing a build, you must add the short version string to the Info.plist, archive the build and then remove the string from the plist again so it doesn't accidentally get committed.
-rwxr-xr-x | Resources/Info.plist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist index 28b675a..4a70f3c 100755 --- a/Resources/Info.plist +++ b/Resources/Info.plist | |||
@@ -26,8 +26,6 @@ | |||
26 | <string>${PRODUCT_NAME}</string> | 26 | <string>${PRODUCT_NAME}</string> |
27 | <key>CFBundlePackageType</key> | 27 | <key>CFBundlePackageType</key> |
28 | <string>APPL</string> | 28 | <string>APPL</string> |
29 | <key>CFBundleShortVersionString</key> | ||
30 | <string>0.3.1</string> | ||
31 | <key>CFBundleSignature</key> | 29 | <key>CFBundleSignature</key> |
32 | <string>????</string> | 30 | <string>????</string> |
33 | <key>CFBundleURLTypes</key> | 31 | <key>CFBundleURLTypes</key> |