From 5a752d178a640ac25df784a978fcf97d6da1554d Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 9 Sep 2025 14:20:05 -0500 Subject: [PATCH] Signed-off-by: Matt Bruce --- .../AppIcon.appiconset/Contents.json | 58 ++++++++++++------- 1 file changed, 38 insertions(+), 20 deletions(-) diff --git a/TheNoiseClock/Assets.xcassets/AppIcon.appiconset/Contents.json b/TheNoiseClock/Assets.xcassets/AppIcon.appiconset/Contents.json index 2305880..8121323 100644 --- a/TheNoiseClock/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/TheNoiseClock/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,30 +1,48 @@ { "images" : [ { - "idiom" : "universal", - "platform" : "ios", - "size" : "1024x1024" + "idiom" : "iphone", + "scale" : "2x", + "size" : "20x20" }, { - "appearances" : [ - { - "appearance" : "luminosity", - "value" : "dark" - } - ], - "idiom" : "universal", - "platform" : "ios", - "size" : "1024x1024" + "idiom" : "iphone", + "scale" : "3x", + "size" : "20x20" }, { - "appearances" : [ - { - "appearance" : "luminosity", - "value" : "tinted" - } - ], - "idiom" : "universal", - "platform" : "ios", + "idiom" : "iphone", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "40x40" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "40x40" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "60x60" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "60x60" + }, + { + "idiom" : "ios-marketing", + "scale" : "1x", "size" : "1024x1024" } ],