1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-04-09 19:15:43 +02:00

shell_i: Avoid always rebuilding SyncStateFinder.osax

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.
This commit is contained in:
Jocelyn Turcotte 2015-06-16 16:03:38 +02:00
parent 977b1464b5
commit db38bf4a0c

View File

@ -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