-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add native support for Apple Silicon #3707
Comments
Yes, good idea! Is this something you can help with? Otherwise I'll have a look into it next week. I just don't have this hardware myself so I won't be able to test it. |
I have M1 Max MacBook Pro, but don't know how I can help with. Any instructions for me to follow? I will do my best! |
Here are the commands being used to compile Tiled for macOS: tiled/.github/workflows/packages.yml Lines 208 to 234 in 062145f
What would need to be added is something like:
|
Hope to support apple silicon as soon as possible. |
There is now a universal build available at https://github.com/mapeditor/tiled/actions/runs/5393521019 (the macOS 10.14+ artifact). It is not signed + notarized for now, but any testing would be really appreciated! Edit: Now that the PR was merged, signed and notarized builds are also available at https://github.com/mapeditor/tiled/actions/runs/5398366246 |
Since Tiled is now complied in QT 6, I believe it's good time to add native support for Apple Silicon.
Now Tiled is in x86 on macOS, shall we make it a universal app with native support both for x86(Intel) and Apple Silicon Macs?
The text was updated successfully, but these errors were encountered: