nextcloud-desktop/src
Jocelyn Turcotte bfcfdeec64 shell_i: Use an NSConnection instead of a local socket #2340
This prepares the switch to the official FinderSync API on Yosemite
which requires the extension to run in a sandbox. This complicates
the usage of a local socket to communicate with a non-sandboxed GUI
client. An NSConnection is easier to use in this case, which we can
use as long as the server name (i.e. Mach port registered name) is
prefixed with the code signing Team Identifier.

A placeholder server implementation is also added to the client's
SocketApi which basically reproduces the interface of a QLocalSocket.
Most of the references to individual sockets we're only using
QIODevice methods so the type was simply reduced. A typedef to
replace the QLocalServer was the only other part needed.
2015-06-15 15:28:17 +02:00
..
3rdparty Fix compilation with Qt 5.5 2015-04-19 11:02:43 +02:00
cmd Merge branch 'master' into new-ui 2015-06-10 15:57:55 +02:00
crashreporter Fix a crash in the crash reporter on OSX 2015-03-06 19:28:53 +01:00
gui shell_i: Use an NSConnection instead of a local socket #2340 2015-06-15 15:28:17 +02:00
libsync Merge remote-tracking branch 'origin/master' into new-ui 2015-06-14 10:39:30 +02:00
mirall Bump to 1.9 2015-05-06 17:01:05 +02:00
CMakeLists.txt Merge remote-tracking branch 'origin/master' into crashreporter 2014-11-11 23:53:38 +01:00