初始化提交

This commit is contained in:
2026-02-03 16:52:44 +08:00
commit d2f9806384
512 changed files with 65167 additions and 0 deletions

15
Scripts/ci/build-sim.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
xcodebuild clean build-for-testing \
-project WebDriverAgent.xcodeproj \
-derivedDataPath $DERIVED_DATA_PATH \
-scheme $SCHEME \
-destination "$DESTINATION" \
CODE_SIGNING_ALLOWED=NO ARCHS=$ARCHS
pushd $WD
# Simulators might have an issue to lauch if we drop frameworks even we don't use them.
zip -r $ZIP_PKG_NAME $SCHEME-Runner.app
popd
mv $WD/$ZIP_PKG_NAME ./