From eae8e50cf8a91c75e5f09ef1f1895a7aa60db385 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Wed, 7 Feb 2018 18:23:07 -0500 Subject: [PATCH] Use INTVAL3 not INTVAL in usage descriptions. Working on submitting this to both app stores. --- app/config.xml | 2 +- app/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config.xml b/app/config.xml index 000b3b6..4e12245 100644 --- a/app/config.xml +++ b/app/config.xml @@ -41,7 +41,7 @@ - + diff --git a/app/install.sh b/app/install.sh index a25ed2e..20f0932 100644 --- a/app/install.sh +++ b/app/install.sh @@ -5,6 +5,6 @@ cordova platform add ios cordova platform add android cordova plugin add cordova-plugin-device cordova plugin add cordova-plugin-dialogs -cordova plugin add cordova-plugin-ble-central --variable BLUETOOTH_USAGE_DESCRIPTION="INTVAL intervalometer controls" +cordova plugin add cordova-plugin-ble-central --variable BLUETOOTH_USAGE_DESCRIPTION="INTVAL3 intervalometer controls" cordova plugin add cordova-plugin-statusbar cordova plugin add cordova-plugin-camera-with-exif \ No newline at end of file