add AUv3, VST3, guess at header, linker flags, set manufacturer

This commit is contained in:
Alex Birch
2018-02-27 00:17:43 +00:00
parent 65303fd885
commit 6efe624417
17 changed files with 679 additions and 87 deletions

View File

@ -8,7 +8,7 @@
<key>CFBundleIconFile</key>
<string/>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.juicysfplugin</string>
<string>uk.co.birchlabs.juicysfplugin</string>
<key>CFBundleName</key>
<string>juicysfplugin</string>
<key>CFBundleDisplayName</key>
@ -29,17 +29,17 @@
<array>
<dict>
<key>name</key>
<string>yourcompany: JUCE Project</string>
<string>birchlabs: JUCE Project</string>
<key>description</key>
<string>JUCE Project</string>
<key>factoryFunction</key>
<string>JUCEProjectAUFactory</string>
<key>manufacturer</key>
<string>Manu</string>
<string>Blbs</string>
<key>type</key>
<string>aufx</string>
<string>aumu</string>
<key>subtype</key>
<string>Wyls</string>
<string>Jspf</string>
<key>version</key>
<integer>65536</integer>
</dict>