From 98bbc57ff01319dcd93741c19745a08c07878772 Mon Sep 17 00:00:00 2001 From: "Peter (Somogyvari) Metz" Date: Mon, 25 Dec 2017 21:29:22 -0800 Subject: [PATCH] patch(plugin.xml): fixes https://github.com/petermetz/cordova-plugin-ibeacon/issues/322 iOS 11 requires a new key in the plist for the messages regarding permissions. plugin.xml now declares this along with the others. --- plugin.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin.xml b/plugin.xml index 0ce40ab..ffb4f36 100644 --- a/plugin.xml +++ b/plugin.xml @@ -62,6 +62,9 @@ This app would like to scan for iBeacons. + + This app would like to scan for iBeacons both while in use and while in the background. +