Skip to content

Conversation

jmagman
Copy link
Member

@jmagman jmagman commented Jun 2, 2020

Description

Rename ios_app_with_watch_companion to something more generic so it can be repurposed for more iOS project extensions.

  • Rename folder
  • Rename test file and manifest task name
  • Update README
  • Update bundle identifiers from com.example.watchCompanionTest to io.flutter.extensionTest

Related Issues

Will use this test to add a Swift Package integration test in a future PR (#57083)

Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I signed the [CLA].
  • I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement].
  • I read the [Tree Hygiene] wiki page, which explains my responsibilities.
  • I updated/added relevant documentation (doc comments with ///).
  • All existing and new tests are passing.
  • The analyzer (flutter analyze --flutter-repo) does not report any problems on my PR.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

  • No, no existing tests failed, so this is not a breaking change.
  • Yes, this is a breaking change. If not, delete the remainder of this section.

@jmagman jmagman added the c: contributor-productivity Team-specific productivity, code health, technical debt. label Jun 2, 2020
@jmagman jmagman requested a review from christopherfujino June 2, 2020 01:22
@jmagman jmagman self-assigned this Jun 2, 2020
@christopherfujino
Copy link
Contributor

I re-ran the windows commands test, as it timed out

Copy link
Contributor

@christopherfujino christopherfujino left a 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.

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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;
Copy link
Contributor

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

@jmagman
Copy link
Member Author

jmagman commented Jun 2, 2020

All tests passed before my spelling tweaks, merging.

@jmagman jmagman merged commit 145d70c into flutter:master Jun 2, 2020
@jmagman jmagman deleted the watch-test-name branch June 2, 2020 18:00
@jmagman jmagman added the platform-ios iOS applications specifically label Aug 21, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

c: contributor-productivity Team-specific productivity, code health, technical debt. platform-ios iOS applications specifically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants