Browse Source

CMake: Force adhoc signing

Now that VST3 builds are signed before and after manifest generation, it
may be necessary to force-sign in order to overwrite the
previously-applied signature.
v7.0.9
reuk 2 years ago
parent
commit
2843549fcb
No known key found for this signature in database GPG Key ID: FCB43929F012EE5C
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Build/CMake/checkBundleSigning.cmake

+ 1
- 1
extras/Build/CMake/checkBundleSigning.cmake View File

@@ -33,5 +33,5 @@ execute_process(

if(result)
message(STATUS "Replacing invalid signature with ad-hoc signature")
execute_process(COMMAND "${JUCE_XCRUN}" codesign -s - "${src}")
execute_process(COMMAND "${JUCE_XCRUN}" codesign -f -s - "${src}")
endif()

Loading…
Cancel
Save