]> _ Git - cubeextranet.git/commitdiff
wip #3086 @1
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 28 Oct 2019 10:56:40 +0000 (10:56 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 28 Oct 2019 10:56:40 +0000 (10:56 +0000)
inc/ws/Util/class.ws.exporter.php

index e43ad79a306687bef136752c328b2528d46089e7..335eddfa755d2d21c4159043d3ceccf8cb1f4bc0 100644 (file)
@@ -67,7 +67,7 @@ class wsExporter
                $phonegap->setAppName($appNames);
                $phonegap->setWWWDirectory($dir);
                if ($os == 'ios') {
-                       $phonegap->setDistantCompiler(self::VINCENT, 'vincent', 'atacama', '/Phonegap/Projects/' . $d, '/mnt/macbox/Phonegap/Projects/' . $d, 22022, SSH_KEY);
+                       $phonegap->setDistantCompiler(self::VINCENT, 'vincent', 'atacama', '/Users/vincent/Phonegap/Projects/' . $d, '/mnt/macbox/Phonegap/Projects/' . $d, 22022, SSH_KEY);
                } else if ($os == 'android') {
                        $manifestType = isset($collection->settings['offline']) ? 'Offline' : 'Online';
                        if (!$phonegap->getExpansion()) {