forked from microsoft/code-push
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
Latest commit
14 lines (14 loc) · 596 Bytes
/
Copy pathplugin.xml
File metadata and controls
14 lines (14 loc) · 596 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8" ?>
<pluginxmlns="http://apache.org/cordova/ns/plugins/1.0"id="code-push"version="4.0.5">
<name>CodePushAcquisition</name>
<description>CodePush Acquisition Plugin for Apache Cordova</description>
<license>MIT</license>
<keywords>cordova,code,push,acquisition</keywords>
<repo>https://github.com/Microsoft/code-push.git</repo>
<js-modulesrc="script/acquisition-sdk.js"name="AcquisitionManager">
<mergestarget="window" />
</js-module>
<js-modulesrc="script/code-push-error.js"name="code-push-error">
<runs/>
</js-module>
</plugin>