pete-gordon / oricutron

Portable Oric-1/Atmos/Telestrat and Pravetz 8D emulator
http://www.petergordon.org.uk/oricutron/
GNU General Public License v2.0
69 stars 25 forks source link

macOS - Xcode project is obsolete #118

Open nekoniaow opened 6 years ago

nekoniaow commented 6 years ago

Although the macOS version seems relatively active, the XCode project included with the source is woefully out of date (even for me who is still on macOS Sierra) and does not allow to build the current version. I presume that most current macOS developer build Oricutron only from the Makefile?

Having an updated and functional XCode project would be nice.

Note: I am currently working on it and should be able to push my fixes in a few days, feel free to assign me this issue (if the project's rights allow it, I have no idea how these work).

polluks commented 6 years ago

FYI the port works w/o Xcode.

nekoniaow commented 6 years ago

Thanks for the notice. This is indeed what I inferred when I noticed that the makefile(s) were properly updated. However, I like to have the option of using Xcode (for some weird and obscure reason). ;)

seclorum commented 4 years ago

Xcode makes management of the new Entitlements requirement easier to manage - needed for sandbox execution.

Right now the "package-osx" target produces a non-working .app bundle due to missing codesign/entitlements phases. Maybe this should be a new issue, but also is something that could be fixed with an updated Xcode project.