We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4805fea commit 8e8102dCopy full SHA for 8e8102d
build/build.xml
@@ -217,6 +217,10 @@
217
<exec executable="macosx/work/Arduino.app/Contents/MacOS/JavaApplicationStub" spawn="true"/>
218
</target>
219
220
+ <target name="macosx-debug" depends="macosx-build" description="Run Mac OS X version">
221
+ <exec executable="macosx/work/Arduino.app/Contents/MacOS/JavaApplicationStub" spawn="false"/>
222
+ </target>
223
+
224
<target name="macosx-dist" if="macosx" depends="macosx-build" description="Create a .dmg of the Mac OS X version">
225
<!-- now build the dmg -->
226
<gunzip src="macosx/template.dmg.gz" dest="macosx/working.dmg" />
0 commit comments