7 lines
91 B
Bash
7 lines
91 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./Scripts/build_dependencies.sh
|
||
|
|
||
|
xcodebuild -alltargets -configuration Release
|
||
|
|