diff options
author | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-06-21 12:47:17 +0200 |
---|---|---|
committer | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-09-12 15:34:49 +0200 |
commit | dd6443193cbf249c686105c20481283ec63a5f45 (patch) | |
tree | 06fa152dd04aab2b28f2d4135c08195a488c2a21 /platform/ios | |
parent | 83d54ab2ad476ae265b323c2b88f4623b922f4c6 (diff) | |
download | redot-engine-dd6443193cbf249c686105c20481283ec63a5f45.tar.gz |
[Editor] Expose more editor settings to documentation
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
Diffstat (limited to 'platform/ios')
-rw-r--r-- | platform/ios/export/export.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/export/export.cpp b/platform/ios/export/export.cpp index 98cc80e4a0..5e9ca3e025 100644 --- a/platform/ios/export/export.cpp +++ b/platform/ios/export/export.cpp @@ -39,6 +39,7 @@ void register_ios_exporter_types() { } void register_ios_exporter() { + // TODO: Move to editor_settings.cpp #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, "*")); |