fix macOS build (following Projucer changes made in Windows, which removed /Applications/JUCE/modules from its headers). move JUCE headers under source control, so that Windows and macOS can both build against same version of JUCE. remove AUv3 target (I think it's an iOS thing, so it will never work with this macOS fluidsynth dylib).
This commit is contained in:
		@ -1,29 +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>
 | 
			
		||||
  <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>
 | 
			
		||||
<?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>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
											
										
									
								
							
		Reference in New Issue
	
	Block a user