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.

67 lines
4.3KB

  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.2.0"
  12. companyName="ROLI Ltd." buildStandalone="1" displaySplashScreen="0"
  13. reportAppUsage="0" splashScreenColour="Dark" cppLanguageStandard="14"
  14. companyCopyright="ROLI Ltd.">
  15. <MAINGROUP id="BhTVmm" name="InterAppAudioEffect">
  16. <GROUP id="{79B2188B-B073-DD2F-F997-AFE1A88B5908}" name="Source">
  17. <FILE id="s4nZon" name="IAAEffectProcessor.h" compile="0" resource="0"
  18. file="Source/IAAEffectProcessor.h"/>
  19. <FILE id="yg8oqf" name="IAAEffectProcessor.cpp" compile="1" resource="0"
  20. file="Source/IAAEffectProcessor.cpp"/>
  21. <FILE id="CRAxnV" name="IAAEffectEditor.h" compile="0" resource="0"
  22. file="Source/IAAEffectEditor.h"/>
  23. <FILE id="xALLmD" name="SimpleMeter.h" compile="0" resource="0" file="Source/SimpleMeter.h"/>
  24. </GROUP>
  25. </MAINGROUP>
  26. <EXPORTFORMATS>
  27. <XCODE_IPHONE targetFolder="Builds/iOS" iosScreenOrientation="portraitlandscape"
  28. 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"
  29. iPadScreenOrientation="portraitlandscape" iosDeviceFamily="1,2">
  30. <CONFIGURATIONS>
  31. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="InterAppAudioEffect"/>
  32. <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="InterAppAudioEffect"/>
  33. </CONFIGURATIONS>
  34. <MODULEPATHS>
  35. <MODULEPATH id="juce_core" path="../../../modules"/>
  36. <MODULEPATH id="juce_events" path="../../../modules"/>
  37. <MODULEPATH id="juce_graphics" path="../../../modules"/>
  38. <MODULEPATH id="juce_gui_basics" path="../../../modules"/>
  39. <MODULEPATH id="juce_audio_basics" path="../../../modules"/>
  40. <MODULEPATH id="juce_audio_devices" path="../../../modules"/>
  41. <MODULEPATH id="juce_audio_formats" path="../../../modules"/>
  42. <MODULEPATH id="juce_audio_processors" path="../../../modules"/>
  43. <MODULEPATH id="juce_audio_plugin_client" path="../../../modules"/>
  44. <MODULEPATH id="juce_audio_utils" path="../../../modules"/>
  45. <MODULEPATH id="juce_data_structures" path="../../../modules"/>
  46. <MODULEPATH id="juce_gui_extra" path="../../../modules"/>
  47. </MODULEPATHS>
  48. </XCODE_IPHONE>
  49. </EXPORTFORMATS>
  50. <MODULES>
  51. <MODULE id="juce_audio_basics" showAllCode="1" useLocalCopy="0"/>
  52. <MODULE id="juce_audio_devices" showAllCode="1" useLocalCopy="0"/>
  53. <MODULE id="juce_audio_formats" showAllCode="1" useLocalCopy="0"/>
  54. <MODULE id="juce_audio_plugin_client" showAllCode="1" useLocalCopy="0"/>
  55. <MODULE id="juce_audio_processors" showAllCode="1" useLocalCopy="0"/>
  56. <MODULE id="juce_audio_utils" showAllCode="1" useLocalCopy="0"/>
  57. <MODULE id="juce_core" showAllCode="1" useLocalCopy="0"/>
  58. <MODULE id="juce_data_structures" showAllCode="1" useLocalCopy="0"/>
  59. <MODULE id="juce_events" showAllCode="1" useLocalCopy="0"/>
  60. <MODULE id="juce_graphics" showAllCode="1" useLocalCopy="0"/>
  61. <MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0"/>
  62. <MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="0"/>
  63. </MODULES>
  64. <JUCEOPTIONS JUCE_QUICKTIME="disabled"/>
  65. </JUCERPROJECT>