开发者

How to build my own library in XCode?

If I created some libraries that I want 开发者_如何学JAVAto give others, but I don't want to share the source code to them (I don't want to give the .h, .m). How can I pack my code to others in XCode? thz.


If you use Xcodes Cocoa Framework template, you don't have to do much - the basic framework already gets generated for you in build/Mode/.

The Framework Programming Guide should get you going and includes sections on exports and installation.

Note: Don't forget to set a reasonable version for the Base SDK.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜