-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bundled Growl and Sparkle frameworks don't have arm64 part #372
Comments
Growl is gone long enough that Hermes should probably not depend on it any more anyway. |
So Sparkle supports Apple silicon - sparkle-project/Sparkle#2598 . Growl is long gone. Wasn't there so other component that needed to be updated to ARM64 too? |
Here is my version for arm and x86 to test https://github.com/dtseto/Hermes-master/releases/tag/prereleasev132 |
I just downloaded your 1.3.2d1 version, but after unpacking it, it indicated it was for Intel after doing a Get Info, versus a Universal build. I haven't tested it since I have nothing on my M1 system that uses Rosetta 2. |
The bundled Growl framework is an x86_64/i386 universal binary and the bundled Sparkle framework is for x86_64 only. This prevents the software from building for arm64.
This was reported to MacPorts here: https://trac.macports.org/ticket/65690
The text was updated successfully, but these errors were encountered: