diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-27 05:10:10 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-27 05:10:10 -0400 |
| commit | 6808cd2645b6342aea762c7444ec3d481272bb70 (patch) | |
| tree | 549038a4d3683987ea575d54bedfcef494a7dab6 | |
| parent | ddfa531e00dfaf04da17cad391bd652a11e5af70 (diff) | |
removed orientation default (was causing rotation issues in ipad), set min iOS to 7
| -rw-r--r-- | config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<widget id="com.pliablepixels.zmninja" version="0.65" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="com.pliablepixels.zmninja" version="0.66" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>zmNinja</name> <description> High performance ZoneMinder client @@ -17,7 +17,7 @@ <preference name="BackupWebStorage" value="none"/> <preference name="AutoHideSplashScreen" value="true"/> <preference name="SplashScreen" value="screen"/> - <preference name="orientation" value="portrait" /> + <preference name="deployment-target" value="7.0" /> <preference name="SplashScreenDelay" value="3000"/> <feature name="StatusBar"> <param name="ios-package" value="CDVStatusBar" onload="true"/> |
