yattee/Gemfile

7 lines
266 B
Ruby
Raw Normal View History

2022-08-15 16:27:38 +02:00
source "https://rubygems.org"
2024-01-28 15:10:44 +01:00
gem 'fastlane', git: 'https://github.com/nekrich/fastlane.git', branch: 'fix/match-tvos-devices-fetch'
2022-08-15 17:14:09 +02:00
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)