You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +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> EditorExportPlatformVisionOS::device_types({ "realityDevice" });
|
||||
|
||||
EditorExportPlatformVisionOS::EditorExportPlatformVisionOS() :
|
||||
EditorExportPlatformAppleEmbedded(_visionos_logo_svg, _visionos_run_icon_svg) {
|
||||
#ifdef MACOS_ENABLED
|
||||
_start_remote_device_poller_thread();
|
||||
#endif
|
||||
}
|
||||
|
||||
EditorExportPlatformVisionOS::~EditorExportPlatformVisionOS() {
|
||||
|
||||
Reference in New Issue
Block a user