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.

63 lines
3.9KB

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