oricutron icon indicating copy to clipboard operation
oricutron copied to clipboard

macOS - Xcode project is obsolete

Open nekoniaow opened this issue 6 years ago • 3 comments

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).

nekoniaow avatar Jun 01 '18 05:06 nekoniaow

FYI the port works w/o Xcode.

polluks avatar Jun 04 '18 20:06 polluks

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). ;)

nekoniaow avatar Jun 06 '18 05:06 nekoniaow

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.

seclorum avatar Mar 02 '20 21:03 seclorum