简体   繁体   中英

Disable Xcode 8.0 Automatically Manage Signing by command line

When enable Automatically Manage Signing , it will let Jenkins fail. Because that project needs to use different Provisioning Profile and Signing Certificate for code sign. The fastlane is configured and works well when disable that. Sometimes my partner will enable that for developing on his MacOS. And I don't know he checked that Automatically Manage Signing , then Jenkins complaint errors.

So, I hope I can disable it by script, then integrate it in the Jenkins CI system.

禁用自动管理签名

you can use the plugin here https://github.com/hjanuschka/fastlane-plugin-update_project_codesigning

it gives you a fastlane action to toggle auto codesigning

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM