Skip to content

edcs/fastlane-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example Fastlane Configuration

This repo contains an example configuration for Fastlane. Most of the configuration options are read from the environment, feel free to use a .env file or set the values directly on your CI server (BUILD_NUMBER is already set for you to use on Jenkins, other services have their own conventions).

Installing Fastlane

Install Fastlane, it's plugins and dependecies using Bundler:

bundle install

Building Your App

Run the following command to build an app:

bundler exec fastlane ios release

Generating a Provisioning Profile for Debug Installs

bundler exec fastlane ios development

About

A quick starter kit Fastlane iOS app builds

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages