2018-10-11 07:13:19 +00:00
|
|
|
source "https://rubygems.org"
|
|
|
|
|
|
|
|
gem "fastlane"
|
2019-02-25 21:56:24 +00:00
|
|
|
gem "cocoapods", "~> 1.6"
|
2018-10-11 07:13:19 +00:00
|
|
|
gem "dotenv"
|
2019-03-21 17:12:50 +00:00
|
|
|
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|