Skip to content

Commit

Permalink
Disable signing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Oct 30, 2023
1 parent 9c26468 commit ae74dda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions source/client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,4 @@ if (APPLE)
set_target_properties(aspia_client PROPERTIES OUTPUT_NAME "Aspia Client")
set_target_properties(aspia_client PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${aspia_client_PLIST})
set_target_properties(aspia_client PROPERTIES MACOSX_BUNDLE_ICONFILE ${aspia_client_ICON})

add_custom_command(TARGET aspia_client POST_BUILD
COMMAND ${CODESIGN_BIN} --force --sign "Developer ID Application" -v "${CMAKE_BINARY_DIR}/${CMAKE_BUILD_TYPE}/Aspia Client.app"
WORKING_DIRECTORY "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}"
COMMENT "Signing..."
VERBATIM)
endif()
6 changes: 0 additions & 6 deletions source/console/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@ if (APPLE)
set_target_properties(aspia_console PROPERTIES OUTPUT_NAME "Aspia Console")
set_target_properties(aspia_console PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${aspia_console_PLIST})
set_target_properties(aspia_console PROPERTIES MACOSX_BUNDLE_ICONFILE ${aspia_console_ICON})

add_custom_command(TARGET aspia_console POST_BUILD
COMMAND ${CODESIGN_BIN} --force --sign "Developer ID Application" -v "${CMAKE_BINARY_DIR}/${CMAKE_BUILD_TYPE}/Aspia Console.app"
WORKING_DIRECTORY "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}"
COMMENT "Signing..."
VERBATIM)
endif()

if (WIN32)
Expand Down

0 comments on commit ae74dda

Please sign in to comment.