diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-13 11:21:32 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-13 11:21:32 +0200 |
commit | 04456cf42d852eb5772af7c859550b7ac1ccc13b (patch) | |
tree | 39fbdf3c476b16cb16db3fa51673fa320b9d9700 /platform/ios/export/export.cpp | |
parent | 5a56d11ad14b7d5a5e446595f21a9b4c748942af (diff) | |
parent | dd6443193cbf249c686105c20481283ec63a5f45 (diff) | |
download | redot-engine-04456cf42d852eb5772af7c859550b7ac1ccc13b.tar.gz |
Merge pull request #93427 from AThousandShips/editor_setting_doc
[Editor] Expose more editor settings to documentation
Diffstat (limited to 'platform/ios/export/export.cpp')
-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, "*")); |