Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 325 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 325 Bytes

Fastlane Base Configuration

This repository hosts our base configuration files for fastlane.

Usage

In your Fastfile, simply add the following line at the top:

import_from_git(url: '<URL-for-this-repo>.git')

Run fastlane lanes for a description of the functionality available.