I took MyPlugin.component version 1.2 and placed it to /Audio/Library/Plug-ins/Components. Opened Logic, ok, auval, ok. So now I executed my "installer" for version 1.3, which basically does this:
rm -r /Audio/Library/Plug-ins/Components/MyPlugin.component
cp -a thenewcomponent/MyPlugin.component /Audio/Library/Plug-ins/Components/MyPlugin.component
RESULT: Logic and auval still think its 1.2! Btw. I checked that the new component 1.3 IS there.
So according to this:
https://developer.apple.com/library/arc ... ntals.html
it should be solved by doing
touch /Audio/Library/Plug-ins/Components
For completeness sake I also did
touch /Audio/Library/Plug-ins/Components/MyPlugin.component
RESULT: No change, Logic and auval still report 1.2.
So I thought let's clear the cache, hard way, like every cache I could, so:
rm -r ~/Library/Caches/*
RESULT: Logic and auval report a version mismatch
So perhaps the component is messed up indeed, right? I restarted the computer.
RESULT: All fine. Nope, the component is and was fine, it's just that restart was needed...
I mean wtf
