Skip to content

Commit

Permalink
Merge pull request #385 from Esri/Ting/Fix-MacInfoLocation
Browse files Browse the repository at this point in the history
[Update] Add `NSLocationUsageDescription` for Mac Catalyst app
  • Loading branch information
yo1995 authored Apr 11, 2024
2 parents 28ca204 + 4fd9a9d commit 8597ea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
</dict>
<key>NSCameraUsageDescription</key>
<string>This app uses augmented reality to overlay imagery over your real-world environment. Camera access is required for this functionality.</string>
<key>NSLocationUsageDescription</key>
<string>Your location is used to show your position on the map on Mac Catalyst.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Your location is used to show your position on the map.</string>
<key>UIApplicationSceneManifest</key>
Expand Down

0 comments on commit 8597ea3

Please sign in to comment.