processing/processing

Find a long-term solution for OS X bundler to address signing/symlink issues

Open

#2.967 aberto em 19 de nov. de 2014

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Java (1.540 forks)batch import
help wantedlowmacosx

Métricas do repositório

Stars
 (6.431 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador