Skip to content

asam139/fastwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

xcode-select --install

Install fastlane using

[sudo] gem install fastlane -NV

or alternatively using brew install fastlane

Config bundler to support the fastlane plugins adding:

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)

Available Actions

iOS

ios lint

fastlane ios lint

Validate the project is ready for releasing

ios patch

fastlane ios patch

Release a new version with a patch bump_type

ios minor

fastlane ios minor

Release a new version with a minor bump_type

ios major

fastlane ios major

Release a new version with a major bump_type

ios test

fastlane ios test

Environment

It places a file with the name .env.fastlane in the root folder to define all environment variables. The available variables can be found in the .env.template.


More information about fastlane can be found on fastlane.tools. The documentation of fastlane can be found on docs.fastlane.tools.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages