自定义 iPhone SDK 位置

发布于 2024-10-19 02:14:46 字数 351 浏览 1 评论 0原文

我一直在开发一系列用于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

短叹 2024-10-26 02:14:46

您可以将它们放在您想要的任何地方。就我个人而言,我将它们保存在我家下的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文