Table of Contents

MacOS X

OSX86

What about running MacOS X on a “standard” x86 computer?

Cool apps (something that really changes your life, not just toys!)

How-to

App keep bouncing clicking the icon but it opens launching directly the binary located in Contents/MacOS/

Probably the signature of the app is wrong or gone, check if console gives you and error like “binary is improperly signed”. In that case you can re-sign the binary application using this command:

sudo codesign -f -s - "/Applications/YOURAPP.app/Contents/MacOS/YOURBINARY"

Debug