From 31d10db8c7b218b1fda6574bfc92b29bb27ada43 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Tue, 30 May 2017 16:05:22 +0200 Subject: [PATCH] update icon necessary for publication --- tools/external/xcassets.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tools/external/xcassets.py b/tools/external/xcassets.py index f692eae..10adfdc 100644 --- a/tools/external/xcassets.py +++ b/tools/external/xcassets.py @@ -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