49 lines
1.4 KiB
Plaintext
49 lines
1.4 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||
|
<plist>
|
||
|
<dict>
|
||
|
<key>CFBundleExecutable</key>
|
||
|
<string>${EXECUTABLE_NAME}</string>
|
||
|
<key>CFBundleIconFile</key>
|
||
|
<string></string>
|
||
|
<key>CFBundleIdentifier</key>
|
||
|
<string>com.yourcompany.juicysfplugin</string>
|
||
|
<key>CFBundleName</key>
|
||
|
<string>juicysfplugin</string>
|
||
|
<key>CFBundleDisplayName</key>
|
||
|
<string>juicysfplugin</string>
|
||
|
<key>CFBundlePackageType</key>
|
||
|
<string>BNDL</string>
|
||
|
<key>CFBundleSignature</key>
|
||
|
<string>????</string>
|
||
|
<key>CFBundleShortVersionString</key>
|
||
|
<string>1.0.0</string>
|
||
|
<key>CFBundleVersion</key>
|
||
|
<string>1.0.0</string>
|
||
|
<key>NSHumanReadableCopyright</key>
|
||
|
<string></string>
|
||
|
<key>NSHighResolutionCapable</key>
|
||
|
<true/>
|
||
|
<key>AudioComponents</key>
|
||
|
<array>
|
||
|
<dict>
|
||
|
<key>name</key>
|
||
|
<string>yourcompany: JUCE Project</string>
|
||
|
<key>description</key>
|
||
|
<string>JUCE Project</string>
|
||
|
<key>factoryFunction</key>
|
||
|
<string>JUCEProjectAUFactory</string>
|
||
|
<key>manufacturer</key>
|
||
|
<string>Manu</string>
|
||
|
<key>type</key>
|
||
|
<string>aufx</string>
|
||
|
<key>subtype</key>
|
||
|
<string>Wyls</string>
|
||
|
<key>version</key>
|
||
|
<integer>65536</integer>
|
||
|
</dict>
|
||
|
</array>
|
||
|
</dict>
|
||
|
</plist>
|