Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJocelyn Turcotte <jturcotte@woboq.com>2015-06-16 17:03:38 +0300
committerJocelyn Turcotte <jturcotte@woboq.com>2015-06-17 15:32:34 +0300
commitdb38bf4a0c9666212a6416221f4700f93366f0e1 (patch)
treea0733821751f728022e4f5316268feec798ccf50 /shell_integration
parent977b1464b5645a49867234450530bd81becae590 (diff)
shell_i: Avoid always rebuilding SyncStateFinder.osax #2482
The archive buildaction causes this. Use the default build while forcing the Release configuration instead. In both cases the result will end up in SYMROOT.
Diffstat (limited to 'shell_integration')
-rw-r--r--shell_integration/MacOSX/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell_integration/MacOSX/CMakeLists.txt b/shell_integration/MacOSX/CMakeLists.txt
index b18bf080a..d36647fbf 100644
--- a/shell_integration/MacOSX/CMakeLists.txt
+++ b/shell_integration/MacOSX/CMakeLists.txt
@@ -2,7 +2,7 @@
if(APPLE)
add_custom_target( legacy_mac_overlayplugin ALL
xcodebuild -workspace ${CMAKE_SOURCE_DIR}/shell_integration/MacOSX/OwnCloud.xcworkspace
- -scheme SyncStateFinder.osax SYMROOT=${CMAKE_CURRENT_BINARY_DIR} archive
+ -scheme SyncStateFinder.osax -configuration Release SYMROOT=${CMAKE_CURRENT_BINARY_DIR}
COMMENT building Legacy Mac Overlay icons)
# The bundle identifier and application group need to have compatible values with the client