mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-30 11:24:12 +01:00
154809dcee
package, it makes it easy to script the nightly auto-builds if Mac OS X has a script called 'dist.sh' also.
10 lines
228 B
Bash
Executable File
10 lines
228 B
Bash
Executable File
#!/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
|
|
|
|
|