GLTFQuickLook icon indicating copy to clipboard operation
GLTFQuickLook copied to clipboard

“GLTFQuickLook.qlgenerator” can’t be opened because Apple cannot check it for malicious software.

Open jl-DaDar opened this issue 3 years ago • 2 comments

Get this error on Big Sur

jl-DaDar avatar Jun 23 '21 12:06 jl-DaDar

I added an instruction to enable the plugin on Big Sur. Could you try it?

Run sudo xattr -r -d com.apple.quarantine /Library/QuickLook/GLTFQuickLook.qlgenerator or xattr -r -d com.apple.quarantine ~/Library/QuickLook/GLTFQuickLook.qlgenerator to allow GLTFQuickLook.qlgenerator to run.

magicien avatar Jul 08 '21 01:07 magicien

Thanks a lot for the plugin!

Installed via homebrew the second command solved it for me:

xattr -r -d com.apple.quarantine ~/Library/QuickLook/GLTFQuickLook.qlgenerator

I feel like this is no real solution for practicality and security reasons. Is there intent to properly sign the (homebrew) release?

atteneder avatar Oct 25 '21 08:10 atteneder