Learn all about Fastlane with these posts
Fastlane is a tool that automates the building and releasing of iOS and Android apps.
How to fully automate the process of code signing your Apple apps using fastlane match to keep your signing certificates and provisioning profiles in sync across your team.
How to make sure your Xcode project's build and version numbers are always up-to-date using Fastlane.
How to manage versions of Ruby and install Ruby Gems such as Fastlane both locally and in your CI/CD pipelines using GitHub Actions.
How to build an app that depends on private Swift packages on CI/CD.
An up to date guide on how to use an App Store Connect API key with Fastlane and GitHub Actions.
Learning how to install and use third-party tools in Xcode Cloud through ci scripts.
Some processes, such as a release pipeline, are very important but do not get run frequently. In this article, I go through how scheduled CI runs can help you spot failures early and gain confidence in your important and infrequent processes, such as release pipelines.
A short article on the recent contribution I made to Fastlane's open source project.