The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
4.2KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <JUCERPROJECT id="rgYEL2" name="InterAppAudioEffect" projectType="audioplug"
  3. version="1.0.0" bundleIdentifier="com.roli.InterAppAudioEffect"
  4. includeBinaryInAppConfig="1" buildVST="0" buildVST3="0" buildAU="0"
  5. buildAUv3="0" buildRTAS="0" buildAAX="0" enableIAA="1" pluginName="InterAppAudioEffect"
  6. pluginDesc="InterAppAudioEffect" pluginManufacturer="ROLI Ltd."
  7. pluginManufacturerCode="ROLI" pluginCode="IAAE" pluginChannelConfigs=""
  8. pluginIsSynth="0" pluginWantsMidiIn="0" pluginProducesMidiOut="0"
  9. pluginIsMidiEffectPlugin="0" pluginEditorRequiresKeys="0" pluginAUExportPrefix="InterAppAudioEffectAU"
  10. pluginRTASCategory="" aaxIdentifier="com.yourcompany.InterAppAudioEffect"
  11. pluginAAXCategory="AAX_ePlugInCategory_Dynamics" jucerVersion="5.1.1"
  12. companyName="ROLI Ltd." buildStandalone="1" displaySplashScreen="0"
  13. reportAppUsage="0" splashScreenColour="Dark" cppLanguageStandard="11">
  14. <MAINGROUP id="BhTVmm" name="InterAppAudioEffect">
  15. <GROUP id="{79B2188B-B073-DD2F-F997-AFE1A88B5908}" name="Source">
  16. <FILE id="s4nZon" name="IAAEffectProcessor.h" compile="0" resource="0"
  17. file="Source/IAAEffectProcessor.h"/>
  18. <FILE id="yg8oqf" name="IAAEffectProcessor.cpp" compile="1" resource="0"
  19. file="Source/IAAEffectProcessor.cpp"/>
  20. <FILE id="CRAxnV" name="IAAEffectEditor.h" compile="0" resource="0"
  21. file="Source/IAAEffectEditor.h"/>
  22. <FILE id="xALLmD" name="SimpleMeter.h" compile="0" resource="0" file="Source/SimpleMeter.h"/>
  23. </GROUP>
  24. </MAINGROUP>
  25. <EXPORTFORMATS>
  26. <XCODE_IPHONE targetFolder="Builds/iOS" iosScreenOrientation="portraitlandscape"
  27. 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">
  28. <CONFIGURATIONS>
  29. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="InterAppAudioEffect"/>
  30. <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="InterAppAudioEffect"/>
  31. </CONFIGURATIONS>
  32. <MODULEPATHS>
  33. <MODULEPATH id="juce_core" path="../../../modules"/>
  34. <MODULEPATH id="juce_events" path="../../../modules"/>
  35. <MODULEPATH id="juce_graphics" path="../../../modules"/>
  36. <MODULEPATH id="juce_gui_basics" path="../../../modules"/>
  37. <MODULEPATH id="juce_audio_basics" path="../../../modules"/>
  38. <MODULEPATH id="juce_audio_devices" path="../../../modules"/>
  39. <MODULEPATH id="juce_audio_formats" path="../../../modules"/>
  40. <MODULEPATH id="juce_audio_processors" path="../../../modules"/>
  41. <MODULEPATH id="juce_audio_plugin_client" path="../../../modules"/>
  42. <MODULEPATH id="juce_audio_utils" path="../../../modules"/>
  43. <MODULEPATH id="juce_data_structures" path="../../../modules"/>
  44. <MODULEPATH id="juce_gui_extra" path="../../../modules"/>
  45. </MODULEPATHS>
  46. </XCODE_IPHONE>
  47. </EXPORTFORMATS>
  48. <MODULES>
  49. <MODULE id="juce_audio_basics" showAllCode="1" useLocalCopy="0"/>
  50. <MODULE id="juce_audio_devices" showAllCode="1" useLocalCopy="0"/>
  51. <MODULE id="juce_audio_formats" showAllCode="1" useLocalCopy="0"/>
  52. <MODULE id="juce_audio_plugin_client" showAllCode="1" useLocalCopy="0"/>
  53. <MODULE id="juce_audio_processors" showAllCode="1" useLocalCopy="0"/>
  54. <MODULE id="juce_audio_utils" showAllCode="1" useLocalCopy="0"/>
  55. <MODULE id="juce_core" showAllCode="1" useLocalCopy="0"/>
  56. <MODULE id="juce_data_structures" showAllCode="1" useLocalCopy="0"/>
  57. <MODULE id="juce_events" showAllCode="1" useLocalCopy="0"/>
  58. <MODULE id="juce_graphics" showAllCode="1" useLocalCopy="0"/>
  59. <MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0"/>
  60. <MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="0"/>
  61. </MODULES>
  62. <JUCEOPTIONS JUCE_QUICKTIME="disabled"/>
  63. </JUCERPROJECT>