From cbe1fbad11899043adf3f21835d8142c46ba1107 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Sat, 27 Sep 2025 17:41:31 +0100 Subject: [PATCH] rname icon --- .../Assets.xcassets/ShhShell.imageset/Contents.json | 4 ++-- ...-Default-1024x1024@1x.png => ShhShell-light.png} | Bin ...Shell-iOS-Dark-1024x1024@1x.png => ShhShell.png} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename Resources/Assets.xcassets/ShhShell.imageset/{ShhShell-iOS-Default-1024x1024@1x.png => ShhShell-light.png} (100%) rename Resources/Assets.xcassets/ShhShell.imageset/{ShhShell-iOS-Dark-1024x1024@1x.png => ShhShell.png} (100%) diff --git a/Resources/Assets.xcassets/ShhShell.imageset/Contents.json b/Resources/Assets.xcassets/ShhShell.imageset/Contents.json index 1c465b3..3949c8a 100644 --- a/Resources/Assets.xcassets/ShhShell.imageset/Contents.json +++ b/Resources/Assets.xcassets/ShhShell.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "ShhShell-iOS-Default-1024x1024@1x.png", + "filename" : "ShhShell-light.png", "idiom" : "universal" }, { @@ -11,7 +11,7 @@ "value" : "dark" } ], - "filename" : "ShhShell-iOS-Dark-1024x1024@1x.png", + "filename" : "ShhShell.png", "idiom" : "universal" } ], diff --git a/Resources/Assets.xcassets/ShhShell.imageset/ShhShell-iOS-Default-1024x1024@1x.png b/Resources/Assets.xcassets/ShhShell.imageset/ShhShell-light.png similarity index 100% rename from Resources/Assets.xcassets/ShhShell.imageset/ShhShell-iOS-Default-1024x1024@1x.png rename to Resources/Assets.xcassets/ShhShell.imageset/ShhShell-light.png diff --git a/Resources/Assets.xcassets/ShhShell.imageset/ShhShell-iOS-Dark-1024x1024@1x.png b/Resources/Assets.xcassets/ShhShell.imageset/ShhShell.png similarity index 100% rename from Resources/Assets.xcassets/ShhShell.imageset/ShhShell-iOS-Dark-1024x1024@1x.png rename to Resources/Assets.xcassets/ShhShell.imageset/ShhShell.png