Newby question. We have an existing iPhone / iPad application. How should we go about making this app available for the Mac App Store? Do we branch the project and develop Mac code separately or can we configure the existing project to build for all devices (as it currently does for iPhone and iPad).
Your help and comments are appreciated.
The iOS and Mac OS are different and cannot be easily mixed. You can however share the code that powers the iOS app inside a new project that is targeted tot he Mac OS app. So I think most of what you will need to do is Administrative (different project) and UI-based.
Remember that when creating UI elements (XIBs) you canno share those across projects, they must be in the local project’s directory structure.
Good Luck!