2022-08-15 19:57:38 +05:30
|
|
|
source "https://rubygems.org"
|
|
|
|
|
2024-07-06 15:15:15 +05:30
|
|
|
gem 'fastlane'
|
2022-08-15 20:44:09 +05:30
|
|
|
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|