toolchain: dont provide car icon in the xcassets, otherwise we will hit an submission issue: Error ITMS-9000: Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon120x120'
This commit is contained in:
parent
07e12fd2b8
commit
51f4844c32
1 changed files with 9 additions and 6 deletions
15
tools/external/xcassets.py
vendored
15
tools/external/xcassets.py
vendored
|
@ -128,12 +128,15 @@ appicon_json = {
|
|||
"filename" : "Icon152.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "120x120",
|
||||
"idiom" : "car",
|
||||
"filename" : "Icon120.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
# If activated, we got a submission error:
|
||||
# "Error ITMS-9000: Invalid Image Path - No image found at the path
|
||||
# referenced under key 'CFBundleIcons': 'AppIcon120x120'"
|
||||
# {
|
||||
# "size" : "120x120",
|
||||
# "idiom" : "car",
|
||||
# "filename" : "Icon120.png",
|
||||
# "scale" : "1x"
|
||||
# },
|
||||
{
|
||||
"size" : "24x24",
|
||||
"idiom" : "watch",
|
||||
|
|
Loading…
Reference in a new issue