community-cordova-plugin-wifi 1.0.9 → 1.0.11

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/package.json +1 -1
  2. package/plugin.xml +4 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "community-cordova-plugin-wifi",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "main": "./types/index.d.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "readme": "README.md",
package/plugin.xml CHANGED
@@ -1,8 +1,8 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
1
+ <?xml version="1.0.11" encoding="UTF-8"?>
2
2
 
3
3
  <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
4
4
  id="community-cordova-plugin-wifi"
5
- version="1.0.9">
5
+ version="1.0.11">
6
6
  <name>Cordova Plugin Wifi</name>
7
7
  <description></description>
8
8
  <license>MIT</license>
@@ -13,8 +13,6 @@
13
13
  <!-- android -->
14
14
  <platform name="android">
15
15
  <config-file target="AndroidManifest.xml" parent="/*">
16
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
17
- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
18
16
  <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
19
17
  <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
20
18
  <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
@@ -53,10 +51,10 @@
53
51
  </feature>
54
52
  </config-file>
55
53
 
56
- <config-file target="*-Info.plist" parent="NSLocationWhenInUseUsageDescription">
54
+ <config-file target="App/App-Info.plist" parent="NSLocationWhenInUseUsageDescription">
57
55
  <string>Your location is used to access WiFi information.</string>
58
56
  </config-file>
59
- <config-file target="*-Info.plist" parent="NSLocationAlwaysAndWhenInUseUsageDescription">
57
+ <config-file target="App/App-Info.plist" parent="NSLocationAlwaysAndWhenInUseUsageDescription">
60
58
  <string>Your location is used to access WiFi information even when the app is in the background.</string>
61
59
  </config-file>
62
60