diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-09-27 11:29:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-27 11:29:53 +0200 |
commit | 2d08457f58c21c858923a546a4f29b99640ff800 (patch) | |
tree | 397a222c23f5d4640b6c8d825c055eeed278118c /doc/classes/OS.xml | |
parent | 4f4f73b82fe00169f8776f3e41966abdb5c60349 (diff) | |
parent | 911c276a1ad3b03a3bbfff1244de24ffc3549a9d (diff) |
Merge pull request #47524 from bruvzg/macos_sandbox_helpers
Diffstat (limited to 'doc/classes/OS.xml')
-rw-r--r-- | doc/classes/OS.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index e2ac8568c9..9d0d185c42 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -49,6 +49,7 @@ [/codeblocks] See [method execute] if you wish to run an external command and retrieve the results. [b]Note:[/b] This method is implemented on Android, iOS, Linux, macOS and Windows. + [b]Note:[/b] On macOS, sandboxed applications are limited to run only embedded helper executables, specified during export. </description> </method> <method name="delay_msec" qualifiers="const"> @@ -119,6 +120,7 @@ [/csharp] [/codeblocks] [b]Note:[/b] This method is implemented on Android, iOS, Linux, macOS and Windows. + [b]Note:[/b] On macOS, sandboxed applications are limited to run only embedded helper executables, specified during export. </description> </method> <method name="find_keycode_from_string" qualifiers="const"> |