自定义 iPhone SDK 位置
我一直在开发一系列用于 iPhone 应用程序的静态库。我想知道是否有人对我应该删除这些文件的正确位置有任何想法。
我目前已经在以下位置创建了包含头文件和库的 include 和 lib 目录:
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/MyCompany1.0.sdk/
但我不确定 iPhoneOS.platform 目录是否是禁忌。如果我应该将它们放在我自己完全隔离的区域中,而不是像这样与 Apple SDK 并行放置。
我的图书馆是针对 iPhone 的,所以它似乎是组织它们的合适地方。
谢谢。
I've been developing a collection of static libraries for use with iPhone applications. I was wondering if anyone had any ideas on the proper location I should be dropping these files.
I currently have created include and lib directories containing my headers and libraries under:
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/MyCompany1.0.sdk/
But I was unsure if the iPhoneOS.platform directory was a no-no. If I should just be placing these in my own completely isolated area, not sitting parallel to Apple SDKs like this.
My libraries target the iPhone, so it seemed like the appropriate place to have them organized.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将它们放在您想要的任何地方。就我个人而言,我将它们保存在我家下的 iphone 项目目录的子文件夹中,但我是我计算机上唯一的开发人员。
You can put them where ever you want. Personally I keep them in a subfolder of my iphone projects directory under my home, but I am the only dev on my computer.