You've already forked godot
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user