Skip to content

Commit

Permalink
Minor JUCE project file cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Jan 18, 2023
1 parent 20100f5 commit b81493e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sendmidi.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<XCODE_MAC targetFolder="Builds/MacOSX" hardenedRuntime="1">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="sendmidi"
osxCompatibility="10.13 SDK" macOSDeploymentTarget="10.13"/>
osxCompatibility="10.13 SDK"/>
<CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="sendmidi"
osxCompatibility="10.13 SDK" macOSDeploymentTarget="10.13"/>
osxCompatibility="10.13 SDK"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_core" path="../../JUCE/modules"/>
Expand Down

0 comments on commit b81493e

Please sign in to comment.