内容简介:Fastlane 是一个针对于 iOS 和 Android 全方位自动化流程的工具。利用目前支持的工具可以做所有包含自动化和可持续化构建的每个环节,比如单元测试、截图、分发渠道、上传元数据和 ipa 包提交审核等等。Fastlane 2.104.0 已发布,这是一个功能改进版本,更新内容包括:源码下载:
Fastlane 是一个针对于 iOS 和 Android 全方位自动化流程的工具。利用目前支持的 工具 可以做所有包含自动化和可持续化构建的每个环节,比如单元测试、截图、分发渠道、上传元数据和 ipa 包提交审核等等。
Fastlane 2.104.0 已发布,这是一个功能改进版本,更新内容包括:
-
[core] add exit_status to FastlanePty errors ( #13328 )
-
[core] bubble up FastlanePty exit status in FastlanePtyError ( #13325 )
-
[docs] fix includes in docs ( #13279 )
-
[scan] add an option to overwrite zip file ( #13299 )
-
[deliver] always only submit latest build ( #13315 )
-
[gemspec] Use rubyzip >= 1.2.2 ( #13307 )
-
[scan] add skip_detect_devices option ( #13285 )
-
[action] pull in new test result path for Xcode 10 for run_tests ( #13280 )
源码下载:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Practical Algorithms for Programmers
Andrew Binstock、John Rex / Addison-Wesley Professional / 1995-06-29 / USD 39.99
Most algorithm books today are either academic textbooks or rehashes of the same tired set of algorithms. Practical Algorithms for Programmers is the first book to give complete code implementations o......一起来看看 《Practical Algorithms for Programmers》 这本书的介绍吧!