mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-27 03:42:39 +00:00
9 lines
219 B
Ruby
9 lines
219 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "fastlane"
|
|
gem "cocoapods", "~> 1.6.0"
|
|
gem "dotenv"
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|