processing/processing
Find a long-term solution for OS X bundler to address signing/symlink issues
已关闭
#2,967 创建于 2014年11月19日
help wantedlowmacosx
仓库指标
- 星标
- (6,431 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Due to changes in Apple's code signing, our appbundler fork breaks code signing. This was mitigated for 3.0a5 by simply replacing the symlink in Contents/MacOS/libjli.dylib with its original, but that seems hacky at best.
Ideally, this would also replace the need for a JDK (versus just a JRE) to build a distribution of Processing for OS X, which would bring it in line with other platforms.