mastodon-ios/Gemfile

10 lines
217 B
Ruby
Raw Normal View History

source "https://rubygems.org"
gem 'arkana'
gem "xcpretty"
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)