mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #8889 from nextcloud/feature/noid/xcode-target-is-release
chore: set xcode target to `Debug` only for dev builds
This commit is contained in:
commit
8ae74384ea
@ -4,7 +4,7 @@
|
||||
if(APPLE)
|
||||
set(OC_OEM_SHARE_ICNS "${CMAKE_BINARY_DIR}/src/gui/${APPLICATION_ICON_NAME}.icns")
|
||||
|
||||
if (CMAKE_BUILD_TYPE MATCHES "Debug" OR CMAKE_BUILD_TYPE MATCHES "RelWithDebInfo")
|
||||
if (NEXTCLOUD_DEV)
|
||||
set(XCODE_TARGET_CONFIGURATION "Debug")
|
||||
else()
|
||||
set(XCODE_TARGET_CONFIGURATION "Release")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user