From 52916e5f55cf629b2792e2a10b06bfa391309650 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 26 Jan 2020 16:38:13 +0200 Subject: [PATCH] - disabled mandatory code signing by Xcode --- source/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index f80fccfc4..8d4fbf27c 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -985,7 +985,8 @@ if( APPLE ) set_target_properties(${PROJECT_NAME} PROPERTIES LINK_FLAGS "${LINK_FRAMEWORKS}" - MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/platform/posix/osx/${PROJECT_NAME}-info.plist" ) + MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/platform/posix/osx/${PROJECT_NAME}-info.plist" + XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "" ) # Dymanic libraries like libvulkan.dylib or libMoltenVK.dylib will be loaded by dlopen() # if placed in the directory with the main executable