- clean working copy for leaving SVN

This commit is contained in:
2022-06-28 19:04:46 +02:00
parent 62a2d47cb3
commit 762b8f0e7d
1966 changed files with 699872 additions and 126 deletions
@@ -0,0 +1,46 @@
<?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.juce.JuceDemoPlugin</string>
<key>CFBundleName</key>
<string>JuceDemoPlugin</string>
<key>CFBundlePackageType</key>
<string>TDMw</string>
<key>CFBundleSignature</key>
<string>PTul</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>NSHumanReadableCopyright</key>
<string>Raw Material Software Ltd.</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>AudioComponents</key>
<array>
<dict>
<key>name</key>
<string>Raw Material Software: Juce Demo Plugin</string>
<key>description</key>
<string>Juce Demo Plugin</string>
<key>factoryFunction</key>
<string>JuceDemoProjectAUFactory</string>
<key>manufacturer</key>
<string>RawM</string>
<key>type</key>
<string>aumf</string>
<key>subtype</key>
<string>Jcdm</string>
<key>version</key>
<integer>65536</integer>
</dict>
</array>
</dict>
</plist>