mattDavo / Yippy

macOS open source clipboard manager

Home Page:https://yippy.mattdavo.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add M1 native support

CollinsVakayil opened this issue · comments

Unfortunately I don't have a M1 mac, so won't be able to test this. Happy to accept any PRs 😄

I have an M1 and can test, if someone does a PR

commented

@mattDavo maybe you could create a universal binary based on this blog: https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary and we could test it?

Sorry I can't of assistance, but I would like to say that I would love this feature! Thanks for the amazing service!

I don't want to lose Yippy with the next macOS where they might remove Rosetta. Based on the documentation, it should be "just" required to compile with the latest Xcode version and if using a custom makefile making sure universal binary is configured. So, sounds like recompiling with the latest Xcode and you should have a universal binary.

Unless you're using some x86 platform specific code - then things get more complicated.