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:
Mathieu Virbel 2015-08-28 12:25:16 +02:00
parent 07e12fd2b8
commit 51f4844c32

View file

@ -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",