Skip to content

Commit 40c8c87

Browse files
committed
del location permission for ios
1 parent 771aa8c commit 40c8c87

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

plugin.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,6 @@
3535
<header-file src="src/ios/BluetoothLePlugin.h" />
3636
<source-file src="src/ios/BluetoothLePlugin.m" />
3737
<framework src="CoreBluetooth.framework" />
38-
<edit-config file="*-Info.plist" mode="merge" target="NSLocationAlwaysUsageDescription">
39-
<string>Need to location permission for find the alcohol checker Do you allow this app to get location permissions?</string>
40-
</edit-config>
41-
<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
42-
<string>Need to location permission for find the alcohol checker Do you allow this app to get location permissions?</string>
43-
</edit-config>
44-
<edit-config file="*-Info.plist" mode="merge" target="NSBluetoothAlwaysUsageDescription">
45-
<string>Need to bluetooth for connect alcohol checker Do you allow this app to open bluetooth?</string>
46-
</edit-config>
47-
<edit-config file="*-Info.plist" mode="merge" target="NSBluetoothPeripheralUsageDescription">
48-
<string>Need to bluetooth for connect alcohol checker Do you allow this app to open bluetooth?</string>
49-
</edit-config>
5038
</platform>
5139
<platform name="osx">
5240
<config-file target="config.xml" parent="/*">

0 commit comments

Comments
 (0)