mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
let's not throw appbundler under the bus
@@ -70,7 +70,7 @@ This means that the application is not fully signed and notarized. To fix, there
|
||||
|
||||
### Other macOS notes
|
||||
|
||||
* An application for macOS can only be exported from macOS. This is due to the complexity of how Java works on macOS, and the limitations of the [appbundler](https://github.com/TheInfiniteKind/appbundler) library that we use.
|
||||
* An application for macOS can only be exported from macOS. This is due to the complexity of how Java works on macOS, and Apple's requirements for code signing and notarization.
|
||||
|
||||
* You can also customize the exported application automatically by copying the `Info.plist.tmpl` file from inside the Processing.app package into your sketch (copy it from `Processing.app/Contents/Java/modes/java/application/Info.plist.tmpl`). Any changes made to that copy of `Info.plist.tmpl` will be used whenever that sketch is exported.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user