|
| 1 | +# Application name (required). |
| 2 | +package.name=jMonkeyEngine SDK |
| 3 | +# Packaging type. |
| 4 | +package.type=macos-pkg |
| 5 | +# Path to Java runtime to include in the package (default none). |
| 6 | +package.runtime=${CONFIG}/jdk-aarch64_macos.tar.gz |
| 7 | +# A single-line description of the package. Not all packagers will display this. |
| 8 | +package.description=A complete 3D game development suite written purely in Java. |
| 9 | +# Application publisher. Not all packagers will display this. |
| 10 | +package.publisher=${package.name} |
| 11 | +# Link to application / publisher website. Not all packagers will display this. |
| 12 | +package.url=https://jmonkeyengine.org |
| 13 | +# Value for CFBundleIdentifier. |
| 14 | +package.macos.bundleid=org.jmonkeyengine.sdk |
| 15 | +# Path to icon file (*.icns). Defaults to Apache NetBeans logo. |
| 16 | +package.macos.icon=${CONFIG}/jmonkeyplatform.icns |
| 17 | +# Optional path to Info.plist template. |
| 18 | +package.macos.info-template= |
| 19 | +# Optional path to launcher (main.swift) template. |
| 20 | +package.macos.launcher-template= |
| 21 | +# Optional path to codesign entitlements template. |
| 22 | +package.macos.entitlements-template= |
| 23 | +# Search pattern for native binaries that need to be code signed. |
| 24 | +package.macos.codesign-files={*.dylib,*.jnilib,**/nativeexecution/MacOSX-*/*,Contents/Home/bin/*,Contents/Home/lib/jspawnhelper} |
| 25 | +# Search pattern for JARs that bundle native binaries that need to be code signed. |
| 26 | +package.macos.codesign-jars={flatlaf-*.jar,jna-5*.jar,junixsocket-native-common-*.jar,launcher-common-*.jar,jansi-*.jar,nbi-engine.jar,truffle-runtime-*.jar} |
| 27 | +# Code signing identity as passed to Codesign. |
| 28 | +package.macos.codesign-id= |
| 29 | +# Installer signing identity as passed to Pkgbuild. |
| 30 | +package.macos.pkgbuild-id= |
0 commit comments