mirror of
https://github.com/element-hq/element-ios-p2p.git
synced 2026-01-11 20:06:27 +00:00
9 lines
240 B
Ruby
9 lines
240 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "xcode-install"
|
|
gem "fastlane"
|
|
gem "cocoapods", '~>1.11.2'
|
|
gem "slather"
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|