Xcode 目标——编程创建
我有一个 iOS 项目,其中将有超过 100 个从相同代码库创建的目标。目标有许多相似的特征,但不同的 info.plist、Default.png 文件等......
我正在考虑以编程方式生成(或变异)项目文件。由于项目文件格式是受版本控制的,因此短期内我应该是安全的。但从长远来看,这可能不是最理想的解决方案。我也在考虑使用 applescript 编写 Xcode 脚本。似乎有一个包含目标对象的强大字典。
我正在寻找一些关于管理此问题的好方法的意见。有哪位有这方面经验的可以推荐一下吗?
更新:我最终使用 applescript 来编写 Xcode 脚本。这很有效,直到 XC4 破坏了一切......
I have an iOS project in which there will be >100 targets created from the same code base. The targets have many similar characteristics, but different info.plist, Default.png files, etc...
I'm considering generating (or mutating) the project file programmatically. Since project file formats are versioned, I should be safe in the short term. Longer term this might not be the most ideal solution though. I'm also looking at scripting Xcode with applescript. It seems like there is a robust dictionary with target objects.
I'm looking for some input on a good approach to managing this. Anyone with experience doing this like to make a recommendation?
UPDATE: I ended up using applescript to script Xcode. This worked great, until XC4 broke everything...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论