Looking for Advice: Adding a Mac App to an established iOS app

Hi, I have several iOS apps in the App Store. I have been asked to provide a Mac app for some of them, which I am willing to do.

Should I add the Mac app to an existing iOS app (i.e. a new target) or make a separate app just for the Mac, even though the information inside the app would be the same?

Thanks, Dan Uff

Answered by robnotyou in 702094022

Generally, you would add a new Target to the iOS project.
Then you can share code that is common to both targets, and have other code files that are target-specific.
In shared code files, it is possible to mark code as applying only to a specific platform.

Accepted Answer

Generally, you would add a new Target to the iOS project.
Then you can share code that is common to both targets, and have other code files that are target-specific.
In shared code files, it is possible to mark code as applying only to a specific platform.

Looking for Advice: Adding a Mac App to an established iOS app
 
 
Q