2022-08-15 14:27:38 +00:00
|
|
|
source "https://rubygems.org"
|
|
|
|
|
2024-07-06 09:45:15 +00:00
|
|
|
gem 'fastlane'
|
2022-08-15 15:14:09 +00:00
|
|
|
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|