summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-07-27 05:10:10 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-07-27 05:10:10 -0400
commit6808cd2645b6342aea762c7444ec3d481272bb70 (patch)
tree549038a4d3683987ea575d54bedfcef494a7dab6
parentddfa531e00dfaf04da17cad391bd652a11e5af70 (diff)
removed orientation default (was causing rotation issues in ipad), set min iOS to 7
-rw-r--r--config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.xml b/config.xml
index 9aa2eeef..ccf7bae8 100644
--- a/config.xml
+++ b/config.xml
@@ -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"/>