-
Notifications
You must be signed in to change notification settings - Fork 29.3k
Rename integration test ios_app_with_watch_companion -> ios_app_with_extensions #58458
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 re-ran the windows commands test, as it timed out |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with two spelling nits.
dev/devicelab/manifest.yaml
Outdated
ios_app_with_extensions_test: | ||
description: > | ||
Checks that an iOS app with a watchOS companion can be build for physical and simulated devices. | ||
Checks that an iOS app with extensions can be build for physical and simulated devices. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checks that an iOS app with extensions can be build for physical and simulated devices. | |
Checks that an iOS app with extensions can be built for physical and simulated devices. |
@@ -0,0 +1,5 @@ | |||
# iOS Extensions Test | |||
|
|||
Integration test for to test building iOS app with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Integration test for to test building iOS app with | |
Integration test to test building an iOS app with |
MTL_FAST_MATH = YES; | ||
OTHER_LDFLAGS = ""; | ||
PRODUCT_BUNDLE_IDENTIFIER = com.example.watchCompanionTest.watchkitapp; | ||
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.extensionTest.watchkitapp; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should probably be dev.flutter.extensionTest.watchkitapp
, but that's probably a bigger refactor for another day
All tests passed before my spelling tweaks, merging. |
Description
Rename ios_app_with_watch_companion to something more generic so it can be repurposed for more iOS project extensions.
Related Issues
Will use this test to add a Swift Package integration test in a future PR (#57083)
Checklist
///
).flutter analyze --flutter-repo
) does not report any problems on my PR.Breaking Change