@capgo/nativegeocoder 6.0.54 → 6.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@ import { NativeGeocoder } from '@capgo/nativegeocoder';
25
25
 
26
26
  Apple requires privacy descriptions to be specified in `Info.plist` for location information:
27
27
 
28
- - `NSLocationAlwaysUsageDescription` (`Privacy - Location Always Usage Description`)
28
+ - `NSLocationAlwaysAndWhenInUseUsageDescription` (`Privacy - Location Always Usage Description`)
29
29
  - `NSLocationWhenInUseUsageDescription` (`Privacy - Location When In Use Usage Description`)
30
30
 
31
31
  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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/nativegeocoder",
3
- "version": "6.0.54",
3
+ "version": "6.0.56",
4
4
  "description": "Capacitor plugin for native forward and reverse geocoding",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",