-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
32 lines (28 loc) · 1.24 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?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"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-storesdk"
version="0.0.3">
<name>Store SDK plugin</name>
<description>Store SDK Plugin for Apache Cordova</description>
<license>Apache 2.0</license>
<keywords>cordova, storesdk</keywords>
<repo>https://github.com/rohitg7/cordova-plugin-storesdk/</repo>
<issue>https://github.com/rohitg7/cordova-plugin-storesdk/issues</issue>
<engines>
<engine name="cordova" version=">=3.0.0" />
</engines>
<js-module src="www/storesdkplugin.js" name="StoreSdkPlugin">
<clobbers target="StoreSdkPlugin" />
</js-module>
<platform name="windows">
<js-module src="src/windows/StoreSdkProxy.js" name="StoreSdkProxy">
<merges target="" />
</js-module>
<framework src="src/windows/lib/StoreSdk.Proxy/StoreSdk.Proxy.csproj" custom="true" type="projectReference" versions=">8.1"/>
</platform>
</plugin>