This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Add uwptool.exe #26038
Merged
Merged
Add uwptool.exe #26038
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jonahwilliams
approved these changes
May 9, 2021
Contributor
jonahwilliams
left a comment
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.
RSLGTM
clarkezone
approved these changes
May 9, 2021
clarkezone
left a comment
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 modulo the issue discussed with the additional app registration reg path required to pick up the dev installed package.
Member
Author
|
Registry path updated so we get developer-installed apps in the list now too. |
uwptool is a helper tool used by the flutter command-line tool. It can be thought of as analogous to adb for Android or libimobiledevice for iOS. Its core functions are: * List installed apps. (included in this patch) * Launch an app with a set of launch arguments. (included in this patch) * Install an app (included in a later patch). * Uninstall an app (included in a later patch). Part of flutter/flutter#81756
Member
Author
|
Launch arguments are now working too. |
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 12, 2021
8 tasks
cbracken
added a commit
to cbracken/flutter
that referenced
this pull request
May 12, 2021
flutter/engine@3c93ad4...44ba0c7 2021-05-11 chris@bracken.jp Formatting cleanup for CONTRIBUTING.md (flutter/engine#26080) 2021-05-11 chris@bracken.jp Add uwptool.exe (flutter/engine#26038) 2021-05-11 bkonyi@google.com Manual SDK roll for DevTools SDK integration (flutter/engine#26075) 2021-05-11 skia-flutter-autoroll@skia.org Roll Skia from 96bc12d19b9e to 7c328b4b42c5 (5 revisions) (flutter/engine#26071) 2021-05-11 iska.kaushik@gmail.com Unique frame number for each frame (flutter/engine#26021) In flutter/engine#26075 we rolled the Dart SDK to the engine. This included updates to parameter names to Iterable.map and Iterable.expand which triggers lints about renaming method parameters in CachingIterable.map and CachingIterable.expand.
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 12, 2021
cbracken
added a commit
to flutter/flutter
that referenced
this pull request
May 12, 2021
flutter/engine@3c93ad4...44ba0c7 2021-05-11 chris@bracken.jp Formatting cleanup for CONTRIBUTING.md (flutter/engine#26080) 2021-05-11 chris@bracken.jp Add uwptool.exe (flutter/engine#26038) 2021-05-11 bkonyi@google.com Manual SDK roll for DevTools SDK integration (flutter/engine#26075) 2021-05-11 skia-flutter-autoroll@skia.org Roll Skia from 96bc12d19b9e to 7c328b4b42c5 (5 revisions) (flutter/engine#26071) 2021-05-11 iska.kaushik@gmail.com Unique frame number for each frame (flutter/engine#26021) In flutter/engine#26075 we rolled the Dart SDK to the engine. This included updates to parameter names to Iterable.map and Iterable.expand which triggers lints about renaming method parameters in CachingIterable.map and CachingIterable.expand.
18 tasks
naudzghebre
pushed a commit
to naudzghebre/engine
that referenced
this pull request
May 21, 2021
uwptool is a helper tool used by the flutter command-line tool. It can be thought of as analogous to adb for Android or libimobiledevice for iOS. Its core functions are: * List installed apps. (included in this patch) * Launch an app with a set of launch arguments. (included in this patch) * Install an app (included in a later patch). * Uninstall an app (included in a later patch). Part of flutter/flutter#81756
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
uwptool is a helper tool used by the flutter command-line tool. It can
be thought of as analogous to adb for Android or libimobiledevice for
iOS.
Its core functions are:
Part of flutter/flutter#81756
Part of flutter/flutter#82085
Pre-launch Checklist
writing and running engine tests.
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.