]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 13 Oct 2014 09:45:21 +0000 (09:45 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 13 Oct 2014 09:45:21 +0000 (09:45 +0000)
inc/ws/Util/class.ws.exporter.php

index f89d211aa2f68c4ee946bd8d92463d3981ebc8cb..284df505dfe1ed215129927448d8bb88c9d52041 100644 (file)
@@ -72,6 +72,7 @@ class wsExporter {
                $phonegap->setPreference('show-splash-screen-spinner', false);
                $phonegap->setPreference('auto-hide-splash-screen', false);
                $phonegap->setPreference('ios-statusbarstyle', CubeIT_Mobile_Phonegap::BARSTYLE_TRANSLUCENT);
+               $phonegap->setPreference('iosPersistentFileLocation', 'Library');
                $phonegap->addFeatures(array(
                        CubeIT_Mobile_Phonegap::FEATURE_CONNECTION,
                        CubeIT_Mobile_Phonegap::FEATURE_DEVICE,