icsharpcode / AvaloniaILSpy

Avalonia-based .NET Decompiler (port of ILSpy)
1.55k stars 173 forks source link

Big Sur quarantine workaround #59

Closed mtschoen-unity closed 3 years ago

mtschoen-unity commented 3 years ago

Hi there! I just downloaded the latest version on Big Sur and I had to run a terminal command to get ILSpy working. I'm not sure if this is because I copied it to the Applications folder, but I saw a dialog saying


Please contact your network administrator```

The workaround is fairly simple. I just ran the following command in the terminal:

`chmod +x /Applications/ILSpy.app/Contents/MacOS/ILSpy`

Is it possible to do this in the release itself, or is OS X removing the execution flag because I downloaded it?
jeffreye commented 3 years ago

The last release artifact has this issue as it's built on a windows server. Have you tried the latest CI build? https://github.com/icsharpcode/AvaloniaILSpy/actions/runs/624016095

mtschoen-unity commented 3 years ago

Ah yeah that one gives me the "this was downloaded, open anyway" flow which at least means I don't need to whip out the terminal. Thanks! :)