Learn all about Fastlane with these posts

Fastlane is a tool that automates the building and releasing of iOS and Android apps.

New!
Automate Apple app code signing using fastlane match

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 automatically update build and version numbers in your app using Fastlane

How to make sure your Xcode project's build and version numbers are always up-to-date using Fastlane.

How to install the same version of Ruby and Fastlane locally and on CI/CD

How to manage versions of Ruby and install Ruby Gems such as Fastlane both locally and in your CI/CD pipelines using GitHub Actions.

Private Swift packages on CI/CD

How to build an app that depends on private Swift packages on CI/CD.

Fastlane and App Store Connect API keys

An up to date guide on how to use an App Store Connect API key with Fastlane and GitHub Actions.

Xcode Cloud scripts: Fastlane and Cocoapods

Learning how to install and use third-party tools in Xcode Cloud through ci scripts.

Testing your release pipeline using Fastlane

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.

My first contribution to Fastlane

A short article on the recent contribution I made to Fastlane's open source project.