CB-13673 : Remove deprecated platforms

This commit is contained in:
Jesse MacFadyen
2017-12-12 22:41:41 -08:00
parent 34a9765b4f
commit 374c59a094
4 changed files with 5 additions and 60 deletions
+1 -14
View File
@@ -20,7 +20,7 @@
id="cordova-plugin-screen-orientation"
version="2.0.3-dev">
<name>Screen Orientation</name>
<description>Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.</description>
<description>Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS and windows-uwp.</description>
<license>Apache 2.0</license>
<engines>
@@ -56,23 +56,10 @@
</platform>
<platform name="blackberry10">
<dependency id="com.blackberry.app" />
<config-file target="www/config.xml" parent="/widget">
<feature name="net.yoik.cordova.plugins.screenorientation" value="net.yoik.cordova.plugins.screenorientation" />
</config-file>
<js-module src="www/screenorientation.bb10.js" name="screenorientation.bb10">
<merges target="cordova.plugins.screenorientation" />
</js-module>
<dependency id="es6-promise-plugin" version="^4.1.0"/>
</platform>
<platform name="windows">
<js-module src="src/windows/CDVOrientationProxy.js" name="CDVOrientationProxy">
<merges target="" />
</js-module>
</platform>
</plugin>