kreativekorp / bitsnpicas

Bits'N'Picas - Bitmap & Emoji Font Creation & Conversion Tools
339 stars 23 forks source link

Universal binary (Apple silicon)? #25

Open gingerbeardman opened 2 years ago

gingerbeardman commented 2 years ago

Problem If I run make the binary that is generated will not run on an Apple silicon device without Rosetta 2.

I'm not sure of the details as universalJavaApplicationStub is a shell script!

Request It would be great to get a Universal binary that can run natively on Apple silicon (ARM).

Workaround I can still run the .jar file as I updated my Java to be a recent Universal version/build.

RebeccaRGB commented 2 years ago

I've updated the universalJavaApplicationStub but I don't have a computer that can run the compiled versions (for 10.15 and 11.0), so I'll need someone else to verify if it works on Apple Silicon.

gingerbeardman commented 2 years ago

Hmm.

All 3 Mac apps are still showing as Intel code.

Screen shot 2022-08-15 at 14 13 22 Screen shot 2022-08-15 at 14 12 58 Screen shot 2022-08-15 at 14 12 48

RebeccaRGB commented 2 years ago

I'll have to forward this issue to the maintainer of https://github.com/tofi86/universalJavaApplicationStub

They will probably then forward it to the maintainer of https://github.com/neurobin/shc

gingerbeardman commented 2 months ago

I see universalJavaApplicationStub has been archived.

Where does this leave us?