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

前端 未结 6 1931
甜味超标
甜味超标 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 08:42

    If you import your certificate into your keychain with a -A it will allow access to all programs trying to request that cert. This isn't very secure but works. You can also use -T to limit it to a particular app. Look up the import param found in man security.

提交回复
热议问题