amperka / ino

Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k stars 233 forks source link

Fix finding boards.txt (#42) on newer OSX #259

Open qguv opened 8 years ago

qguv commented 8 years ago

The newest builds of the Arduino IDE keep the hardware/ tree under Arduino.app/Contents/Java rather than Arduino.app/Contents/Resources/Java. Fixes #42.

philiptzou commented 8 years ago

Same problem here and I reached the same solution. So the patch is working :)