Browse Source

Better (updating) link to apple notarizing (#264)

pull/284/head 0.3.0-build140
jimgoog 4 years ago committed by GitHub
parent
commit
db3dd2af64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tutorials/Native_distributions_and_local_execution/README.md

3
tutorials/Native_distributions_and_local_execution/README.md

@ -83,8 +83,7 @@ To temporarily work around this issue, users can try a couple of things (after d
* `sudo spctl --master-disable`
* Try right-clicking on the app, and select "Open", then when the dialog pops up, select "Open" again.
A more correct fix is to manually sign the application: [Apple's Code Signing Guide](https://developer.apple.com/library/archive/documentation/Security/Conceptual/CodeSigningGuide/Procedures/Procedures.html)
A more correct fix is to manually sign & notarize the application: [Apple's Guide on Signing & Notarizing Applications](https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution)
## Customizing JDK version

Loading…
Cancel
Save