We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3e705c + 7219c3b commit 8ae7438Copy full SHA for 8ae7438
shell_integration/MacOSX/CMakeLists.txt
@@ -4,7 +4,7 @@
4
if(APPLE)
5
set(OC_OEM_SHARE_ICNS "${CMAKE_BINARY_DIR}/src/gui/${APPLICATION_ICON_NAME}.icns")
6
7
- if (CMAKE_BUILD_TYPE MATCHES "Debug" OR CMAKE_BUILD_TYPE MATCHES "RelWithDebInfo")
+ if (NEXTCLOUD_DEV)
8
set(XCODE_TARGET_CONFIGURATION "Debug")
9
else()
10
set(XCODE_TARGET_CONFIGURATION "Release")
0 commit comments