From db3dd2af64d22e7c3e6068c8cd81a9ef966f115e Mon Sep 17 00:00:00 2001 From: jimgoog Date: Mon, 11 Jan 2021 06:20:15 -0800 Subject: [PATCH] Better (updating) link to apple notarizing (#264) --- tutorials/Native_distributions_and_local_execution/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tutorials/Native_distributions_and_local_execution/README.md b/tutorials/Native_distributions_and_local_execution/README.md index 0d5ea4896f..88dc077bb5 100755 --- a/tutorials/Native_distributions_and_local_execution/README.md +++ b/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