mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Add note about disabling Gatekeeper to Running on macOS article (#5702)
* Add note about disabling Gatekeeper to Running on macOS article * Apply suggestions from code review Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
BIN
tutorials/export/img/macos_allow_from_anywhere.png
Normal file
BIN
tutorials/export/img/macos_allow_from_anywhere.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 215 KiB |
@@ -64,6 +64,15 @@ To run this app, you can temporarily override Gatekeeper:
|
||||
|
||||
* Enter your password if you're prompted.
|
||||
|
||||
Another option is to disable Gatekeeper entirely. Note that this does decrease
|
||||
the security of your computer by allowing you to run any software you want.
|
||||
To do this, run ``sudo spctl --master-disable`` in the Terminal, enter your
|
||||
password, and then the **Anywhere** option will be available:
|
||||
|
||||
.. image:: img/macos_allow_from_anywhere.png
|
||||
|
||||
Note that Gatekeeper will re-enable itself when macOS updates.
|
||||
|
||||
App is not-signed, executable is linker-signed
|
||||
----------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user