Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 590 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 590 Bytes

Shared iOS build configuration

This repository hosts our (Rakuten MAG SDK Team) shared build configuration and tooling for iOS SDK development.

Usage

Shared Fastlane configuration

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.

Setup Per-Repo Git Hooks

To setup a git precommit hook to prevent accidental commits of sensitive passwords and secrets to your git repository:

brew install gitleaks
fastlane ios setup_project