Skip to content

Commit 329d521

Browse files
authored
fix(geolocation/ios): proper Info.plist key (tauri-apps#3605)
1 parent 4f2a354 commit 329d521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/plugin/geolocation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Apple requires privacy descriptions to be specified in Info.plist for location i
9292
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
9393
<plist version="1.0">
9494
<dict>
95-
<key>NSLocationWhenInUseDescription</key>
95+
<key>NSLocationWhenInUseUsageDescription</key>
9696
<string>Required to do XY</string>
9797
</dict>
9898
</plist>

0 commit comments

Comments
 (0)