I cannot seem to find how to set the plugin version, as read by logic pro X, from within JUCE.
I have managed to find that the version number that logic uses is this <integer> number in the .component Info.plist file:
<dict> <key>AudioComponents</key> <array> <dict> ... <integer>65536</integer> </dict>
but I cannot find how to change that number from within JUCE/Xcode.
Thank you!