Hi I wanted to know how can I automatically increase my iOS project build number when creating a new git branch. This is something that I have seen in a project that I have worked on but I couldn't see how its was implemented.
Should I have a script in the .git/hooks
folder? Or there is another way?
Any help will be really appreciated.