Last active
January 6, 2021 13:18
-
-
Save Maxim-Kolmogorov/dc13c2f9fc1095d1b8d0a024d635e7ab to your computer and use it in GitHub Desktop.
Tutorial: Cordova plugin in Swift. Part 1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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