mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-30 11:24:12 +01:00
10 lines
228 B
Bash
10 lines
228 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Since Windows and GNU/Linux use a script called 'dist.sh' to make the
|
||
|
# package, it makes it easy to script the nightly auto-builds if Mac OS X has
|
||
|
# a script called 'dist.sh' also.
|
||
|
|
||
|
xcodebuild -target Distribute
|
||
|
|
||
|
|