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:
parent
97199a9d30
commit
9e3e20c6aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue