From e801a9d55883cf88e5c6a0c903a30dd84cc2b18d Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 12 Mar 2014 15:52:30 +0000 Subject: [PATCH] --- inc/ws/Util/class.ws.exporter.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/ws/Util/class.ws.exporter.php b/inc/ws/Util/class.ws.exporter.php index d07dbaea6..f66a97b08 100644 --- a/inc/ws/Util/class.ws.exporter.php +++ b/inc/ws/Util/class.ws.exporter.php @@ -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); -- 2.39.5