getOffIt / SpellingAppOnline

0 stars 0 forks source link

Increment version number by date instead of semVer #23

Closed getOffIt closed 1 week ago

getOffIt commented 2 weeks ago

There is an issue with my Xcode setup as it is currently generating the info.plist file on the fly instead of the old school setup. Seems that I have two ways forward, A turn the generation off and create an info.plist file -B setup a new build configuration to be used instead of the project.pbxproj version

A) feels old school and looking backwards B) I'll have to manually write the code to update the build config file instead of using avg tool

getOffIt commented 2 weeks ago

https://forums.developer.apple.com/forums/thread/705222 https://developer.apple.com/forums/thread/709065?answerId=718911022#718911022 https://developer.apple.com/documentation/xcode/adding-a-build-configuration-file-to-your-project

getOffIt commented 2 weeks ago

okay, this will be my approach: https://medium.com/@mateuszsiatrak/automating-build-number-increments-in-xcode-with-custom-format-a-practical-guide-bcc90a19f716