开发者

How to get valid provisioning profile to certificate?

开发者 https://www.devze.com 2023-03-11 11:34 出处:网络
Is it possible to get valid provisioning profile to certificate ? I\'m making automatically build system with xcodebuild and often need change provisioning.

Is it possible to get valid provisioning profile to certificate ? I'm making automatically build system with xcodebuild and often need change provisioning. I have got name of certificate like this "iPhone Distrib开发者_如何转开发ution: SERGEY KOPANEV" and I want to get provisioning profile identifier like 4358E81F-C4B5-4743-877D-8A1DEC8C9132 to make compilation of project. It is important because I've got a lot of project and cant change profile ID to each every time. Of course I've made global variables ad use it. But this solution can exclude one of variable!

Is it possible guys ?

Thanks,

0

精彩评论

暂无评论...
验证码 换一张
取 消