cordova-plugin-bluetooth-classic-serial-port
Advanced tools
Comparing version 0.9.16-dev.1 to 0.9.16
@@ -0,1 +1,4 @@ | ||
= 0.9.16 = | ||
chore: Remove cordova-custom-config | ||
= 0.9.15 = | ||
@@ -2,0 +5,0 @@ Android: Move Android permissions to config.xml |
{ | ||
"name": "cordova-plugin-bluetooth-classic-serial-port", | ||
"version": "0.9.16-dev.1", | ||
"version": "0.9.16", | ||
"description": "Cordova Bluetooth Serial Port Profile Communication Plugin", | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"cordova": { | ||
@@ -10,0 +6,0 @@ "id": "cordova-plugin-bluetooth-classic-serial-port", |
@@ -89,3 +89,2 @@ # Bluetooth Classic Serial Plugin for Cordova | ||
iOS requires that the device's protocol string is in the p-list. | ||
This plugin has a dependency on [cordova-custom-config](https://github.com/dpa99c/cordova-custom-config) which enables plist entries to be created from entries the application's cordova config.xml file. | ||
@@ -92,0 +91,0 @@ ### Examples |
/*global cordova*/ | ||
module.exports = { | ||
initialize: function(success, failure) { | ||
cordova.exec(success, failure, "BluetoothClassicSerial", "initialize", []); | ||
}, | ||
version: '0.9.16', | ||
@@ -8,0 +6,0 @@ connect: function (deviceId, interfaceArray, success, failure) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
136564
281
732