cordova-plugin-liveupdate
Version:
Ionic Cordova Live Update SDK
52 lines (51 loc) • 2.56 kB
text/xml
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-liveupdate" version="5.2.12">
<name>cordova-plugin-liveupdate</name>
<description>Ionic Cordova Live Update SDK</description>
<license>MIT</license>
<keywords>ionic,cordova,deploy,liveupdates,mobile,hybrid,ecosystem:cordova,cordova-android,cordova-ios</keywords>
<repo>https://github.com/ionic-team/cordova-plugin-ionic.git</repo>
<issue>https://github.com/ionic-team/cordova-plugin-ionic/issues</issue>
<js-module src="dist/common.js">
<clobbers target="IonicCordova"/>
</js-module>
<js-module src="dist/guards.js" name="guards">
<runs/>
</js-module>
<!-- ios -->
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="IonicCordovaCommon">
<param name="ios-package" value="IonicCordovaCommon" onload="true"/>
</feature>
<preference name="DisableDeploy" value="false"/>
<preference name="AutoHideSplashScreen" value="false"/>
</config-file>
<header-file src="src/ios/IonicCordovaCommon.h"/>
<source-file src="src/ios/IonicCordovaCommon.m"/>
</platform>
<platform name="android">
<config-file target="config.xml" parent="/*">
<feature name="IonicCordovaCommon">
<param name="android-package" value="com.ionicframework.common.IonicCordovaCommon" onload="true"/>
</feature>
<preference name="DisableDeploy" value="false"/>
<preference name="AutoHideSplashScreen" value="false"/>
</config-file>
<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
</config-file>
<source-file src="src/android/IonicCordovaCommon.java" target-dir="src/com/ionicframework/common"/>
</platform>
<platform name="browser">
<js-module src="src/browser/IonicCordovaCommon.js" name="IonicCordovaCommon">
<runs/>
</js-module>
</platform>
<dependency id="cordova-plugin-splashscreen" version="^5.0.1"/>
<dependency id="cordova-plugin-ionic-webview" version=">=2.1.4"/>
<dependency id="cordova-plugin-file" version="^6.0.1"/>
<dependency id="cordova-plugin-file-transfer" version="^1.7.1"/>
<dependency id="cordova-plugin-zip" version="^3.1.0"/>
<author>Ionic</author>
</plugin>