Lane: import_from_git

Description

We use main fastlane_configurationsopen in new window. You will use many lines from this file for create new build for your app and deploy it.

Usage

  • Open Fastfile in your IDE or text editor
  • Add this code:
import_from_git(
  # branch: "2.8.0",
  url: "git@git.themindstudios.com:ios/fastlane_configurations.git"
)
1
2
3
4

Lane Parameters

KeyDescription
branchIt is a tag value from fastlane_configurationsopen in new window. If a branch is absent, you will import latest configuration.
urlURL for fastlane_configurations