File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 382382 <param name =" unpack_target" value =" untar" />
383383 <param name =" gcc_archive_file" value =" avr-gcc-4.8.1-arduino5-i386-apple-darwin11.tar.bz2" />
384384 <param name =" gcc_version" value =" 4.8.1-arduino5" />
385- <param name =" avrdude_archive_file" value =" avrdude-6.0.1-arduino5-i386-apple-darwin11.tar.bz2" />
385+ <param name =" avrdude_archive_file" value =" avrdude-6.0.1-arduino5-r2- i386-apple-darwin11.tar.bz2" />
386386 <param name =" avrdude_version" value =" 6.0.1-arduino5" />
387387 </antcall >
388388
389389 <chmod perm =" +x" >
390390 <fileset dir =" ${ staging_folder } /work/${ staging_hardware_folder } /tools" includes =" **/bin/*" />
391391 <fileset dir =" ${ staging_folder } /work/${ staging_hardware_folder } /tools" includes =" **/libexec/gcc/avr/4.8.1/*" />
392392 </chmod >
393+
394+ <!-- macosx gatekeeper workaround. See https://github.com/arduino/Arduino/issues/3468 -->
395+ <chmod perm =" -x" >
396+ <fileset dir =" ${ staging_folder } /work/${ staging_hardware_folder } /tools" includes =" **/bin/avrdude_bin" />
397+ </chmod >
393398 </target >
394399
395400 <target name =" macosx-run" depends =" build" description =" Run Mac OS X version" >
Original file line number Diff line number Diff line change 1+ 52afce6cbe1cc1021bca1234cf25b298350f97dd
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ ARDUINO 1.6.6
2222* Bridge: YunClient.connected() returns true if there are bytes available for read. Thanks @RobAtticus
2323* Bridge: YunClient.stop() now empties all buffers. Thanks @RobAtticus
2424
25+ ARDUINO 1.6.5-r3 - 2015.07.20
26+
27+ [ide]
28+ * Fixed Mac signature for OSX >=10.10.4
29+
2530ARDUINO 1.6.5-r2 - 2015.06.17
2631
2732[ide]
You can’t perform that action at this time.
0 commit comments