update icon necessary for publication
This commit is contained in:
parent
e56b6dc8bd
commit
31d10db8c7
1 changed files with 11 additions and 0 deletions
11
tools/external/xcassets.py
vendored
11
tools/external/xcassets.py
vendored
|
@ -258,6 +258,12 @@ appicon_json = {
|
|||
"idiom" : "mac",
|
||||
"filename" : "Icon1024.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size": "83.5x83.5",
|
||||
"idiom": "ipad",
|
||||
"filename": "Icon167.png",
|
||||
"scale": "2x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
|
@ -472,6 +478,11 @@ def icon(image_xcassets, image_fn):
|
|||
("152", None, "Icon152.png"),
|
||||
("76", "Icon152.png", "Icon76.png"),
|
||||
|
||||
# iPad
|
||||
# App iOS 9
|
||||
# 83.5pt 2x
|
||||
("167", None, "Icon167.png"),
|
||||
|
||||
|
||||
# CarPlay
|
||||
# App iOS 8
|
||||
|
|
Loading…
Reference in a new issue