sudo gem install fastlane
fastlane verify
fastlane lint
fastlane ios build_extension
Builds the iOS Extension compatible framework
fastlane ios test_extension
Test the iOS Extension compatible framework
fastlane ios test
Runs all the tests
fastlane mac build_extension
Builds the OS X Extension compatible framework
fastlane mac test_extension
Test the OS X Extension compatible framework
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.