6 lines
194 B
Bash
Executable file
6 lines
194 B
Bash
Executable file
#!/bin/sh
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
SRCROOT="$BASEDIR/.."
|
|
|
|
xcodebuild -workspace "$SRCROOT/Cog.xcodeproj/project.xcworkspace" -scheme Cog -configuration Release -derivedDataPath "$BASEDIR/build"
|