shell/macOS: Remove backslashes from the extension display name
authorJocelyn Turcotte <jturcotte@woboq.com>
Mon, 12 Dec 2016 11:18:51 +0000 (12:18 +0100)
committerJocelyn Turcotte <jturcotte@woboq.com>
Wed, 18 Jan 2017 11:15:52 +0000 (12:15 +0100)
commitebd2a15711472302401879f9fec38370860e7cb6
treebb896185d47999c34273683e608ada2579f5b537
parentd3a0608bd543f23c22595aa5844545c352a8dba1
shell/macOS: Remove backslashes from the extension display name

Tell cmake not to escape shell strings adding backslashes before
spaces by passing the VERBATIM optiton. Also add the quotes to
whole command line arguments to prevent quotes from appearing on the
XCode side, because of the VERBATIM option.

This only affects themed clients since the default theme doesn't
have space in its APPLICATION_NAME.
shell_integration/MacOSX/CMakeLists.txt