objective-see / WhatsYourSign

WhatsYourSign adds a menu item to Finder.app. Simply right-, or control-click on any file to display its cryptographic signing information!
GNU General Public License v3.0
282 stars 27 forks source link

Added ifdefs for aarch64 (m1/apple silicon) compatibility #15

Closed SharkyRawr closed 3 years ago

SharkyRawr commented 3 years ago

I'm not sure but I don't think Apples M1 has the RIP register.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

objective-see commented 3 years ago

Thanks for the PR! ...actually ripped out that platform specific code.

v2.0, should now compile fine for both Intel and M1/Apple Silicon!