How do I add authorizations to code sign an app from new keychain without any human interaction

前端 未结 6 1990
甜味超标
甜味超标 2021-02-01 08:09

I\'m trying to automate the process of building iphone apps with a particular certificate. So imagine if different users uploaded their cert into the system and it was immediate

6条回答
  •  故里飘歌
    2021-02-01 09:09

    Copying the certificates from the Login keychain to the System keychain works nicely in my case, and as a result you don't need to do any command-line unlocking.

提交回复
热议问题