Skip to content

Commit c4a4f98

Browse files
committed
adjust the path
1 parent 9fddbb2 commit c4a4f98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Scripts/ci/build-sim.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ pushd wda_build
1616
rm -rf Build/Intermediates.noindex
1717

1818
# Xcode 16 started generating 5.9MB of 'Testing.framework', but it might not be necessary for WDA
19-
rm -rf Build/**/$SCHEME-Runner.app/Frameworks/Testing.framework
19+
rm -rf Build/**/Frameworks/Testing.framework
2020

2121
# This library is used for Swift testing. WDA doesn't include Swift stuff, thus this is not needed.
2222
# Xcode 16 generates a 2.6 MB file size. Xcode 15 was a 1 MB file size.
23-
rm -rf Build/**/$SCHEME-Runner.app/Frameworks/libXCTestSwiftSupport.dylib
23+
rm -rf Build/**/Frameworks/libXCTestSwiftSupport.dylib
2424

2525
zip -r $ZIP_PKG_NAME Build
2626
popd

0 commit comments

Comments
 (0)