[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

@ -309,11 +309,16 @@ String OS::get_bundle_resource_dir() const {
return ".";
}
// Path to macOS .app bundle embedded icon
// Path to macOS .app bundle embedded icon (.icns file).
String OS::get_bundle_icon_path() const {
return String();
}
// Name of macOS .app bundle embedded icon (Liquid Glass asset name).
String OS::get_bundle_icon_name() const {
return String();
}
// OS specific path for user://
String OS::get_user_data_dir(const String &p_user_dir) const {
return ".";