简体   繁体   English

自定义iPhone SDK位置

[英]Custom iPhone SDK location

I've been developing a collection of static libraries for use with iPhone applications. 我一直在开发用于iPhone应用程序的静态库集合。 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: 我目前在以下目录下创建了包含头文件和库的include和lib目录:

/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/MyCompany1.0.sdk/

But I was unsure if the iPhoneOS.platform directory was a no-no. 但是我不确定iPhoneOS.platform目录是否可以。 If I should just be placing these in my own completely isolated area, not sitting parallel to Apple SDKs like this. 如果我应该将它们放置在我自己的完全隔离的区域中,而不是与Apple SDK平行放置。

My libraries target the iPhone, so it seemed like the appropriate place to have them organized. 我的书架以iPhone为目标,因此似乎是组织它们的适当场所。

Thanks. 谢谢。

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. 我个人将它们保存在我家iphone项目目录的子文件夹中,但我是计算机上唯一的开发人员。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM