2022-04-29 09:06:28 +02:00
|
|
|
source "https://rubygems.org"
|
|
|
|
|
2022-07-15 05:34:16 +02:00
|
|
|
gem 'arkana'
|
2022-04-29 09:06:28 +02:00
|
|
|
gem "cocoapods"
|
|
|
|
gem "cocoapods-clean"
|
2022-07-15 05:34:16 +02:00
|
|
|
gem "xcpretty"
|
2022-04-29 09:06:28 +02:00
|
|
|
|
2023-10-10 12:48:47 +02:00
|
|
|
# Fastlane
|
|
|
|
gem "fastlane"
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|