ios.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. {
  2. "prepare_queue": {
  3. "installed": [],
  4. "uninstalled": []
  5. },
  6. "config_munge": {
  7. "files": {
  8. "config.xml": {
  9. "parents": {
  10. "/widget": [
  11. {
  12. "xml": "<feature name=\"BluetoothSerial\"><param name=\"ios-package\" onload=\"true\" value=\"MEGBluetoothSerial\" /><param name=\"onload\" value=\"true\" /></feature>",
  13. "count": 1
  14. },
  15. {
  16. "xml": "<feature name=\"BLE\"><param name=\"ios-package\" onload=\"true\" value=\"BLECentralPlugin\" /></feature>",
  17. "count": 1
  18. }
  19. ],
  20. "/*": [
  21. {
  22. "xml": "<feature name=\"RemoteInjection\"><param name=\"ios-package\" value=\"CDVRemoteInjectionPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
  23. "count": 1
  24. },
  25. {
  26. "xml": "<feature name=\"Toast\"><param name=\"ios-package\" value=\"Toast\" /></feature>",
  27. "count": 1
  28. },
  29. {
  30. "xml": "<feature name=\"Camera\"><param name=\"ios-package\" value=\"CDVCamera\" /></feature>",
  31. "count": 1
  32. },
  33. {
  34. "xml": "<preference name=\"CameraUsesGeolocation\" value=\"false\" />",
  35. "count": 1
  36. },
  37. {
  38. "xml": "<feature name=\"Handheld\"><param name=\"ios-package\" value=\"Handheld\" /><param name=\"onload\" value=\"true\" /></feature>",
  39. "count": 1
  40. }
  41. ]
  42. }
  43. },
  44. "*-Info.plist": {
  45. "parents": {
  46. "NSBluetoothPeripheralUsageDescription": [
  47. {
  48. "xml": "<string>需要打开蓝牙来读取附近的设备</string>",
  49. "count": 1
  50. }
  51. ],
  52. "NSCameraUsageDescription": [
  53. {
  54. "xml": "<string>需要打开相机来扫码</string>",
  55. "count": 1
  56. }
  57. ]
  58. }
  59. }
  60. }
  61. },
  62. "installed_plugins": {
  63. "cordova-plugin-whitelist": {
  64. "PACKAGE_NAME": "com.izouma.animalweight"
  65. },
  66. "cordova-plugin-bluetooth-serial": {
  67. "PACKAGE_NAME": "com.izouma.animalweight"
  68. },
  69. "cordova-plugin-remote-injection": {
  70. "PACKAGE_NAME": "com.izouma.animalweight"
  71. },
  72. "cordova-plugin-x-toast": {
  73. "PACKAGE_NAME": "com.izouma.animalweight"
  74. },
  75. "cordova-plugin-crosswalk-webview": {
  76. "PACKAGE_NAME": "com.izouma.animalweight"
  77. },
  78. "cordova-plugin-viewport": {
  79. "PACKAGE_NAME": "com.izouma.animalweight"
  80. },
  81. "cordova-plugin-compat": {
  82. "PACKAGE_NAME": "com.izouma.animalweight"
  83. },
  84. "cordova-plugin-ble-central": {
  85. "BLUETOOTH_USAGE_DESCRIPTION": "需要打开蓝牙来读取附近的设备",
  86. "PACKAGE_NAME": "com.izouma.animalweight"
  87. },
  88. "cordova-plugin-camera": {
  89. "PACKAGE_NAME": "com.izouma.animalweight"
  90. },
  91. "cordova-plugin-handheld": {
  92. "PACKAGE_NAME": "com.izouma.animalweight"
  93. }
  94. },
  95. "dependent_plugins": {},
  96. "modules": [
  97. {
  98. "id": "cordova-plugin-bluetooth-serial.bluetoothSerial",
  99. "file": "plugins/cordova-plugin-bluetooth-serial/www/bluetoothSerial.js",
  100. "pluginId": "cordova-plugin-bluetooth-serial",
  101. "clobbers": [
  102. "window.bluetoothSerial"
  103. ]
  104. },
  105. {
  106. "id": "cordova-plugin-x-toast.Toast",
  107. "file": "plugins/cordova-plugin-x-toast/www/Toast.js",
  108. "pluginId": "cordova-plugin-x-toast",
  109. "clobbers": [
  110. "window.plugins.toast"
  111. ]
  112. },
  113. {
  114. "id": "cordova-plugin-ble-central.ble",
  115. "file": "plugins/cordova-plugin-ble-central/www/ble.js",
  116. "pluginId": "cordova-plugin-ble-central",
  117. "clobbers": [
  118. "ble"
  119. ]
  120. },
  121. {
  122. "id": "cordova-plugin-camera.Camera",
  123. "file": "plugins/cordova-plugin-camera/www/CameraConstants.js",
  124. "pluginId": "cordova-plugin-camera",
  125. "clobbers": [
  126. "Camera"
  127. ]
  128. },
  129. {
  130. "id": "cordova-plugin-camera.CameraPopoverOptions",
  131. "file": "plugins/cordova-plugin-camera/www/CameraPopoverOptions.js",
  132. "pluginId": "cordova-plugin-camera",
  133. "clobbers": [
  134. "CameraPopoverOptions"
  135. ]
  136. },
  137. {
  138. "id": "cordova-plugin-camera.camera",
  139. "file": "plugins/cordova-plugin-camera/www/Camera.js",
  140. "pluginId": "cordova-plugin-camera",
  141. "clobbers": [
  142. "navigator.camera"
  143. ]
  144. },
  145. {
  146. "id": "cordova-plugin-camera.CameraPopoverHandle",
  147. "file": "plugins/cordova-plugin-camera/www/ios/CameraPopoverHandle.js",
  148. "pluginId": "cordova-plugin-camera",
  149. "clobbers": [
  150. "CameraPopoverHandle"
  151. ]
  152. },
  153. {
  154. "id": "cordova-plugin-handheld.Handheld",
  155. "file": "plugins/cordova-plugin-handheld/www/Handheld.js",
  156. "pluginId": "cordova-plugin-handheld",
  157. "clobbers": [
  158. "Handheld"
  159. ]
  160. }
  161. ],
  162. "plugin_metadata": {
  163. "cordova-plugin-whitelist": "1.3.3",
  164. "cordova-plugin-bluetooth-serial": "0.4.7",
  165. "cordova-plugin-remote-injection": "0.5.2",
  166. "cordova-plugin-x-toast": "2.6.2",
  167. "cordova-plugin-crosswalk-webview": "2.4.0",
  168. "cordova-plugin-viewport": "1.0.3",
  169. "cordova-plugin-compat": "1.2.0",
  170. "cordova-plugin-ble-central": "1.2.2",
  171. "cordova-plugin-camera": "4.0.3",
  172. "cordova-plugin-handheld": "1.0.0"
  173. }
  174. }