Interkarma / daggerfall-unity

Open source recreation of Daggerfall in the Unity engine
http://www.dfworkshop.net
MIT License
2.74k stars 333 forks source link

Opening Daggerfall Unity on macOS 15.1 #2710

Open karazelle opened 4 hours ago

karazelle commented 4 hours ago

When downloading Daggerfall Unity on macOS 15.1, you may not be able to open the game due to Apple security requirements for downloaded files.

In terminal, you can do: xattr -d com.apple.quarantine DaggerfallUnity.app

You only need to do this once for each version update.

This is similar to the "Unblock-File" command in Powershell on Windows and removes the "unsafe" flag from Daggerfall, allowing it to execute.

KABoissonneault commented 4 hours ago

Alright. I'll add this to https://github.com/Interkarma/daggerfall-unity/wiki/Building-DFU-for-distribution

I'll keep the issue open until next version to verify that this works.

Thank you