mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
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
|
|
|
|
|