Skip to content

Commit 4fd9a9d

Browse files
committed
Reoder plist.
1 parent d85367d commit 4fd9a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iOS/Info.plist

Lines changed: 2 additions & 2 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>
@@ -81,8 +83,6 @@
8183
<string>com.eos-gnss.positioningsource</string>
8284
<string>com.geneq.sxbluegpssource</string>
8385
</array>
84-
<key>NSLocationUsageDescription</key>
85-
<string>Your location is used to show your position on the map on Mac Catalyst.</string>
8686
<key>UISupportedInterfaceOrientations</key>
8787
<array>
8888
<string>UIInterfaceOrientationPortrait</string>

0 commit comments

Comments
 (0)