Skip to content

Commit af47fcc

Browse files
committed
fix(ios): add WebRTC privacy purpose strings
1 parent e9e0c5f commit af47fcc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ios/SimDeckStudio/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,12 @@
5555
<array>
5656
<string>_simdeck._tcp</string>
5757
</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>
5860
<key>NSLocalNetworkUsageDescription</key>
5961
<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>
6064
<key>UILaunchScreen</key>
6165
<dict/>
6266
<key>UISupportedInterfaceOrientations</key>

0 commit comments

Comments
 (0)