简体   繁体   中英

How to separate iOS SDK from iOS app?

I have created one project using third party SDK. I have done some changes in SDK and improves it more. I want to separate out SDK in such a way that any one can use my SDK in there project. just as same I have taken it before from somewhere else and used in my project

Is there any standard way to separate out SDK from App?

Probably you took it on a github, if not - let's anyway take github as an example.

First, when you did improves some code of third party library / sdk - i hope you still holding all the code in the same classes or at least connected classes, other way it will hard to work for that code. So, you should just take the code you improved and to contribute . Go over link it will describe you the process of how to support projects with your code.

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