/fastlane

Primary LanguageRuby

To implement fastlane to your project, need to make these steps below:

  1. Link submodule to the project
$> git submodule add <giturl> fastlane
  1. Copy .env.fastlane.example to the project root
  2. Change .env.fastlane.example file name suffix to one of (.production or .development) and fill in the variables.