iOS automatic build number incrementing.


Alex Zavatone
 

Earlier today, I finally added this to my latest app in a way that doesn’t constantly dirty the info.plist file. I’ve been trying it out for the day and it seems to handle the initial need.

I’ve written up a how to for a friend on this, including the basic needs this solves and how to add it to your Objective-C app in Xcode 9, iOS. If anyone thinks it would be useful, and wants me to forward it your way, please email me and I’ll send it over.

Happy Friday,
Alex Zavatone


Dave Fernandes
 

I add this script to my build phases:
https://gist.github.com/slangley/f09aaa11bba608478546

On Oct 14, 2017, at 1:30 AM, Alex Zavatone <zav@...> wrote:

Earlier today, I finally added this to my latest app in a way that doesn’t constantly dirty the info.plist file. I’ve been trying it out for the day and it seems to handle the initial need.

I’ve written up a how to for a friend on this, including the basic needs this solves and how to add it to your Objective-C app in Xcode 9, iOS. If anyone thinks it would be useful, and wants me to forward it your way, please email me and I’ll send it over.

Happy Friday,
Alex Zavatone