-
Notifications
You must be signed in to change notification settings - Fork 956
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Instead of just using the name of the app as the device name, do this: - Try and find an existing and connected device whose name matches the one provided by the app that is trying to connect. - Only use a found device if there's a single match. - The supplied name may be generic if the right entitlement is not found for the app (`com.apple.developer.user-assigned-device-name`) - Otherwise, use the OS + "via QR Exchange" Reviewed By: antonk52 Differential Revision: D55240729 fbshipit-source-id: 8778e9d1e4f26593008c574f7b1aab1ca6fa9ff0
- Loading branch information
1 parent
20613fe
commit 8060f11
Showing
2 changed files
with
25 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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