Skip to content

Commit

Permalink
Tweaking READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
theproducer committed Oct 25, 2023
1 parent 7d8cb33 commit 4fee3e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions geolocation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ npx cap sync

Apple requires privacy descriptions to be specified in `Info.plist` for location information:

- `NSLocationAlwaysAndWhenInUseUsageDescription` (`Privacy - Location Always and When In Use Usage Description`)
- `NSLocationWhenInUseUsageDescription` (`Privacy - Location When In Use Usage Description`)

> `NSLocationAlwaysUsageDescription` is deprecated on iOS 11+.
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

## Android
Expand Down
3 changes: 0 additions & 3 deletions google-maps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ 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`:

- `NSLocationAlwaysAndWhenInUseUsageDescription` (`Privacy - Location Always and When In Use Usage Description`)
- `NSLocationWhenInUseUsageDescription` (`Privacy - Location When In Use Usage Description`)

> `NSLocationAlwaysUsageDescription` is deprecated on iOS 11+.
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.

> The main Google Maps SDK now supports running on simulators on Apple Silicon Macs, but make sure you have the latest version of [Google-Maps-iOS-Utils](https://github.com/googlemaps/google-maps-ios-utils) installed.
Expand Down

0 comments on commit 4fee3e3

Please sign in to comment.