sudara / pamplejuce

A JUCE audio plugin template. JUCE 7, Catch2, Pluginval, macOS notarization, Azure Trusted Signing, Github Actions
https://melatonin.dev/blog/
MIT License
372 stars 36 forks source link

[Bug?] DMG will not let you copy on MacOS 14.1.1 #66

Closed mhhollomon closed 6 months ago

mhhollomon commented 7 months ago

After opening the downloaded dmg (from release 0.0.1), Dragging the vst3 (or component) over the proper folder results in the icon snapping back to the original position without doing anything.

After using xattr to remove the quarantine attribute it works fine.

Using codesign I can see that the dmg is signed, notarized, and stapled.

M2 using MacOS 14.1.1

sudara commented 7 months ago

Hi there, yes I go into detail about this in the companion blog article, but I'll add something to the readme about this — bottom line is pamplejuce will be eventually moving to .pkg installers. @The-Him is talking about contributing a starting place for this!

sudara commented 7 months ago

I had hoped that my technical support incident with Apple prodded them to fix this in Ventura 14.0 (it was working for me again) so this is sort of a bummer. I could contact them again, but ultimately since it's unusable for 13.x, then it's still not pragmatic...

sudara commented 6 months ago

Will be superseded by #46