Skip to content

Instantly share code, notes, and snippets.

@sugumura
Created January 23, 2019 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sugumura/6692a301282559d142a95d8556946df2 to your computer and use it in GitHub Desktop.
Save sugumura/6692a301282559d142a95d8556946df2 to your computer and use it in GitHub Desktop.
install Fastlane
source "https://rubygems.org"
gem 'dotenv'
gem 'fastlane'
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment