magicien / GLTFQuickLook

macOS QuickLook plugin for glTF files
MIT License
236 stars 9 forks source link

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

Open jl-DaDar opened 3 years ago

jl-DaDar commented 3 years ago

Get this error on Big Sur

magicien commented 3 years ago

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.

atteneder commented 2 years ago

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?