Blog Posts tagged with: 'swift'

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.

— 26 Sep 2022 mac swift xcode

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.

— 25 Sep 2022 mac swift xcode