mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
iOS: Dark and Tinted icons for PPSSPP
This commit is contained in:
parent
ee02a192c7
commit
43275d223f
3 changed files with 24 additions and 0 deletions
|
@ -5,6 +5,30 @@
|
|||
"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" : {
|
||||
|
|
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: 96 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: 75 KiB |
Loading…
Add table
Reference in a new issue