mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
[macOS] Add support for exporting macOS 26 Liquid Glass icons.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user