Skip to content
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

feat: Add ability to use PREFERRED_IOS_DEVICES environment variable #… #2278

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

warrenfalk
Copy link

…2274

Summary:

Implements the feature described in #2274 for iOS

Test Plan:

Created new react-native HelloWorld app and ran the following commands:

PREFERRED_IOS_DEVICES="BogusName,iPhone 14 Pro,3E09B439-89A2-4D48-B452-527D9B4BAD9A" yarn react-native run-ios
PREFERRED_IOS_DEVICES="BogusName,3E09B439-89A2-4D48-B452-527D9B4BAD9A" yarn react-native run-ios

Checklist

  • Documentation is up to date to reflect these changes.
  • Follows commit message convention described in CONTRIBUTING.md

@github-actions github-actions bot added docs Documentation change feature labels Jan 25, 2024
Copy link

There hasn't been any activity on this pull request in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days.

@github-actions github-actions bot added the stale label Apr 25, 2024
@github-actions github-actions bot closed this May 2, 2024
@thymikee thymikee reopened this Jun 4, 2024
@thymikee
Copy link
Member

thymikee commented Jun 4, 2024

Hey, let's reopen this and discuss the design. I'd be happier with specifying a flag instead of env variable, as it's easier to document and discover without reading the docs.

@github-actions github-actions bot removed the stale label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation change feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants