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