summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <[email protected]>2025-06-15 08:46:14 +0200
committerTor Arne Vestbø <[email protected]>2025-06-16 20:10:26 +0200
commit749e2af2a3b616ce1a105cdadadd07e8c4a52382 (patch)
tree1c857531784c771c72d401c7a72f8a82d36cef65
parenta67b51f3de9ff9557cc5b02a5f7a6d948b5c8a78 (diff)
tst_qpermissions_app_with_usage_descriptions: Force sign if already signed
Change-Id: I319248354780a30811d11096699aaeee9b8ba109 Reviewed-by: Alexandru Croitor <[email protected]>
-rw-r--r--tests/manual/permissions/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/permissions/CMakeLists.txt b/tests/manual/permissions/CMakeLists.txt
index fd732ecada4..45c83d77112 100644
--- a/tests/manual/permissions/CMakeLists.txt
+++ b/tests/manual/permissions/CMakeLists.txt
@@ -61,6 +61,6 @@ elseif(APPLE)
if(NOT CMAKE_GENERATOR STREQUAL "Xcode")
add_custom_command(TARGET tst_qpermissions_app_with_usage_descriptions
- POST_BUILD COMMAND codesign -s - tst_qpermissions_app_with_usage_descriptions.app)
+ POST_BUILD COMMAND codesign -f -s - tst_qpermissions_app_with_usage_descriptions.app)
endif()
endif()