Use fastlane fork with tvos certs fix

This commit is contained in:
Arkadiusz Fal
2024-01-28 15:10:44 +01:00
parent ffc9862c75
commit 3c3244239d
2 changed files with 49 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
source "https://rubygems.org"
gem "fastlane"
gem 'fastlane', git: 'https://github.com/nekrich/fastlane.git', branch: 'fix/match-tvos-devices-fetch'
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)