1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[iOS] Check if Xcode is installed in one-click deploy code.

This commit is contained in:
bruvzg
2023-11-21 11:43:29 +02:00
parent fa1fb2a53e
commit eceaaea2fe
2 changed files with 18 additions and 1 deletions

View File

@@ -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