Skip to content

Latest commit

 

History

History
 
 

.fastlane

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

fastlane documentation

Installation

sudo gem install fastlane

Available Actions

verify

fastlane verify

lint

fastlane lint

iOS

ios build_extension

fastlane ios build_extension

Builds the iOS Extension compatible framework

ios test_extension

fastlane ios test_extension

Test the iOS Extension compatible framework

ios test

fastlane ios test

Runs all the tests


Mac

mac build_extension

fastlane mac build_extension

Builds the OS X Extension compatible framework

mac test_extension

fastlane mac test_extension

Test the OS X Extension compatible framework

mac test

fastlane mac test

Runs all the tests


This README.md is auto-generated and will be re-generated every time to run fastlane. More information about fastlane can be found on https://fastlane.tools. The documentation of fastlane can be found on GitHub.