Removed wp7 from plugin.xml and package.json
This commit is contained in:
parent
00e8999eeb
commit
b7750760f4
@ -10,7 +10,6 @@
|
|||||||
"ubuntu",
|
"ubuntu",
|
||||||
"ios",
|
"ios",
|
||||||
"blackberry10",
|
"blackberry10",
|
||||||
"wp7",
|
|
||||||
"wp8",
|
"wp8",
|
||||||
"windows8",
|
"windows8",
|
||||||
"windows",
|
"windows",
|
||||||
@ -30,7 +29,6 @@
|
|||||||
"cordova-ubuntu",
|
"cordova-ubuntu",
|
||||||
"cordova-ios",
|
"cordova-ios",
|
||||||
"cordova-blackberry10",
|
"cordova-blackberry10",
|
||||||
"cordova-wp7",
|
|
||||||
"cordova-wp8",
|
"cordova-wp8",
|
||||||
"cordova-windows8",
|
"cordova-windows8",
|
||||||
"cordova-windows",
|
"cordova-windows",
|
||||||
|
14
plugin.xml
14
plugin.xml
@ -88,20 +88,6 @@
|
|||||||
</config-file>
|
</config-file>
|
||||||
</platform>
|
</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 -->
|
<!-- wp8 -->
|
||||||
<platform name="wp8">
|
<platform name="wp8">
|
||||||
<config-file target="config.xml" parent="/*">
|
<config-file target="config.xml" parent="/*">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user