For Apple silicon Mac #13
djhan
started this conversation in
Show and tell
Replies: 1 comment 4 replies
|
This is great news @djhan for all macOS users (like me). I'll look into the code, but I have a couple of questions if you can answer:
|
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, I'm DJ.HAN.
I was forked your attractplus for Apple silicon Mac. I changed makefile, create-pkg.sh, bundlelibs.py and launch.sh. Please check link;
https://github.com/djhan/attractplus-for-mac
I found code-signing is mandatory on current MacOS. You must apply signing certificate to own binary and other libraries(dylib).
Of course, this method can used on Intel Mac. But I don't know how classify CPU architecture of Mac on makefile source.
Please check my source. Thanks, best regards.
All reactions