mirror of https://github.com/axmolengine/axmol.git
add ios build script
This commit is contained in:
parent
9642766c7e
commit
a28da90c9d
|
@ -0,0 +1,5 @@
|
|||
#put xctool.sh into your PATH
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
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 "$DIR"/../cocos2d_samples.xcodeproj -scheme "build-all-samples iOS" -destination "platform=iOS Simulator,name=iPhone Retina (4-inch)" build
|
Loading…
Reference in New Issue