Update Release build script.
parent
e8c6a00d9e
commit
ddacb3a6da
|
@ -1,10 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
pushd $(dirname $0)
|
BASEDIR=$(dirname "$0")
|
||||||
BASE=`pwd -P`
|
SRCROOT="$BASEDIR/.."
|
||||||
popd
|
|
||||||
|
|
||||||
BUILDPRODUCTS="$BASE"/build/Build/Products/Release
|
|
||||||
|
|
||||||
xcodebuild -workspace "$BASE"/../Cog.xcodeproj/project.xcworkspace -scheme Cog -configuration Release -derivedDataPath "$BASE"/build
|
|
||||||
|
|
||||||
|
xcodebuild -workspace "$SRCROOT/Cog.xcodeproj/project.xcworkspace" -scheme Cog -configuration Release -derivedDataPath "$BASEDIR/build"
|
||||||
|
|
Loading…
Reference in New Issue