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