I have set of 1000+ source files. I would like to use this set in two of my targets which has additional features of their own.
I cannot create framework out of these 1000+ source files because of security reasons. Some 3rd party can directly use by framework in their app.
I cannot use static library out of these 1000+ soutce files as it includes nibs as well.
Android provides something called as 'Source Sets' which just packages these source files. I Xcode, I can create targets which references Bundles. Is there any solution for this?
Thanks.
Deepa