feat: Allow iOS device lookup by UUID#113
Merged
V3RON merged 2 commits intoMay 11, 2026
Merged
Conversation
|
@hannojg is attempting to deploy a commit to the Callstack Team on Vercel. A member of the Team first needs to authorize it. |
hannojg
added a commit
to mrousavy/react-native-vision-camera
that referenced
this pull request
May 9, 2026
V3RON
approved these changes
May 11, 2026
mrousavy
pushed a commit
to mrousavy/react-native-vision-camera
that referenced
this pull request
May 12, 2026
* update harness which should build the XCTest helper * android: remove explicit perm handling * add ios test section back lol * adjust running on sim * request permissions * restore more * ios: build & upload XCTest ipa + install * actually download oops * does my team id magically work? * harness patch to naturally specify external xctest run, but not sure if AWS accepts a test spec file when its XCUITest … * fix stopping early * apply: callstackincubator/react-native-harness#113 * team id * massively simplify test spec * ios: aws tst spec collect logs corerctly * github action: split android in build + test & remove prepare stage as android and iOS have no longer shared test package * apply: callstackincubator/react-native-harness#117 * add verbose for more test details * force colors?
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Allows looking up a physical iOS device not just by name, but also uuid.
Related Issue
/
Context
When running test on AWS DF we just get the UUID in the envs. Right now i have to do a manual lookup to get the device name which is a bit cumbersome, and it would be nicer to just pass the uuid :)
Testing
added a test to the repo