yattee/Gemfile

7 lines
266 B
Ruby
Raw Normal View History

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