Implement iOS one-click deploy.

This commit is contained in:
bruvzg
2022-12-10 18:59:09 +02:00
parent d676246647
commit 7b7f6d45d6
7 changed files with 482 additions and 85 deletions

View File

@@ -39,6 +39,11 @@ void register_ios_exporter_types() {
}
void register_ios_exporter() {
#ifdef MACOS_ENABLED
EDITOR_DEF("export/ios/ios_deploy", "");
EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING, "export/ios/ios_deploy", PROPERTY_HINT_GLOBAL_FILE, "*"));
#endif
Ref<EditorExportPlatformIOS> platform;
platform.instantiate();