-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
featureiosneeds triageThis issue hasn't been reviewed by maintainersThis issue hasn't been reviewed by maintainers
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureiosneeds triageThis issue hasn't been reviewed by maintainersThis issue hasn't been reviewed by maintainers