File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 490490 <arg line =" ${ jdk.path.macosx } /Contents/Home/bin/keytool macosx/work/Processing.app/Contents/PlugIns/jdk${ jdk.esoteric } .jdk/Contents/Home/jre/bin" />
491491 </exec >
492492
493+ <!-- Replace libjli.dylib symlink with actual file.
494+ Deals with code signing issues on OS X 10.9.5+ -->
495+ <property name =" jli.path" value =" macosx/work/Processing.app/Contents/PlugIns/jdk${ jdk.esoteric } .jdk/Contents/MacOS/libjli.dylib" />
496+ <delete file =" ${ jli.path } " />
497+ <exec executable =" cp" >
498+ <arg line =" ${ jdk.path.macosx } /Contents/Home/jre/lib/jli/libjli.dylib ${ jli.path } " />
499+ </exec >
500+
493501 <copy todir =" macosx/work/Processing.app/Contents/Java" >
494502 <fileset dir =" .." includes =" core/library/**" /> <!-- why this? -->
495503 <!-- <fileset dir="shared" includes="launch4j/**" />-->
You can’t perform that action at this time.
0 commit comments