| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- {
- "prepare_queue": {
- "installed": [],
- "uninstalled": []
- },
- "config_munge": {
- "files": {
- "config.xml": {
- "parents": {
- "/widget": [
- {
- "xml": "<feature name=\"BluetoothSerial\"><param name=\"ios-package\" onload=\"true\" value=\"MEGBluetoothSerial\" /><param name=\"onload\" value=\"true\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"BLE\"><param name=\"ios-package\" onload=\"true\" value=\"BLECentralPlugin\" /></feature>",
- "count": 1
- }
- ],
- "/*": [
- {
- "xml": "<feature name=\"RemoteInjection\"><param name=\"ios-package\" value=\"CDVRemoteInjectionPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"Toast\"><param name=\"ios-package\" value=\"Toast\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"Camera\"><param name=\"ios-package\" value=\"CDVCamera\" /></feature>",
- "count": 1
- },
- {
- "xml": "<preference name=\"CameraUsesGeolocation\" value=\"false\" />",
- "count": 1
- },
- {
- "xml": "<feature name=\"Handheld\"><param name=\"ios-package\" value=\"Handheld\" /><param name=\"onload\" value=\"true\" /></feature>",
- "count": 1
- }
- ]
- }
- },
- "*-Info.plist": {
- "parents": {
- "NSBluetoothPeripheralUsageDescription": [
- {
- "xml": "<string>需要打开蓝牙来读取附近的设备</string>",
- "count": 1
- }
- ],
- "NSCameraUsageDescription": [
- {
- "xml": "<string>需要打开相机来扫码</string>",
- "count": 1
- }
- ]
- }
- }
- }
- },
- "installed_plugins": {
- "cordova-plugin-whitelist": {
- "PACKAGE_NAME": "com.izouma.animalweight"
- },
- "cordova-plugin-bluetooth-serial": {
- "PACKAGE_NAME": "com.izouma.animalweight"
- },
- "cordova-plugin-remote-injection": {
- "PACKAGE_NAME": "com.izouma.animalweight"
- },
- "cordova-plugin-x-toast": {
- "PACKAGE_NAME": "com.izouma.animalweight"
- },
- "cordova-plugin-crosswalk-webview": {
- "PACKAGE_NAME": "com.izouma.animalweight"
- },
- "cordova-plugin-viewport": {
- "PACKAGE_NAME": "com.izouma.animalweight"
- },
- "cordova-plugin-compat": {
- "PACKAGE_NAME": "com.izouma.animalweight"
- },
- "cordova-plugin-ble-central": {
- "BLUETOOTH_USAGE_DESCRIPTION": "需要打开蓝牙来读取附近的设备",
- "PACKAGE_NAME": "com.izouma.animalweight"
- },
- "cordova-plugin-camera": {
- "PACKAGE_NAME": "com.izouma.animalweight"
- },
- "cordova-plugin-handheld": {
- "PACKAGE_NAME": "com.izouma.animalweight"
- }
- },
- "dependent_plugins": {},
- "modules": [
- {
- "id": "cordova-plugin-bluetooth-serial.bluetoothSerial",
- "file": "plugins/cordova-plugin-bluetooth-serial/www/bluetoothSerial.js",
- "pluginId": "cordova-plugin-bluetooth-serial",
- "clobbers": [
- "window.bluetoothSerial"
- ]
- },
- {
- "id": "cordova-plugin-x-toast.Toast",
- "file": "plugins/cordova-plugin-x-toast/www/Toast.js",
- "pluginId": "cordova-plugin-x-toast",
- "clobbers": [
- "window.plugins.toast"
- ]
- },
- {
- "id": "cordova-plugin-ble-central.ble",
- "file": "plugins/cordova-plugin-ble-central/www/ble.js",
- "pluginId": "cordova-plugin-ble-central",
- "clobbers": [
- "ble"
- ]
- },
- {
- "id": "cordova-plugin-camera.Camera",
- "file": "plugins/cordova-plugin-camera/www/CameraConstants.js",
- "pluginId": "cordova-plugin-camera",
- "clobbers": [
- "Camera"
- ]
- },
- {
- "id": "cordova-plugin-camera.CameraPopoverOptions",
- "file": "plugins/cordova-plugin-camera/www/CameraPopoverOptions.js",
- "pluginId": "cordova-plugin-camera",
- "clobbers": [
- "CameraPopoverOptions"
- ]
- },
- {
- "id": "cordova-plugin-camera.camera",
- "file": "plugins/cordova-plugin-camera/www/Camera.js",
- "pluginId": "cordova-plugin-camera",
- "clobbers": [
- "navigator.camera"
- ]
- },
- {
- "id": "cordova-plugin-camera.CameraPopoverHandle",
- "file": "plugins/cordova-plugin-camera/www/ios/CameraPopoverHandle.js",
- "pluginId": "cordova-plugin-camera",
- "clobbers": [
- "CameraPopoverHandle"
- ]
- },
- {
- "id": "cordova-plugin-handheld.Handheld",
- "file": "plugins/cordova-plugin-handheld/www/Handheld.js",
- "pluginId": "cordova-plugin-handheld",
- "clobbers": [
- "Handheld"
- ]
- }
- ],
- "plugin_metadata": {
- "cordova-plugin-whitelist": "1.3.3",
- "cordova-plugin-bluetooth-serial": "0.4.7",
- "cordova-plugin-remote-injection": "0.5.2",
- "cordova-plugin-x-toast": "2.6.2",
- "cordova-plugin-crosswalk-webview": "2.4.0",
- "cordova-plugin-viewport": "1.0.3",
- "cordova-plugin-compat": "1.2.0",
- "cordova-plugin-ble-central": "1.2.2",
- "cordova-plugin-camera": "4.0.3",
- "cordova-plugin-handheld": "1.0.0"
- }
- }
|