objective c - Maintaining Private API for a Public iOS SDK -


i have ios framework team uses internally 1 of our apps. framework released public sdk our platform.

what need though figure out best way include private api in framework used our app not available in public sdk.

the options have thought of maintain separate branch or forked git repo version of sdk includes private api, neither of these approaches clean/scaleable.

i thought creating separate framework includes private api , requires base framework, approach run private/public visibility problems.

does have advice on best practice in case?


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -