Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to convert an iOS app to a Mac OS X app? [closed]

Is there any way to port an existing iPhone app to a Mac OS X app?

like image 389
Mc.Lover Avatar asked Jan 17 '11 14:01

Mc.Lover


People also ask

Can you run iOS apps on OSX?

iOS Apps on Mac runs your unmodified iPhone and iPad apps on Apple silicon with no porting process. Your apps use the same frameworks and infrastructure that Mac Catalyst apps use to run, but without the need to recompile for the Mac platform.

How do I force an application to open on a Mac?

Control-click the app icon, then choose Open from the shortcut menu. Click Open. The app is saved as an exception to your security settings, and you can open it in the future by double-clicking it just as you can any registered app.


1 Answers

It's a very broad question and, as such, is very difficult to answer.

Generally the answer would have to be no.

For an app, if you strictly followed the MVC model, you'd be able to keep the model but would need to rewrite both the view and the controller. For a game it depends on how low-level it is. If you used a framework that it also available on the Mac then a lot may port automatically but you'll still need to reconsider the controls, screen size, etc. Either way it's non-trivial.

like image 97
Stephen Darlington Avatar answered Oct 19 '22 23:10

Stephen Darlington