diff --git a/README.md b/README.md index 0052bec..b556ea8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ location in the background. As a result, Apple requires you to include a prompt won’t appear to users, you can safely use the same description string as for `NSLocationWhenInUseUsageDescription`. -:::info +::: Read about [Configuring `Info.plist`](https://capacitorjs.com/docs/ios/configuration#configuring-infoplist) in the [iOS Guide](https://capacitorjs.com/docs/ios) for more information on setting iOS permissions in Xcode @@ -46,7 +46,7 @@ The first two permissions ask for location data, both fine and coarse, and the l If you only require approximate location (variable accuracy but usually around 2 kilometers), you may just declare `ACCESS_COARSE_LOCATION` and `