UNPKG

cordova-plugin-ete-authdialog

Version:

Adds support for authentication dialogs into Apache Cordova.

32 lines (26 loc) 1.29 kB
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. --> <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-ete-authdialog" version="1.0.3"> <name>Authentication Dialog</name> <description>Adds support for authentication dialogs into Apache Cordova (Phonegap build support added)</description> <license>Apache 2.0</license> <keywords>microsoft, authentication, windows, ntlm</keywords> <repo>https://github.com/msopentech/cordova-plugin-auth-dialog</repo> <issue>https://github.com/msopentech/cordova-plugin-auth-dialog/issues</issue> <platform name="ios"> <config-file target="config.xml" parent="/*"> <feature name="AuthDialog"> <param name="ios-package" value="AuthenticationDialog"/> </feature> </config-file> <header-file src="src/ios/AuthenticationDialog.h" /> <source-file src="src/ios/AuthenticationDialog.m" /> <js-module name="AuthDialog" src="src/ios/authDialog.js"> <clobbers target="window.authDialog" /> </js-module> </platform> </plugin>