cog/Scripts/build.sh

7 lines
194 B
Bash
Raw Permalink Normal View History

#!/bin/sh
2021-02-26 11:55:01 +00:00
BASEDIR=$(dirname "$0")
SRCROOT="$BASEDIR/.."
2021-02-26 11:55:01 +00:00
xcodebuild -workspace "$SRCROOT/Cog.xcodeproj/project.xcworkspace" -scheme Cog -configuration Release -derivedDataPath "$BASEDIR/build"