内容简介:Fastlane 2.116.1 发布了,Fastlane 是一个针对 iOS 和 Android 全方位开发自动化流程的工具。利用目前支持的工具可以做包含自动化和可持续化构建的每个环节,比如单元测试、截图、分发渠道、上传元数据和 ipa 包提交审核等等。更新内容如下:
Fastlane 2.116.1 发布了,Fastlane 是一个针对 iOS 和 Android 全方位开发自动化流程的工具。利用目前支持的 工具 可以做包含自动化和可持续化构建的每个环节,比如单元测试、截图、分发渠道、上传元数据和 ipa 包提交审核等等。
更新内容如下:
-
[action] add symbols and booleans in modify_services action (#14215) via Martin Gonzalez
-
[supply] checking for interactive mode before user's input when creating from config (#14160) via Juan Ignacio Molina
-
[frameit] automate measuring of "slot" offsets and width (#14184) via Daniel Jankowski
-
[action] fix prompt crash on multi_line_end_keyword: "^D" (#14257) via Daniel Jankowski
-
[fastlane] fix slack action when it adds `last_git_commit` when passing `adds last_git_commit_hash` (#14241) via Daniel Jankowski
-
[fastlane] load actions for tools (#14222) via Josh Holtz
-
[spaceship] fixed incorrect language name in languageMapping.json (#14243) via Žymantas Paulauskas
-
[match,spaceship] better message when invalid team id or team name and pass match's team_name in to sigh and cert (#14231) via Josh Holtz
-
[produce,deliver,spaceship] support for new AppStore Connect languages: Catalan, Croatian, Czech, Hindi, Hungarian, Polish, Romanian, Slovak, and Ukrainian (#14110) via Žymantas Paulauskas
-
[match] check certificate validity date (#14168) via claireduf
-
[frameit] fix inconsistent dimensions on device frames (#14199) via Daniel Jankowski
-
[scan] always zip build products (#14210) via Alexis Gauthiez
-
[spaceship] add method for submitting iap for review (#14209) via Stefan Natchev
以上所述就是小编给大家介绍的《Fastlane 2.116.1 发布,跨移动端自动化流程工具》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入理解计算机系统
Randal E.Bryant、David O'Hallaron / 龚奕利、雷迎春 / 中国电力出版社 / 2004-5-1 / 85.00元
从程序员的视角,看计算机系统! 本书适用于那些想要写出更快、更可靠程序的程序员。通过掌握程序是如何映射到系统上,以及程序是如何执行的,读者能够更好的理解程序的行为为什么是这样的,以及效率低下是如何造成的。粗略来看,计算机系统包括处理器和存储器硬件、编译器、操作系统和网络互连环境。而通过程序员的视角,读者可以清晰地明白学习计算机系统的内部工作原理会对他们今后作为计算机科学研究者和工程师的工作有......一起来看看 《深入理解计算机系统》 这本书的介绍吧!