Skip to content

iOS 18: Dark Mode Icons #14122

@dlewis23

Description

@dlewis23

I have searched and made sure there are no existing issues for the issue I am filing

  • I have searched the existing issues

Description

We should add support for Dark Mode and Tinted icons on iOS 18.

Solution

Need to add support from the contents.json in AppIcon.appiconset to add support for 2 more icon styles.

{
  "images" : [
    {
      "filename" : "DefaultIcon-Marketing.png",
      "idiom" : "universal",
      "platform" : "ios",
      "size" : "1024x1024"
    },
    {
      "appearances" : [
        {
          "appearance" : "luminosity",
          "value" : "dark"
        }
      ],
      "filename" : "DefaultIcon-Dark.png",
      "idiom" : "universal",
      "platform" : "ios",
      "size" : "1024x1024"
    },
    {
      "appearances" : [
        {
          "appearance" : "luminosity",
          "value" : "tinted"
        }
      ],
      "filename" : "DefaultIcon-Tinted.png",
      "idiom" : "universal",
      "platform" : "ios",
      "size" : "1024x1024"
    }
  ],
  "info" : {
    "author" : "xcode",
    "version" : 1
  }
}

Alternatives

No response

Platforms

iOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureiosneeds triageThis issue hasn't been reviewed by maintainers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions