diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-11-21 11:43:29 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-11-21 11:43:29 +0200 |
commit | eceaaea2fe8bb2866c1395d69af7894938560979 (patch) | |
tree | a679c6a84565c699f4b236bbaab74ee33d3c170c /platform/ios/export/export_plugin.h | |
parent | fa1fb2a53e20a3aec1ed1ffcc516f880f74db1a6 (diff) | |
download | redot-engine-eceaaea2fe8bb2866c1395d69af7894938560979.tar.gz |
[iOS] Check if Xcode is installed in one-click deploy code.
Diffstat (limited to 'platform/ios/export/export_plugin.h')
-rw-r--r-- | platform/ios/export/export_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/export/export_plugin.h b/platform/ios/export/export_plugin.h index 27a4d73fcd..951017ddae 100644 --- a/platform/ios/export/export_plugin.h +++ b/platform/ios/export/export_plugin.h @@ -81,6 +81,7 @@ class EditorExportPlatformIOS : public EditorExportPlatform { Thread check_for_changes_thread; SafeFlag quit_request; + static bool _check_xcode_install(); static void _check_for_changes_poll_thread(void *ud); #endif |