mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
add a note for OS X code signing errors
This commit is contained in:
@@ -386,6 +386,10 @@
|
||||
</target>
|
||||
|
||||
<target name="macosx-dist-sign" if="codesign">
|
||||
<echo>
|
||||
It code signing fails, may need to use:
|
||||
export CODESIGN_ALLOCATE="/Applications/Xcode.app/Contents/Developer/usr/bin/codesign_allocate"
|
||||
</echo>
|
||||
<exec executable="codesign" dir="macosx/work">
|
||||
<arg value="--force" />
|
||||
<arg value="--sign" />
|
||||
|
||||
Reference in New Issue
Block a user