From 8de190a36e87bdb2ba1a47f0bc10e88242c753b7 Mon Sep 17 00:00:00 2001 From: cdricms <36056008+cdricms@users.noreply.github.com> Date: Mon, 27 Jul 2026 12:19:13 +0200 Subject: [PATCH] chore(apple): update Icon Composer app icon definition --- .../VniDrop/Resources/AppIcon.icon/icon.json | 125 +++++++++--------- 1 file changed, 61 insertions(+), 64 deletions(-) diff --git a/apple/VniDrop/Resources/AppIcon.icon/icon.json b/apple/VniDrop/Resources/AppIcon.icon/icon.json index e22489e..b790233 100644 --- a/apple/VniDrop/Resources/AppIcon.icon/icon.json +++ b/apple/VniDrop/Resources/AppIcon.icon/icon.json @@ -1,65 +1,62 @@ { - "features" : [ - "refractivity" - ], - "fill" : { - "linear-gradient" : [ - "extended-gray:1.00000,1.00000", - "display-p3:0.55433,0.59923,0.92884,1.00000" - ] - }, - "groups" : [ - { - "blend-mode" : "normal", - "blur-material" : null, - "layers" : [ - { - "image-name" : "Mask.svg", - "name" : "Mask" - } - ], - "lighting" : "individual", - "refractivity" : { - "depth" : 0.5, - "enabled" : true, - "strength" : 0 - }, - "shadow" : { - "kind" : "neutral", - "opacity" : 0.6 - }, - "specular" : true, - "translucency" : { - "enabled" : true, - "value" : 0.8 - } - }, - { - "layers" : [ - { - "image-name" : "Drop.svg", - "name" : "Drop" - }, - { - "image-name" : "U.svg", - "name" : "U" - } - ], - "lighting" : "combined", - "shadow" : { - "kind" : "neutral", - "opacity" : 0.6 - }, - "translucency" : { - "enabled" : true, - "value" : 0.4 - } - } - ], - "supported-platforms" : { - "circles" : [ - "watchOS" - ], - "squares" : "shared" - } -} \ No newline at end of file + "fill": { + "linear-gradient": [ + "extended-gray:1.00000,1.00000", + "display-p3:0.55433,0.59923,0.92884,1.00000" + ] + }, + "groups": [ + { + "blend-mode": "normal", + "blur-material": null, + "layers": [ + { + "image-name": "Mask.svg", + "name": "Mask" + } + ], + "lighting": "individual", + "refractivity": { + "depth": 0.5, + "enabled": true, + "strength": 0 + }, + "shadow": { + "kind": "neutral", + "opacity": 0.6 + }, + "specular": true, + "translucency": { + "enabled": true, + "value": 0.8 + } + }, + { + "layers": [ + { + "image-name": "Drop.svg", + "name": "Drop" + }, + { + "image-name": "U.svg", + "name": "U" + } + ], + "lighting": "combined", + "shadow": { + "kind": "neutral", + "opacity": 0.6 + }, + "translucency": { + "enabled": true, + "value": 0.4 + } + } + ], + "supported-platforms": { + "circles": [ + "watchOS" + ], + "squares": "shared" + } +}