File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 382
382
<param name =" unpack_target" value =" untar" />
383
383
<param name =" gcc_archive_file" value =" avr-gcc-4.8.1-arduino5-i386-apple-darwin11.tar.bz2" />
384
384
<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" />
386
386
<param name =" avrdude_version" value =" 6.0.1-arduino5" />
387
387
</antcall >
388
388
389
389
<chmod perm =" +x" >
390
390
<fileset dir =" ${ staging_folder } /work/${ staging_hardware_folder } /tools" includes =" **/bin/*" />
391
391
<fileset dir =" ${ staging_folder } /work/${ staging_hardware_folder } /tools" includes =" **/libexec/gcc/avr/4.8.1/*" />
392
392
</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 >
393
398
</target >
394
399
395
400
<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
22
22
* Bridge: YunClient.connected() returns true if there are bytes available for read. Thanks @RobAtticus
23
23
* Bridge: YunClient.stop() now empties all buffers. Thanks @RobAtticus
24
24
25
+ ARDUINO 1.6.5-r3 - 2015.07.20
26
+
27
+ [ide]
28
+ * Fixed Mac signature for OSX >=10.10.4
29
+
25
30
ARDUINO 1.6.5-r2 - 2015.06.17
26
31
27
32
[ide]
You can’t perform that action at this time.
0 commit comments