Fastlane beta
Now that we've migrated our tests with fastlane, we can automate the deployment of our app.
Before we can get into the code for Fastfile, you need to configure your project’s provisioning profiles. If you wish to share provisioning profiles with your CI with the minimum configuration, it's best to use match, a tool part of fastlane that securely stores your provisioning profiles and signing certificates. We will not do a complete tutorial on match as the online documentation is awesome and worth digging into. fastlane on its own is moving fast. You can find the recommendations for configuring your Xcode project on the fastlane docs repository: https://docs.fastlane.tools/codesigning/xcode-project/.
Deploying a beta version of ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access