summary refs log tree commit diff stats
path: root/Resources/Info.plist
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2011-08-13 19:49:56 -0400
committerStarla Insigna <starla4444@gmail.com>2011-08-13 19:49:56 -0400
commit4457e0ce5099a81f8e6a366e353561b886725532 (patch)
tree2dc25a86fcf13457b0c6c75a46a6b838149d028f /Resources/Info.plist
parentd19677f9f73d8fe7436982bdf8d40f69d69d1b43 (diff)
downloadcartcollect-4457e0ce5099a81f8e6a366e353561b886725532.tar.gz
cartcollect-4457e0ce5099a81f8e6a366e353561b886725532.tar.bz2
cartcollect-4457e0ce5099a81f8e6a366e353561b886725532.zip
Added automatic versioning
A shell script that is run before building now automatically sets the build number of the package to the current revision number, plus a value that increments on every build if the code is dirty (a.k.a. has been modified since being committed).

Also changed the project to automatically use the correct provisioning profile when codesigning instead of having to change it every time the provisioning profile changed.
Diffstat (limited to 'Resources/Info.plist')
-rwxr-xr-xResources/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist index ed33cda..9f3118a 100755 --- a/Resources/Info.plist +++ b/Resources/Info.plist
@@ -32,6 +32,8 @@
32 <string>????</string> 32 <string>????</string>
33 <key>CFBundleURLTypes</key> 33 <key>CFBundleURLTypes</key>
34 <array/> 34 <array/>
35 <key>CFBundleVersion</key>
36 <string>BUILD_NUMBER</string>
35 <key>LSRequiresIPhoneOS</key> 37 <key>LSRequiresIPhoneOS</key>
36 <true/> 38 <true/>
37 <key>UIPrerenderedIcon</key> 39 <key>UIPrerenderedIcon</key>