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/Info.plist
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@
52
52
</dict>
53
53
<key>NSCameraUsageDescription</key>
54
54
<string>This app uses augmented reality to overlay imagery over your real-world environment. Camera access is required for this functionality.</string>
55
+
<key>NSLocationUsageDescription</key>
56
+
<string>Your location is used to show your position on the map on Mac Catalyst.</string>
55
57
<key>NSLocationWhenInUseUsageDescription</key>
56
58
<string>Your location is used to show your position on the map.</string>
57
59
<key>UIApplicationSceneManifest</key>
@@ -81,8 +83,6 @@
81
83
<string>com.eos-gnss.positioningsource</string>
82
84
<string>com.geneq.sxbluegpssource</string>
83
85
</array>
84
-
<key>NSLocationUsageDescription</key>
85
-
<string>Your location is used to show your position on the map on Mac Catalyst.</string>
0 commit comments