Skip to content

Instantly share code, notes, and snippets.

@Maxim-Kolmogorov
Last active January 6, 2021 13:18
Show Gist options
  • Save Maxim-Kolmogorov/dc13c2f9fc1095d1b8d0a024d635e7ab to your computer and use it in GitHub Desktop.
Save Maxim-Kolmogorov/dc13c2f9fc1095d1b8d0a024d635e7ab to your computer and use it in GitHub Desktop.
Tutorial: Cordova plugin in Swift. Part 1.
<?xml version='1.0' encoding='utf-8'?>
<plugin id="maxim-kolmogorov-echo-test" version="0.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>EchoTest</name>
<js-module name="EchoTest" src="www/EchoTest.js">
<clobbers target="echotest" />
</js-module>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment