开发者

How to build my own library in XCode?

开发者 https://www.devze.com 2022-12-31 02:58 出处:网络
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 XCod

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

精彩评论

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