0.0
The project is in a healthy, maintained state
Provides init script, templates and functions to be used within fastlane files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.3
~> 1.24
~> 2.0
>= 2.1.1, < 3.0.0
 Project Readme

Xcode Fastlane

Provides tools to easily manage fastlane for screenshot and metadata uploads, when building on Xcode Cloud.

Installation

In order to run this command globally to initialize a project, install the gem globally.

gem install xcode_fastlane

Usage

First, initialize your xcode project directory.

xcode_fastlane init
bundle install

This will create a new Gemfile, .gitignore, the fastlane folder, and ci_scripts folder.

Next, adapt the files in the fastlane folder according to your needs and check the contents of the ci scripts.

Xcode Cloud Workflow Setup

  • Create a new workflow
  • Choose archive
  • Add to environment variables all variables mentioned in the Appfile with proper values.
  • You may want to run bundle exec fastlane deliver with proper values in order to download the existing metadata.

Now when this workflow runs, the screenshots will be generated and uploaded together with the metadata to AppStore Connect.