Binary sketch size: 3,984 bytes (of a 6,012 byte maximum)
Running Digispark Uploader...
Plug in device now... (will timeout in 60 seconds)
dyld: Library not loaded: @executable_path/libusb-0.1.4.dylib
Referenced from: /Users/bluebie/Downloads/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/micronucleus
Reason: no suitable image found. Did find:
/Users/bluebie/Downloads/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/libusb-0.1.4.dylib: mach-o, but wrong architecture
/Users/bluebie/Downloads/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/libusb-0.1.4.dylib: mach-o, but wrong architecture
/usr/local/lib/libusb-0.1.4.dylib: mach-o, but wrong architecture
Should have tested it on a modern 64-bit intel mac! I managed to get a version working on my own machine by recompiling the micronucleus binary using homebrew to install libusb, but I don't know how to do static compilation stuff, so everyone else is on their own! Also IMHO the app should be renamed Digispark.app, to distinguish it on computers with multiple versions of the arduino software installed. On Mac's especially the filesystem is becoming less relevent, so when asking the system to run Arduino it is difficult to see which is which.