macOS-specific link/include config moved out of global Projucer config.

This commit is contained in:
Birch-san 2018-06-14 18:54:36 +01:00
parent 05d224bae2
commit 19f89d8e15
No known key found for this signature in database
GPG Key ID: 726D53FF6A26AB9D
4 changed files with 3420 additions and 4786 deletions

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@
<key>NSExtension</key>
<dict>
<key>NSExtensionPrincipalClass</key>
<string>JUCEProjectAUFactoryAUv3</string>
<string>juicysfpluginAUFactoryAUv3</string>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.AudioUnit-UI</string>
<key>NSExtensionAttributes</key>
@ -41,7 +41,7 @@
<key>description</key>
<string>Audio plugin to play soundfonts</string>
<key>factoryFunction</key>
<string>JUCEProjectAUFactoryAUv3</string>
<string>juicysfpluginAUFactoryAUv3</string>
<key>manufacturer</key>
<string>Blbs</string>
<key>type</key>

View File

@ -1,28 +1,29 @@
<?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 version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>juicysfplugin</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>Juicy</string>
<key>CFBundleIdentifier</key>
<string>uk.co.birchlabs.juicysfplugin</string>
<key>CFBundleName</key>
<string>juicysfplugin</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string></string>
</dict>
<plist>
<dict>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>uk.co.birchlabs.juicysfplugin</string>
<key>CFBundleName</key>
<string>juicysfplugin</string>
<key>CFBundleDisplayName</key>
<string>juicysfplugin</string>
<key>CFBundlePackageType</key>
<string>APPL</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/>
</dict>
</plist>

File diff suppressed because it is too large Load Diff