jcundill / streeto

Experiment with using goal based searching across OpenStreetMap data to try and machine generate challenging urban orienteering courses
MIT License
4 stars 0 forks source link

macOS dmg doesn't install the app correctly #5

Open jcundill opened 2 years ago

jcundill commented 2 years ago

Get an 'Application is damaged' when trying to open the application if the dmg has been downloaded

Screenshot 2022-01-03 at 09 35 49

This is due to https://bugs.openjdk.java.net/browse/JDK-8276150

The java runtime libs are signed but the application itself isn't signed at the moment.

Workaround sudo xattr -d com.apple.quarantine /Applications/StreetO.app after installing the application

Note: the above command will remove the extended attribute that tells the mac that this file was downloaded and needs checking. This is a bit of a nasty hack, but does work.