
fastlane
fastlane lets you define and run your deployment pipelines for different environments. It helps you unify your app’s release process and automate the whole process. fastlane connects all fastlane tools and third party tools, like CocoaPods and xctool.
fastlane 是一款自動化 App 提交流程工具,也拆分了開了每一個工具,也可以直接按照下面的工作流一步提交 App Store。
- snapshot
把你的iOS應(yīng)用程序的本地化語言自動截屏
deliver
一行命令上傳截圖,元數(shù)據(jù)和應(yīng)用程序到 App Storeframeit
快速把你的截圖到正確的設(shè)備框架gym
快速打包 iOS 應(yīng)用程序成 ipa
感興趣的話,趕緊去官網(wǎng) https://fastlane.tools/# 或 https://github.com/KrauseFx/fastlane 試一試。希望能夠節(jié)約到你寶貴的時間。

fastlane workflow