drgrib / alfred-bear

Streamlined note searching and creation for Bear using Alfred
MIT License
428 stars 24 forks source link

Update Readme for Apple Silicon macs #49

Closed itsyohan closed 2 years ago

drgrib commented 2 years ago

Thank you.

Hebo commented 2 years ago

Alternatively, you can build universal binaries that work on Intel and Apple Silicon

sballin commented 2 years ago

Alternatively, you can build universal binaries that work on Intel and Apple Silicon

Here is my makefile to do that: https://github.com/sballin/alfred-search-notes-app/blob/master/search_notes/Makefile

The lipo command merges the binaries compiled for different architectures.