Skip to content

Commit 4f65e9a

Browse files
author
Alex Petuschak
committed
+ Added entries for WP8 version to plugin.xml
1 parent 0cd47de commit 4f65e9a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

plugin.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,16 @@
5151
target-dir="src/org/devgeeks/Canvas2ImagePlugin" />
5252

5353
</platform>
54+
55+
<!-- wp8 -->
56+
<platform name="wp8">
57+
<config-file target="config.xml" parent="/*">
58+
<feature name="Canvas2ImagePlugin">
59+
<param name="wp-package" value="Canvas2ImagePlugin"/>
60+
<param name="onload" value="true" />
61+
</feature>
62+
</config-file>
63+
64+
<source-file src="src/wp8/Canvas2ImagePlugin.cs" />
65+
</platform>
5466
</plugin>

0 commit comments

Comments
 (0)