Skip to content

Commit 750c45e

Browse files
committed
Explicitly disable Code Signing on MacOS
1 parent a0fda71 commit 750c45e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ elseif(APPLE)
7979
set_target_properties(${PLUGIN_NAME} PROPERTIES BUNDLE TRUE)
8080
set_property(TARGET ${PLUGIN_NAME} APPEND_STRING PROPERTY LINK_FLAGS
8181
"-undefined dynamic_lookup -rpath @loader_path/../../../../shared-api8")
82+
set_target_properties(${PLUGIN_NAME} PROPERTIES
83+
XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY ""
84+
XCODE_ATTRIBUTE_CODE_SIGNING_REQUIRED NO
85+
)
8286

8387
install(TARGETS ${PLUGIN_NAME} DESTINATION $ENV{HOME}/Library/Application\ Support/open-ephys/plugins-api8)
8488
endif()

0 commit comments

Comments
 (0)