I am writing a tvOS app. Up to now I was developing the code as an OS X framework with a prototyping OS X app.
Now I would like to add the production tvOS app into the mix, keeping the OS X prototype. Which means I need the framework to be built both for OS X and tvOS. This should not be a problem in the principle, since I only use frameworks available on both platforms.
Is it possible to build a cross-platform framework? What settings do I use?