Closed joshtbernstein closed 1 month ago
I'm definitely open to it, but I need to buy an Apple Developer account! 💰
I just run the AMD64 version on my Apple Silicon Mac with Rosetta - is there a reason you're not a fan of that approach?
I don't have anything that requires Rosetta and was trying to avoid installing it. If that's what you're recommending, I'll do that and you can close this.
How much is the developer account?
Thanks! That's good context.
I think it's $79 - not a huge amount, but still quite a bit to pay for an open source project!
Happy to donate something towards that if it would help?
Sure! You can send a contribution through GitHub Sponsors ✨
Let me make an offer: send me any amount, and I'll get you an ARM64 build by the end of the week 😉
Done. Let me know if you want me to do any testing or something. Appreciate you working on this!
I've started working on this in a new PR, but I am blocked right now as Apple have told me I need to contact support to progress my Developer Program enrolment.
I'll keep you updated!
I got my Apple Developer account today, and I'm making progress on this in #85.
Signing is working, but notarization is getting stuck, which is also required for the binary to run without extra clicks in System Settings.
Judging from threads on the Apple Developer forums, it is common for notarization to get stuck when you first set up your account, so I'm going to wait a few days.
@joshtbernstein I think I've got it working in #85! Would you be able to try the compiled binary here?
It has been compiled for darwin-arm64
, and signed and notarized with my Apple Developer certificate, so you should be able to download and run it without Apple security stuff getting in the way. You will probably need to make it executable (chmod +x
) after downloading.
Once you've tried it and we know it works, I'll merge the PR and cut a new release.
@timrogers Yep! That works. Just in time for a video call too!
Hooray! 🥳 I'll get this shipped. Thanks for the quick response!
Released in https://github.com/timrogers/litra-rs/releases/tag/v1.4.0 ✅
Any plans for Apple Silicon support?