mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
64 lines
4.2 KiB
XML
64 lines
4.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<JUCERPROJECT id="rgYEL2" name="InterAppAudioEffect" projectType="audioplug"
|
|
version="1.0.0" bundleIdentifier="com.roli.InterAppAudioEffect"
|
|
includeBinaryInAppConfig="1" buildVST="0" buildVST3="0" buildAU="0"
|
|
buildAUv3="0" buildRTAS="0" buildAAX="0" enableIAA="1" pluginName="InterAppAudioEffect"
|
|
pluginDesc="InterAppAudioEffect" pluginManufacturer="ROLI Ltd."
|
|
pluginManufacturerCode="ROLI" pluginCode="IAAE" pluginChannelConfigs=""
|
|
pluginIsSynth="0" pluginWantsMidiIn="0" pluginProducesMidiOut="0"
|
|
pluginIsMidiEffectPlugin="0" pluginEditorRequiresKeys="0" pluginAUExportPrefix="InterAppAudioEffectAU"
|
|
pluginRTASCategory="" aaxIdentifier="com.yourcompany.InterAppAudioEffect"
|
|
pluginAAXCategory="AAX_ePlugInCategory_Dynamics" jucerVersion="5.1.2"
|
|
companyName="ROLI Ltd." buildStandalone="1" displaySplashScreen="0"
|
|
reportAppUsage="0" splashScreenColour="Dark" cppLanguageStandard="11">
|
|
<MAINGROUP id="BhTVmm" name="InterAppAudioEffect">
|
|
<GROUP id="{79B2188B-B073-DD2F-F997-AFE1A88B5908}" name="Source">
|
|
<FILE id="s4nZon" name="IAAEffectProcessor.h" compile="0" resource="0"
|
|
file="Source/IAAEffectProcessor.h"/>
|
|
<FILE id="yg8oqf" name="IAAEffectProcessor.cpp" compile="1" resource="0"
|
|
file="Source/IAAEffectProcessor.cpp"/>
|
|
<FILE id="CRAxnV" name="IAAEffectEditor.h" compile="0" resource="0"
|
|
file="Source/IAAEffectEditor.h"/>
|
|
<FILE id="xALLmD" name="SimpleMeter.h" compile="0" resource="0" file="Source/SimpleMeter.h"/>
|
|
</GROUP>
|
|
</MAINGROUP>
|
|
<EXPORTFORMATS>
|
|
<XCODE_IPHONE targetFolder="Builds/iOS" iosScreenOrientation="portraitlandscape"
|
|
microphonePermissionNeeded="1" iosBackgroundAudio="1" extraCompilerFlags="-Wall -Wshadow -Wno-missing-field-initializers -Wshadow -Wshorten-64-to-32 -Wstrict-aliasing -Wuninitialized -Wunused-parameter -Wconversion -Wsign-compare -Wint-conversion -Woverloaded-virtual -Wreorder -Wconstant-conversion -Wsign-conversion">
|
|
<CONFIGURATIONS>
|
|
<CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="InterAppAudioEffect"/>
|
|
<CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="InterAppAudioEffect"/>
|
|
</CONFIGURATIONS>
|
|
<MODULEPATHS>
|
|
<MODULEPATH id="juce_core" path="../../../modules"/>
|
|
<MODULEPATH id="juce_events" path="../../../modules"/>
|
|
<MODULEPATH id="juce_graphics" path="../../../modules"/>
|
|
<MODULEPATH id="juce_gui_basics" path="../../../modules"/>
|
|
<MODULEPATH id="juce_audio_basics" path="../../../modules"/>
|
|
<MODULEPATH id="juce_audio_devices" path="../../../modules"/>
|
|
<MODULEPATH id="juce_audio_formats" path="../../../modules"/>
|
|
<MODULEPATH id="juce_audio_processors" path="../../../modules"/>
|
|
<MODULEPATH id="juce_audio_plugin_client" path="../../../modules"/>
|
|
<MODULEPATH id="juce_audio_utils" path="../../../modules"/>
|
|
<MODULEPATH id="juce_data_structures" path="../../../modules"/>
|
|
<MODULEPATH id="juce_gui_extra" path="../../../modules"/>
|
|
</MODULEPATHS>
|
|
</XCODE_IPHONE>
|
|
</EXPORTFORMATS>
|
|
<MODULES>
|
|
<MODULE id="juce_audio_basics" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULE id="juce_audio_devices" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULE id="juce_audio_formats" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULE id="juce_audio_plugin_client" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULE id="juce_audio_processors" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULE id="juce_audio_utils" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULE id="juce_core" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULE id="juce_data_structures" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULE id="juce_events" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULE id="juce_graphics" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="0"/>
|
|
</MODULES>
|
|
<JUCEOPTIONS JUCE_QUICKTIME="disabled"/>
|
|
</JUCERPROJECT>
|