This repository hosts our (Rakuten MAG SDK Team) shared build configuration and tooling for iOS SDK development.
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.
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