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

Apple: Improve reliability of Apple Embedded build and deployment

This commit is contained in:
Stuart Carnie
2025-06-19 06:33:08 +10:00
parent 019ab8745f
commit 939f29f6d5
15 changed files with 367 additions and 236 deletions

View File

@@ -33,8 +33,13 @@
#include "logo_svg.gen.h"
#include "run_icon_svg.gen.h"
Vector<String> EditorExportPlatformIOS::device_types({ "iPhone", "iPad" });
EditorExportPlatformIOS::EditorExportPlatformIOS() :
EditorExportPlatformAppleEmbedded(_ios_logo_svg, _ios_run_icon_svg) {
#ifdef MACOS_ENABLED
_start_remote_device_poller_thread();
#endif
}
EditorExportPlatformIOS::~EditorExportPlatformIOS() {