config.xml 530 B

1234567891011121314
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.megster.bluefruitle" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>BluefruitLE</name>
  4. <description>
  5. A sample Apache Cordova application connects to the Nordic UART Service.
  6. </description>
  7. <author href="http://github.com/don">
  8. Don Coleman
  9. </author>
  10. <content src="index.html" />
  11. <access origin="*" />
  12. <plugin name="cordova-plugin-ble-central" spec="~1.1.4" />
  13. </widget>