CMake MacOS Wyłącz podpisywanie kodu

set_target_properties(MyAppTarget PROPERTIES
	XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY ""
)
Puzzled Panda