mirror of https://github.com/axmolengine/axmol.git
47 lines
5.5 KiB
Bash
Executable File
47 lines
5.5 KiB
Bash
Executable File
# HelloCpp
|
|
xcodebuild clean build -project ../../../../samples/Cpp/HelloCpp/proj.ios/HelloCpp.xcodeproj -alltargets -sdk iphonesimulator5.0 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Cpp/HelloCpp/proj.ios/HelloCpp.xcodeproj -alltargets -sdk iphonesimulator5.0 -configuration Release
|
|
xcodebuild clean build -project ../../../../samples/Cpp/HelloCpp/proj.ios/HelloCpp.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Cpp/HelloCpp/proj.ios/HelloCpp.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Release
|
|
xcodebuild clean build -project ../../../../samples/Cpp/HelloCpp/proj.ios/HelloCpp.xcodeproj -alltargets -sdk iphonesimulator6.0 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Cpp/HelloCpp/proj.ios/HelloCpp.xcodeproj -alltargets -sdk iphonesimulator6.0 -configuration Release
|
|
|
|
# TestCpp
|
|
xcodebuild clean build -project ../../../../samples/Cpp/TestCpp/proj.ios/TestCpp.xcodeproj -alltargets -sdk iphonesimulator5.0 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Cpp/TestCpp/proj.ios/TestCpp.xcodeproj -alltargets -sdk iphonesimulator5.0 -configuration Release
|
|
xcodebuild clean build -project ../../../../samples/Cpp/TestCpp/proj.ios/TestCpp.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Cpp/TestCpp/proj.ios/TestCpp.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Release
|
|
xcodebuild clean build -project ../../../../samples/Cpp/TestCpp/proj.ios/TestCpp.xcodeproj -alltargets -sdk iphonesimulator6.0 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Cpp/TestCpp/proj.ios/TestCpp.xcodeproj -alltargets -sdk iphonesimulator6.0 -configuration Release
|
|
|
|
# HelloLua
|
|
xcodebuild clean build -project ../../../../samples/Lua/HelloLua/proj.ios/HelloLua.xcodeproj -alltargets -sdk iphonesimulator5.0 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Lua/HelloLua/proj.ios/HelloLua.xcodeproj -alltargets -sdk iphonesimulator5.0 -configuration Release
|
|
xcodebuild clean build -project ../../../../samples/Lua/HelloLua/proj.ios/HelloLua.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Lua/HelloLua/proj.ios/HelloLua.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Release
|
|
xcodebuild clean build -project ../../../../samples/Lua/HelloLua/proj.ios/HelloLua.xcodeproj -alltargets -sdk iphonesimulator6.0 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Lua/HelloLua/proj.ios/HelloLua.xcodeproj -alltargets -sdk iphonesimulator6.0 -configuration Release
|
|
|
|
# TestLua
|
|
xcodebuild clean build -project ../../../../samples/Lua/TestLua/proj.ios/TestLua.xcodeproj -alltargets -sdk iphonesimulator5.0 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Lua/TestLua/proj.ios/TestLua.xcodeproj -alltargets -sdk iphonesimulator5.0 -configuration Release
|
|
xcodebuild clean build -project ../../../../samples/Lua/TestLua/proj.ios/TestLua.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Lua/TestLua/proj.ios/TestLua.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Release
|
|
xcodebuild clean build -project ../../../../samples/Lua/TestLua/proj.ios/TestLua.xcodeproj -alltargets -sdk iphonesimulator6.0 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Lua/TestLua/proj.ios/TestLua.xcodeproj -alltargets -sdk iphonesimulator6.0 -configuration Release
|
|
|
|
# TestJavascript
|
|
xcodebuild clean build -project ../../../../samples/Javascript/TestJavascript/proj.ios/TestJavascript.xcodeproj -alltargets -sdk iphonesimulator5.0 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Javascript/TestJavascript/proj.ios/TestJavascript.xcodeproj -alltargets -sdk iphonesimulator5.0 -configuration Release
|
|
xcodebuild clean build -project ../../../../samples/Javascript/TestJavascript/proj.ios/TestJavascript.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Javascript/TestJavascript/proj.ios/TestJavascript.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Release
|
|
xcodebuild clean build -project ../../../../samples/Javascript/TestJavascript/proj.ios/TestJavascript.xcodeproj -alltargets -sdk iphonesimulator6.0 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Javascript/TestJavascript/proj.ios/TestJavascript.xcodeproj -alltargets -sdk iphonesimulator6.0 -configuration Release
|
|
|
|
# SimpleGame
|
|
xcodebuild clean build -project ../../../../samples/Cpp/SimpleGame/proj.ios/SimpleGame.xcodeproj -alltargets -sdk iphonesimulator5.0 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Cpp/SimpleGame/proj.ios/SimpleGame.xcodeproj -alltargets -sdk iphonesimulator5.0 -configuration Release
|
|
xcodebuild clean build -project ../../../../samples/Cpp/SimpleGame/proj.ios/SimpleGame.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Cpp/SimpleGame/proj.ios/SimpleGame.xcodeproj -alltargets -sdk iphonesimulator5.1 -configuration Release
|
|
xcodebuild clean build -project ../../../../samples/Cpp/SimpleGame/proj.ios/SimpleGame.xcodeproj -alltargets -sdk iphonesimulator6.0 -configuration Debug
|
|
xcodebuild clean build -project ../../../../samples/Cpp/SimpleGame/proj.ios/SimpleGame.xcodeproj -alltargets -sdk iphonesimulator6.0 -configuration Release |