8 lines
83 B
Bash
Executable file
8 lines
83 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
gyp --depth . brightray.gyp
|
|
xcodebuild
|