Skip to content

Commit 8597ea3

Browse files
authored
Merge pull request #385 from Esri/Ting/Fix-MacInfoLocation
[Update] Add `NSLocationUsageDescription` for Mac Catalyst app
2 parents 28ca204 + 4fd9a9d commit 8597ea3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

iOS/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
</dict>
5353
<key>NSCameraUsageDescription</key>
5454
<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>
5557
<key>NSLocationWhenInUseUsageDescription</key>
5658
<string>Your location is used to show your position on the map.</string>
5759
<key>UIApplicationSceneManifest</key>

0 commit comments

Comments
 (0)