azirbel / touch-bar-timer

Simple stopwatch for the mac touchbar
https://touch-bar-timer.alexzirbel.com
MIT License
132 stars 11 forks source link

Native AArch64 Support? #8

Open KernelGhost opened 9 months ago

KernelGhost commented 9 months ago

Hello, Currently, file /Applications/Touch\ Bar\ Timer.app/Contents/MacOS/Touch\ Bar\ Timer returns Mach-O 64-bit executable x86_64. Would it be possible for the application to be recompiled as a universal binary for both x86_64 and AArch64 machines, so as to natively support Apple Silicon SOCs? Many thanks!