-
Notifications
You must be signed in to change notification settings - Fork 450
ci: sim remove unnecessary files #1037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I think the latest is good https://github.com/appium/WebDriverAgent/actions/runs/15818354239 After this merge, I'll integrate the script into https://github.com/appium/WebDriverAgent/blob/master/.github/workflows/publish.js.yml to publish these simulator ones in https://github.com/appium/WebDriverAgent/releases -> #1038 |
|
🎉 This PR is included in version 9.14.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Similar to #1027, we can remove
Testing.frameworkandlibXCTestSwiftSupport.dylibfor simulators as well. Other frameworks caused issues on my local, so they should be there.These removals will reduce the package size by around 7- 8 MB in Xcode 16 build env.
I also figured out the most reliable method right now is using
-xflag for ZIP to exclude expected files.https://github.com/appium/WebDriverAgent/actions/runs/15818354239