Created
January 23, 2019 07:58
-
-
Save sugumura/6692a301282559d142a95d8556946df2 to your computer and use it in GitHub Desktop.
install Fastlane
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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