Tags: tomaz/appledoc
Tags
Implemented auto-versioning from git. It works via build script which generates a file containing version and build number information. The file is part of Xcode project, but is ignored in git to prevent undesired commits. It's automatically generated by script build phase before compiling project files though. The solution is not ideal - Xcode will show red missing file upon checkout... But as said, the file will be generated before compiling any other file, so it works fine in practice...
PreviousNext