1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer (Xcode): Fix typo for reading extra code sign arguments

This commit is contained in:
Anthony Nicholls 2024-03-07 16:35:05 +00:00
parent 97199a9d30
commit 9e3e20c6aa

View file

@ -2595,7 +2595,7 @@ private:
.run ("codesign --verbose=4 --force --sign",
doubleQuoted ("${CODE_SIGN_IDENTITY:--}"),
"${entitlementsArg[*]-}",
"${OTHER_CODE_SIGN_ARGS-}",
"${OTHER_CODE_SIGN_FLAGS-}",
doubleQuoted (installPath + objectToSignTail));
copyPluginStepScript.ifEqual (doubleQuoted ("${CONFIGURATION}"), doubleQuoted (config->getName()),