You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...