mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
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.
This commit is contained in:
parent
c456f67c3f
commit
2843549fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue