Merge pull request #10 from gbenvenuti/bb10Support

Readme and description update
This commit is contained in:
Grant Benvenuti 2014-07-27 13:56:18 +10:00
commit 42ab0af854
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#cordova-yoik-screenorientation #Cordova Screen Orientation Plugin
Cordova plugin to set/lock the screen orientation in a common way for iOS, Android and Blackberry 10. From version 1.0.0 the interface is based on the [Screen Orientation API](http://www.w3.org/TR/screen-orientation/). Cordova plugin to set/lock the screen orientation in a common way for iOS, Android and Blackberry 10. From version 1.0.0 the interface is based on the [Screen Orientation API](http://www.w3.org/TR/screen-orientation/).

View File

@ -2,10 +2,10 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="net.yoik.cordova.plugins.screenorientation" id="net.yoik.cordova.plugins.screenorientation"
version="1.1.0"> version="1.1.1">
<name>Yoik Screen Orientation</name> <name>Yoik Screen Orientation</name>
<description>The Yoik Screen Orientation Plugin adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS and BB10.</description> <description>Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS and BB10.</description>
<license>MIT</license> <license>MIT</license>
<engines> <engines>