update fastfile to work with xcode 13

This commit is contained in:
Salvatore Giordano
2021-10-08 11:33:56 +02:00
parent b695d5d029
commit 42e93da74e
3 changed files with 7 additions and 16 deletions
+1
View File
@@ -1,6 +1,7 @@
source "https://rubygems.org"
gem "fastlane"
gem "xcode-install"
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)