Skip to content
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

Will it be possible to add Apple Silicon support? #148

Open
ghost opened this issue Jul 31, 2022 · 1 comment
Open

Will it be possible to add Apple Silicon support? #148

ghost opened this issue Jul 31, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 31, 2022

I appreciate the work you have done for the subtitles makers' community, and in fact, maintaining such an old but yet well functioning application is something to be remembered by us.

And that brings the question here. Is it possible to add Apple Silicon support to this rather old application? Will it be very difficult? And could such work be beneficial for an additional ARM64 version on Windows platform?

Current version works well through Rosetta 2 on Apple Silicon Macs, and just out of curiosity, I opened this issue.

@IbarakiKasen
Copy link
Collaborator

IbarakiKasen commented Aug 1, 2022

As of 3.3.3, both Makefile and CMake project should work on Apple Silicon if compiled natively (i.e. not cross-compiling), and will produce a native ARM binary. The binary can be started from console and should work just fine.
The packaging target (make osx-bundle) will now require a valid Apple developer cetificate because code signing is mandatory on Apple silicon. Unlike x86 apps, right-click open won't work if the app is not signed. Previous attempts to sign the app can be found in #77 , and should work if ad-hoc signed by running codesign -s - --deep --force Aegisub.app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant