Home

Example usage:

In a Xcode project’s Info.plist create a CFBundleVersion key with the following value (assuming a 1.0 release):

<key>CFBundleVersion</key>
<string>1.0 (GIT)</string>

“GIT” will be substituted with the corresponding revision in the deployed application’s About box. It uses the 7 character short-form of the SHA1 revision.

Another way is with CFBundleShortVersionString of 1.0 and CFBundleVersion of GIT.

Last edited by mgrimes, 2 months ago
Versions: