diff --git a/tutorials/export/exporting_for_macos.rst b/tutorials/export/exporting_for_macos.rst index b025a0dee..2c6c9550c 100644 --- a/tutorials/export/exporting_for_macos.rst +++ b/tutorials/export/exporting_for_macos.rst @@ -25,9 +25,9 @@ Requirements Code signing and notarization ----------------------------- -By default, macOS will run only applications that are signed and notarized, if you use any other signing configuration see :ref:`Running Godot apps on macOS ` for workarounds. +By default, macOS will run only applications that are signed and notarized. If you use any other signing configuration, see :ref:`Running Godot apps on macOS ` for workarounds. -To notarize an app you mast have a valid `Apple Developer ID Certificate `__. +To notarize an app, you **must** have a valid `Apple Developer ID Certificate `__. If you have an Apple Developer ID Certificate ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~