Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在设置一个 CI 构建机器,想知道是否有办法确保机器总是有一组最新的配置文件。
例如,如果将新设备添加到配置门户,则 CI 构建将失败,直到 Xcode /Organizer 刷新其配置文件。
是否有用于执行此操作的 XCodeBuild 命令以便我可以自动化它(在 Jenkins 中)?
这个答案可能会有所帮助,但我还没有实现它:
配置文件的命令行更新
对于我们的系统,我只是计划将配置文件放入版本控制中,然后在预构建的 shell 脚本中运行这些命令。