From ed85334b62ccc48498f2e41d11a199f6f3b765d1 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Fri, 8 Jul 2022 14:49:21 +0200 Subject: [PATCH] Fix faulty quoting in shell integration CMakeLists Signed-off-by: Claudio Cambra --- shell_integration/MacOSX/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell_integration/MacOSX/CMakeLists.txt b/shell_integration/MacOSX/CMakeLists.txt index da91e9c13..1bcfecc17 100644 --- a/shell_integration/MacOSX/CMakeLists.txt +++ b/shell_integration/MacOSX/CMakeLists.txt @@ -20,6 +20,8 @@ if(APPLE) xcodebuild ARCHS=${CMAKE_OSX_ARCHITECTURES} ONLY_ACTIVE_ARCH=NO -project ${CMAKE_SOURCE_DIR}/shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj -target FileProviderExt -configuration Release "SYMROOT=${CMAKE_CURRENT_BINARY_DIR}" + "OC_APPLICATION_EXECUTABLE_NAME=${APPLICATION_EXECUTABLE}" + "OC_APPLICATION_VENDOR=${APPLICATION_VENDOR}" "OC_APPLICATION_NAME=${APPLICATION_NAME}" "OC_APPLICATION_REV_DOMAIN=${APPLICATION_REV_DOMAIN}" "OC_SOCKETAPI_TEAM_IDENTIFIER_PREFIX=${SOCKETAPI_TEAM_IDENTIFIER_PREFIX}"