milkytracker/MilkyTracker

Apple Silicon (arm64-apple-darwin) v1.03.00 release build

Closed this issue · 6 comments

I make a macOS build on my M1 machine and here it is, in case anyone needs it.

milkytracker-1.03.00-darwin-arm64.dmg.zip

Screen Shot

Added to the releases page, thank you!

Is there a version of this that works? The supplied one above says its "damaged"

Is there a version of this that works? The supplied one above says its "damaged"

That's because neither the image or the application is notarized by Apple, so Gatekeeper will stop you from running it.

Here's a workaround: https://www.howtogeek.com/205393/gatekeeper-101-why-your-mac-only-allows-apple-approved-software-by-default/

Edited: A more related article: https://appletoolbox.com/app-is-damaged-cannot-be-opened-mac/

From the last linked article, this worked for me (run in terminal)

xattr -r -d com.apple.quarantine /Applications/MilkyTracker.app

+1 for the above solution from andruby