[macOS] Add support for exporting macOS 26 Liquid Glass icons.

This commit is contained in:
Pāvels Nadtočajevs
2025-07-20 13:50:51 +03:00
parent 8b2739ee55
commit 838cb0eefc
11 changed files with 132 additions and 5 deletions

View File

@@ -45,6 +45,8 @@ void register_macos_exporter() {
#else
EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING, "export/macos/rcodesign", PROPERTY_HINT_GLOBAL_FILE));
#endif
EDITOR_DEF_BASIC("export/macos/actool", "");
EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING, "export/macos/actool", PROPERTY_HINT_GLOBAL_FILE));
#endif
Ref<EditorExportPlatformMacOS> platform;