【iOS】《fastlane》常用命令

fastlane地址:

https://github.com/fastlane/fastlane



常用命令:

1.创建证书

fastlane cert -u {apple id}


2.查找本地证书

fastlane security find-identify -v -p codesigning


3.创建app

fastlane produce -u {app id} -a {bundle id} -q {app name} [-l (不再itunes connect创建app)]


4.添加设备

fastlane run register_device

// input name

// input device UDID


5.添加设备后更新profile

fastlane sigh --adhoc(--development) --force -a {bundle id} -u {apple id}


6.创建推送证书

fastlane pem --development (dev)

fastlane pem -a {bundle id} -u {apple id}



7.重签名

fastlane sigh resign xxxx.ipa --signing_identity "{sign id}" -p "{xxxx.mobileprovision}"

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容