Blog Posts tagged with: 'xcode'
Automating an Xcode app version
Previously we showed how we can build Xcode applications on the CLI. In this post, we will look at how to automate setting the version of our application so we can release new versions using CI.
Building Xcode applications on the CLI for personal distribution
I recently started to automate the build and release of OctoBlast using Github Actions. In this post, I will show you how to build your application on the command line.