We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Info.plist
1 parent 4f2a354 commit 329d521Copy full SHA for 329d521
src/content/docs/plugin/geolocation.mdx
@@ -92,7 +92,7 @@ Apple requires privacy descriptions to be specified in Info.plist for location i
92
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
93
<plist version="1.0">
94
<dict>
95
- <key>NSLocationWhenInUseDescription</key>
+ <key>NSLocationWhenInUseUsageDescription</key>
96
<string>Required to do XY</string>
97
</dict>
98
</plist>
0 commit comments