Skip to content

Adopt Liquid Glass icons #187

@ender-null

Description

@ender-null

Now in iOS 26 they added a new format for icons, they have the extension .icon and are created with the new app named Icon Composer, they provide all the different appearances for dark and tinted icons. So I propose to use the url to an .icon file as an alternative to the separate icons:

"ios": {
  "light": "./assets/images/appicons/default/icon.png",
  "dark": "./assets/images/appicons/default/dark-icon.png",
  "tinted": "./assets/images/appicons/default/tinted-icon.png"
},

or
"ios": "./assets/images/appicons/default/liquid-glass.icon",
so both options should work

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions