milkytracker / MilkyTracker

An FT2 compatible music tracker
http://milkytracker.github.io/
Other
1.68k stars 159 forks source link

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

Closed rewired-gh closed 2 years ago

rewired-gh commented 2 years ago

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
rewired-gh commented 2 years ago

248

Deltafire commented 2 years ago

Added to the releases page, thank you!

shayneoneill commented 2 years ago

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

rewired-gh commented 2 years ago

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/

andruby commented 2 years ago

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

xattr -r -d com.apple.quarantine /Applications/MilkyTracker.app
thebillington commented 1 year ago

+1 for the above solution from andruby