Skip to content

Commit c9b173c

Browse files
committed
docs: clarify physical iOS UUID targeting
1 parent 31f5e04 commit c9b173c

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
__default__: patch
3+
---
4+
5+
Harness now lets you target connected physical iOS devices by hardware UDID as well as by device name or CoreDevice identifier, which makes it easier to select the exact device when multiple phones share similar names.

website/src/docs/platforms/ios.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Xcode often installs multiple runtime versions (e.g., iOS 17.0 and iOS 18.0). Si
6161
### Physical Devices
6262

6363
To run on a connected physical iOS device, use the `applePhysicalDevice()` helper.
64+
You can identify the device by name, CoreDevice identifier, or hardware UDID.
6465

6566
```javascript
6667
applePlatform({

0 commit comments

Comments
 (0)