Tag: ios
-
How to setup a workflow for Xcode Cloud build?
The service Xcode Cloud was introduced a couple of years ago and has been improved over time. In this small guide, I just want to show case you, how simple it is to setup a such workflow in Xcode Cloud to build and deploy your apps no longer on a local machine. Instead with Xcode…
-
The different places where you can define the bundle version of your iOS app for Xcode Cloud
I’m developing an iOS app a while ago and recently moved to Xcode Cloud to build the app there. To switch to this method, we need to set the version in our project like bundle version and bundle version string (short) to the newest version. Therefore, we have in the build settings for each target…