You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[macOS] Add support for exporting macOS 26 Liquid Glass icons.
This commit is contained in:
@@ -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 ".";
|
||||
|
||||
Reference in New Issue
Block a user