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)
@@ -42,6 +42,6 @@ Deploy build to TestFlight
----
This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
@@ -5,37 +5,27 @@
<testcase classname="fastlane.lanes" name="0: Verifying fastlane version" time="0.000512">
<testcase classname="fastlane.lanes" name="0: Verifying fastlane version" time="0.000502">
</testcase>
<testcase classname="fastlane.lanes" name="1: default_platform" time="0.00019">
<testcase classname="fastlane.lanes" name="1: default_platform" time="0.000219">
</testcase>
<testcase classname="fastlane.lanes" name="2: is_ci" time="0.000194">
<testcase classname="fastlane.lanes" name="2: is_ci" time="0.000236">
</testcase>
<testcase classname="fastlane.lanes" name="3: Switch to ios match_me lane" time="0.000207">
<testcase classname="fastlane.lanes" name="3: is_ci" time="0.000185">
</testcase>
<testcase classname="fastlane.lanes" name="4: is_ci" time="0.000177">
</testcase>
<testcase classname="fastlane.lanes" name="5: match" time="8.690712">
</testcase>
<testcase classname="fastlane.lanes" name="6: gym" time="23.786307">
<testcase classname="fastlane.lanes" name="4: match" time="37.729199">
</testcase>