Use INTVAL3 not INTVAL in usage descriptions. Working on submitting this to both app stores.

This commit is contained in:
mmcwilliams 2018-02-07 18:23:07 -05:00
parent e8eec95107
commit eae8e50cf8
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
<plugin name="cordova-plugin-splashscreen" spec="~4.1.0" />
<plugin name="cordova-plugin-camera-with-exif" spec="^1.2.2" />
<plugin name="cordova-plugin-ble-central" spec="^1.1.4">
<variable name="BLUETOOTH_USAGE_DESCRIPTION" value="INTVAL intervalometer controls" />
<variable name="BLUETOOTH_USAGE_DESCRIPTION" value="INTVAL3 intervalometer controls" />
</plugin>
<engine name="android" spec="^6.4.0" />
<engine name="ios" spec="^4.5.4" />

View File

@ -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