Skip to content

Commit

Permalink
Closes #67
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbaar committed Mar 7, 2023
1 parent bb83264 commit 765ca49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 3.5.1 (2023-03-07)
- closes #67

# 3.5.0 (2023-01-12)
- remove cordova-plugin-add-swift-support
- (iOS) request location authorization if not set using `CLLocationManager`'s `requestWhenInUseAuthorization` function
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-nativegeocoder",
"version": "3.5.0",
"version": "3.5.1",
"description": "Cordova plugin for native forward and reverse geocoding",
"cordova": {
"id": "cordova-plugin-nativegeocoder",
Expand Down
5 changes: 3 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin id="cordova-plugin-nativegeocoder" version="3.5.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="cordova-plugin-nativegeocoder" version="3.5.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>NativeGeocoder</name>
<description>Cordova plugin for native forward and reverse geocoding</description>
<license>MIT</license>
Expand All @@ -26,10 +26,11 @@
</platform>

<!-- ios -->
<platform name="ios">
<platform name="ios">
<preference name="LOCATION_WHEN_IN_USE_DESCRIPTION" default="Use geocoder service" />

<config-file parent="/*" target="config.xml">
<preference name="SwiftVersion" value="5" />
<feature name="NativeGeocoder">
<param name="ios-package" value="NativeGeocoder" />
</feature>
Expand Down

0 comments on commit 765ca49

Please sign in to comment.