mirror of https://github.com/axmolengine/axmol.git
fix project path
This commit is contained in:
parent
a28da90c9d
commit
8861a50e65
|
@ -1,5 +1,5 @@
|
||||||
#put xctool.sh into your PATH
|
#put xctool.sh into your PATH
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
COCOS2DX_ROOT="$DIR"/../..
|
||||||
xctool.sh -project "$DIR"/../cocos2d_samples.xcodeproj -scheme "build-all-samples iOS" -destination "platform=iOS Simulator,name=iPhone Retina (4-inch)" clean
|
xctool.sh -project "$COCOS2DX_ROOT"/build/cocos2d_samples.xcodeproj -scheme "build-all-samples iOS" -destination "platform=iOS Simulator,name=iPhone Retina (4-inch)" clean
|
||||||
xctool.sh -project "$DIR"/../cocos2d_samples.xcodeproj -scheme "build-all-samples iOS" -destination "platform=iOS Simulator,name=iPhone Retina (4-inch)" build
|
xctool.sh -project "$COCOS2DX_ROOT"/build/cocos2d_samples.xcodeproj -scheme "build-all-samples iOS" -destination "platform=iOS Simulator,name=iPhone Retina (4-inch)" build
|
||||||
|
|
Loading…
Reference in New Issue