问题描述
我想编辑分发配置文件,以便我可以添加/删除设备.
I would like to edit a distribution provisioning profile so I can add / remove devices.
基本上,Apple 的以下文档页面向我们展示了如何轻松完成...但由于他们更新了门户,我不再知道该怎么做...
Basically, the following documentation page from Apple shows us how to do it easily... But since they updated the portal, I don't know how to do it anymore...
推荐答案
我会回答我自己的问题,因为设备列表只出现在开发配置文件中,有一个 javascript hack 使我们能够为分发配置文件解决这个问题.
I'll answer my own question, since the device list is only appearing for development profiles, there's a javascript hack that enables us to fix this issue for distribution profiles.
https://gist.github.com/ashtom/d0aeb62eedbfd555b04e
Apple 解决了这个问题.现在显示分发配置文件的设备列表.
EDIT : Apple fixed the issue. The device list is now displayed for distribution profiles.
这篇关于如何将新设备添加到配置文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!