Skip to content

Commit

Permalink
Xenos.jucer to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelradna committed Mar 30, 2023
1 parent 966ea12 commit fa52c44
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions Xenos.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
<JUCERPROJECT id="XZcjIY" name="Xenos" projectType="audioplug" useAppConfig="0"
addUsingNamespaceToJuceHeader="0" jucerFormatVersion="1" defines="JUCE_MODAL_LOOPS_PERMITTED=1"
companyName="Raphael Radna" bundleIdentifier="com.raphaelradna.xenos"
pluginFormats="buildAAX,buildAU,buildLV2,buildVST,buildVST3"
pluginCharacteristicsValue="pluginIsSynth,pluginWantsMidiIn"
pluginFormats="buildAAX,buildAU,buildLV2,buildVST3" pluginCharacteristicsValue="pluginIsSynth,pluginWantsMidiIn"
pluginCode="XNOS" aaxIdentifier="com.raphaelradna.xenos" lv2Uri="www.raphaelradna.com/plugins/xenos"
pluginName="Xenos" pluginDesc="Xenos" pluginManufacturerCode="RRAD"
pluginManufacturer="Raphael Radna" companyWebsite="www.raphaelradna.com"
version="1.0.0" displaySplashScreen="0">
pluginManufacturer="Raphael Radna" companyWebsite="http://www.raphaelradna.com"
version="1.0.1" displaySplashScreen="0">
<MAINGROUP id="FMEK9K" name="Xenos">
<GROUP id="{FCFEFEC3-EFD3-98E0-5824-779D6E9C9BBC}" name="Resources">
<FILE id="qhACbb" name="background.png" compile="0" resource="1" file="Resources/background.png"/>
Expand Down Expand Up @@ -80,26 +79,6 @@
<MODULEPATH id="juce_gui_extra" path="/Applications/JUCE/modules"/>
</MODULEPATHS>
</VS2019>
<LINUX_MAKE targetFolder="Builds/LinuxMakefile" extraCompilerFlags="-fvisibility=hidden -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,-O1 -Wl,--as-needed -Wl,--strip-all">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug"/>
<CONFIGURATION isDebug="0" name="Release"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_audio_basics" path="/Applications/JUCE/modules"/>
<MODULEPATH id="juce_audio_devices" path="/Applications/JUCE/modules"/>
<MODULEPATH id="juce_audio_formats" path="/Applications/JUCE/modules"/>
<MODULEPATH id="juce_audio_plugin_client" path="/Applications/JUCE/modules"/>
<MODULEPATH id="juce_audio_processors" path="/Applications/JUCE/modules"/>
<MODULEPATH id="juce_audio_utils" path="/Applications/JUCE/modules"/>
<MODULEPATH id="juce_core" path="/Applications/JUCE/modules"/>
<MODULEPATH id="juce_data_structures" path="/Applications/JUCE/modules"/>
<MODULEPATH id="juce_events" path="/Applications/JUCE/modules"/>
<MODULEPATH id="juce_graphics" path="/Applications/JUCE/modules"/>
<MODULEPATH id="juce_gui_basics" path="/Applications/JUCE/modules"/>
<MODULEPATH id="juce_gui_extra" path="/Applications/JUCE/modules"/>
</MODULEPATHS>
</LINUX_MAKE>
</EXPORTFORMATS>
<MODULES>
<MODULE id="juce_audio_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
Expand Down

0 comments on commit fa52c44

Please sign in to comment.