Commit 95fb963
committed
mobile: declare iOS local-network / mDNS permission
The Viam SDK finds the machine on the LAN via Bonsoir mDNS browsing for the
`_rpc._tcp` service. iOS blocks that unless the app declares
NSLocalNetworkUsageDescription and lists the browsed Bonjour service type in
NSBonjourServices — without them the fast `<machine>.local` direct connection
fails. Add both to the iOS Info.plist patcher.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016m9NjsSfBSx1RgN3fpnx7e1 parent 612f450 commit 95fb963
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
36 | 50 | | |
37 | 51 | | |
38 | 52 | | |
| |||
0 commit comments