mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2026-05-31 00:00:04 +08:00
CB-13673 : Remove deprecated platforms
This commit is contained in:
+1
-14
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user