Skip to content

Instantly share code, notes, and snippets.

@JavyMB
Created May 18, 2019 18:42
Show Gist options
  • Save JavyMB/f1d64d2fe6d4380945e2e82f42441ae8 to your computer and use it in GitHub Desktop.
Save JavyMB/f1d64d2fe6d4380945e2e82f42441ae8 to your computer and use it in GitHub Desktop.
fastlane_version '2.53.1'
before_all do
ensure_git_branch
ensure_git_status_clean
git_pull
end
platform :ios do
# iOS Lanes
end
platform :android do
# Android Lanes
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment