let's not throw appbundler under the bus

Ben Fry
2022-08-06 20:21:25 -04:00
parent ce926df1f7
commit e4fbd7428c
+1 -1
@@ -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.