mirror of
https://github.com/yattee/yattee.git
synced 2025-10-10 01:18:16 +00:00
refreshed icons for iOS and macOS
- added support for adaptive/tinted Icons on iOS. - closes #700 - new macOS icon set, courtesy of @Kongolabongo (Discourse) Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
38
iOS/Assets.xcassets/AppIcon.appiconset/Contents.json
Normal file
38
iOS/Assets.xcassets/AppIcon.appiconset/Contents.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "Light.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"size" : "1024x1024"
|
||||
},
|
||||
{
|
||||
"appearances" : [
|
||||
{
|
||||
"appearance" : "luminosity",
|
||||
"value" : "dark"
|
||||
}
|
||||
],
|
||||
"filename" : "Dark.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"size" : "1024x1024"
|
||||
},
|
||||
{
|
||||
"appearances" : [
|
||||
{
|
||||
"appearance" : "luminosity",
|
||||
"value" : "tinted"
|
||||
}
|
||||
],
|
||||
"filename" : "Tinted.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"size" : "1024x1024"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
iOS/Assets.xcassets/AppIcon.appiconset/Dark.png
Normal file
BIN
iOS/Assets.xcassets/AppIcon.appiconset/Dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 149 KiB |
BIN
iOS/Assets.xcassets/AppIcon.appiconset/Light.png
Normal file
BIN
iOS/Assets.xcassets/AppIcon.appiconset/Light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 155 KiB |
BIN
iOS/Assets.xcassets/AppIcon.appiconset/Tinted.png
Normal file
BIN
iOS/Assets.xcassets/AppIcon.appiconset/Tinted.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 136 KiB |
6
iOS/Assets.xcassets/Contents.json
Normal file
6
iOS/Assets.xcassets/Contents.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user