We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136cc21 commit 668631bCopy full SHA for 668631b
1 file changed
Scripts/ci/build-real.sh
@@ -18,9 +18,15 @@ pushd $WD
18
# XCUIAutomation.framework, XCUnit.framework
19
rm -rf $SCHEME-Runner.app/Frameworks/XC*.framework
20
21
-# Xcode 16 started generating Testing.framework but it might not be necessary for WDA
+# Xcode 16 started generating 5.9MB of 'Testing.framework', but it might not be necessary for WDA
22
rm -rf $SCHEME-Runner.app/Frameworks/Testing.framework
23
24
+# This library is used for Swift testing. WDA doesn't include Swift stuff, thus this is not needed.
25
+# Xcode 16 generates a 2.6 MB file size. Xcode 15 was a 1 MB file size.
26
+rm -rf $SCHEME-Runner.app/Frameworks/libXCTestSwiftSupport.dylib
27
+
28
29
30
zip -r $ZIP_PKG_NAME $SCHEME-Runner.app
31
popd
32
mv $WD/$ZIP_PKG_NAME ./
0 commit comments