Snial
Well-known member
Now that I've upgraded my MacBook Air M2 to macOS Sequoia, just for the login screen you understand ;-) I wanted to run the native version Mini vMac, but Apple have made it harder to run unsigned apps. You can circumvent it by first trying to run the app; then hitting (Cancel) then going into terminal and typing:
It's easier mostly just to drag the app from the Finder window to the command line to get the full path. In my case:
I didn't work it out myself, I got it from here:
https://www.howtogeek.com/803598/app-is-damaged-and-cant-be-opened/
xattr -d com.apple.quarantine /path/to/app
It's easier mostly just to drag the app from the Finder window to the command line to get the full path. In my case:
xattr -d com.apple.quarantine /Applications/Emulators/MiniVMac/Mini\ vMac.app
I didn't work it out myself, I got it from here:
https://www.howtogeek.com/803598/app-is-damaged-and-cant-be-opened/