diff --git a/geolocation/README.md b/geolocation/README.md index 0e478b4c1..6c4750b24 100644 --- a/geolocation/README.md +++ b/geolocation/README.md @@ -13,7 +13,6 @@ npx cap sync Apple requires privacy descriptions to be specified in `Info.plist` for location information: -- `NSLocationAlwaysUsageDescription` (`Privacy - Location Always Usage Description`) - `NSLocationWhenInUseUsageDescription` (`Privacy - Location When In Use Usage Description`) 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 diff --git a/google-maps/README.md b/google-maps/README.md index bfbcdba5f..b9b643f37 100644 --- a/google-maps/README.md +++ b/google-maps/README.md @@ -17,7 +17,6 @@ To use the Google Maps SDK on any platform, API keys associated with an account The Google Maps SDK supports the use of showing the users current location via `enableCurrentLocation(bool)`. To use this, Apple requires privacy descriptions to be specified in `Info.plist`: -- `NSLocationAlwaysUsageDescription` (`Privacy - Location Always Usage Description`) - `NSLocationWhenInUseUsageDescription` (`Privacy - Location When In Use Usage Description`) 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.