Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NSLocalNetworkUsageDescription to Info.plist #196

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions XRViewer/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
<string>When a web page uses WebXR, video from the camera will be displayed in the background and used to track device motion in 3D. You will be asked for further permission before a web page may access the video or use the Truedepth camera for face tracking.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location is used to enable the Web Geolocation API. You will be asked for permission before a web page can access your location.</string>
<key>NSLocalNetworkUsageDescription</key>
<string>Local network access is required to load websites on your local network e.g. 192.168.1.5 for development purposes.</string>
<key>NSSupportsSuddenTermination</key>
<false/>
<key>UIAppFonts</key>
Expand Down