]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 12 Mar 2014 15:52:30 +0000 (15:52 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 12 Mar 2014 15:52:30 +0000 (15:52 +0000)
inc/ws/Util/class.ws.exporter.php

index d07dbaea6e1556ea18c4dbceacb139e8947c7953..f66a97b081c8d32848c9a699d880dcd83a5626f1 100644 (file)
@@ -42,7 +42,6 @@ class wsExporter {
                        $phonegap->setDistantCompiler('paris.cubedesigners.com', 'vincent', '', '/Phonegap/Projects/' . $d, '/mnt/macbox/Phonegap/Projects/' . $d, 22022);
                } else if ($os == 'android') {
                        $manifestType = $collection->settings['offline'] ? 'Offline' : 'Online';
-                       $phonegap->setSourceVariables(array('obbmainsize' => '123456L'));
                        $phonegap->setManifest(WS_COMPILE_ASSETS . '/_html5app/_android/AndroidManifest' . $manifestType . '.xml');
                        $phonegap->setMain(WS_COMPILE_ASSETS . '/_html5app/_android/Main' . $manifestType . '.java');
                        $phonegap->setDistantCompiler('paris.cubedesigners.com', 'Vincent', 'iquique', 'h:/Phonegap/Projects/' . $d, '/mnt/vincent/cygdrive/h/Phonegap/Projects/' . $d, 22322);