Skip to content

Commit

Permalink
patch(plugin.xml): fixes #322
Browse files Browse the repository at this point in the history
iOS 11 requires a new key in the plist for the messages regarding permissions. plugin.xml now declares this along with the others.
  • Loading branch information
petermetz committed Dec 26, 2017
1 parent ecd7b11 commit 98bbc57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
<config-file target="*-Info.plist" parent="NSBluetoothPeripheralUsageDescription">
<string>This app would like to scan for iBeacons.</string>
</config-file>
<config-file target="*-Info.plist" parent="NSLocationAlwaysAndWhenInUseUsageDescription">
<string>This app would like to scan for iBeacons both while in use and while in the background.</string>
</config-file>

<header-file src="src/ios/CDVLocationManager.h"/>
<source-file src="src/ios/CDVLocationManager.m"/>
Expand Down

0 comments on commit 98bbc57

Please sign in to comment.