You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make instructions re: non-notarized PR tester build more user friendly
For security reasons, the macOS tester builds generated for PRs from forks are not notarized. Instructions are provided for
beta testing under these conditions.
Previously, the instructions for bypassing the macOS notarization requirement involved disabling macOS Gatekeeper
entirely using the spctl command. These instructions are hereby replaced by an alternative approach, where the
restriction is bypassed for the Arduino IDE application alone, via the macOS GUI.
The new approach is superior for the following reasons:
- More secure due to having limited scope
- More accessible due to the use of the macOS GUI
Copy file name to clipboardExpand all lines: docs/contributor-guide/beta-testing.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -65,9 +65,11 @@ Build the version of the Arduino IDE you want to test from source instead of usi
65
65
66
66
---
67
67
68
-
1. Use [this guide](https://help.apple.com/xcode/mac/10.2/index.html?localePath=en.lproj#/dev9b7736b0e), in order to disable Gatekeeper (at your own risk!).
69
-
1. Beta test the tester build.
70
-
1. Re-enable Gatekeeper after tests are done, following the guide linked above.
68
+
1. Start the tester build.<br />
69
+
A warning will appear:
70
+
> "Arduino IDE" cannot be opened because the developer cannot be verified.
71
+
1. Follow the instructions from the "**If you want to open an app that hasn't been notarized or is from an unidentified developer**" section of this page to bypass the security restriction:<br />
0 commit comments