Thursday, October 15, 2009

Automatic version numbering in Xcode

Here's a nice piece on automatic version numbering from within Xcode. The article details almost all the work you have to perform to get automatic versioning up and running.

Here are the missing pieces:
  1. Place the Xcode config file in the root of your project.
  2. In your Info.plist file change the value for "Bundle version" to something like "0.1 (${CURRENT_PROJECT_VERSION})" - depending on your choice for the variable in the config file.
With those two things in place, versioning should be up and running in no time. Thanks, Diego!

No comments:

Post a Comment