You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ios/SimDeckStudio/Info.plist
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,12 @@
55
55
<array>
56
56
<string>_simdeck._tcp</string>
57
57
</array>
58
+
<key>NSCameraUsageDescription</key>
59
+
<string>SimDeck uses WebRTC to connect to simulator streams. Camera access is only used for WebRTC features that send video from this device.</string>
58
60
<key>NSLocalNetworkUsageDescription</key>
59
61
<string>SimDeck discovers and connects to simulator streams on your local network.</string>
62
+
<key>NSMicrophoneUsageDescription</key>
63
+
<string>SimDeck uses WebRTC to connect to simulator streams. Microphone access is only used for WebRTC features that send audio from this device.</string>
0 commit comments