Files
godot-docs-l10n/sphinx/templates/engine_details/development/debugging/macos_debug.pot
2025-12-19 15:00:42 +01:00

45 lines
1.9 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0)
# This file is distributed under the same license as the Godot Engine package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Godot Engine latest\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../docs/engine_details/development/debugging/macos_debug.rst:2
msgid "Debugging on macOS"
msgstr ""
#: ../../docs/engine_details/development/debugging/macos_debug.rst:5
msgid "Debugging Godot editor"
msgstr ""
#: ../../docs/engine_details/development/debugging/macos_debug.rst:7
msgid "Attaching a debugger to the signed macOS process requires the \"com.apple.security.get-task-allow\" entitlement, which is not enabled by default, since apps can't be notarized as long as it is enabled. If you want to debug an official build of the editor it should be re-signed with the proper entitlements."
msgstr ""
#: ../../docs/engine_details/development/debugging/macos_debug.rst:10
msgid "Create an ``editor.entitlements`` text file with the following contents:"
msgstr ""
#: ../../docs/engine_details/development/debugging/macos_debug.rst:37
msgid "Then use the following command to re-sign the editor:"
msgstr ""
#: ../../docs/engine_details/development/debugging/macos_debug.rst:44
msgid "Debugging exported project"
msgstr ""
#: ../../docs/engine_details/development/debugging/macos_debug.rst:46
msgid "To allow debugging, select the ``codesign\\debugging`` (``com.apple.security.get-task-allow``) entitlement during the export. When it is selected, notarization is not supported and should be disabled."
msgstr ""