diff --git a/Exporting-Applications.md b/Exporting-Applications.md index 1d1469e..9c0ab72 100644 --- a/Exporting-Applications.md +++ b/Exporting-Applications.md @@ -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.