简体   繁体   中英

How to integrate my app to a larger app - iOS

We developed an app with multiple screens and resources (images). We would like to distribute this app as a component to be integrated to our client's app, in particular one module of the larger client app will be our app. Is there any way we can distribute it as a binary/library and not sharing the whole source code? The static library examples I have seen mostly consist of code only (single screen) and not with resource files and multiple screen.

Package it as a framework. The framework would contain the compiled code, header files, and any resources (images, etc.). No source code would be needed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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