Removed wp7 from plugin.xml and package.json

This commit is contained in:
sgrebnov 2015-04-25 14:58:11 -07:00
parent 00e8999eeb
commit b7750760f4
2 changed files with 0 additions and 16 deletions

View File

@ -10,7 +10,6 @@
"ubuntu",
"ios",
"blackberry10",
"wp7",
"wp8",
"windows8",
"windows",
@ -30,7 +29,6 @@
"cordova-ubuntu",
"cordova-ios",
"cordova-blackberry10",
"cordova-wp7",
"cordova-wp8",
"cordova-windows8",
"cordova-windows",

View File

@ -88,20 +88,6 @@
</config-file>
</platform>
<!-- wp7 -->
<platform name="wp7">
<config-file target="config.xml" parent="/*">
<feature name="SplashScreen">
<param name="wp-package" value="SplashScreen"/>
<param name="onload" value="true"/>
</feature>
</config-file>
<source-file src="src/wp/SplashScreen.cs" />
<source-file src="src/wp/ResolutionHelper.cs" />
</platform>
<!-- wp8 -->
<platform name="wp8">
<config-file target="config.xml" parent="/*">