From 1e3fb2a5eee0f567338fe4efc5d25776da9ed46f Mon Sep 17 00:00:00 2001 From: kimkyumbi Date: Fri, 19 Apr 2024 15:56:18 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=80=20::=20[#57]=20Icon=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Contents.json | 2 +- .../Frame 9292.svg} | 0 .../{Trash.imageset => trash.imageset}/Contents.json | 2 +- .../{Trash.imageset/Trash.svg => trash.imageset/trash.svg} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename App/Resources/Icon/Icons.xcassets/{Exclamationmark.imageset => exclamationMark.imageset}/Contents.json (86%) rename App/Resources/Icon/Icons.xcassets/{Exclamationmark.imageset/Exclamationmark.svg => exclamationMark.imageset/Frame 9292.svg} (100%) rename App/Resources/Icon/Icons.xcassets/{Trash.imageset => trash.imageset}/Contents.json (89%) rename App/Resources/Icon/Icons.xcassets/{Trash.imageset/Trash.svg => trash.imageset/trash.svg} (100%) diff --git a/App/Resources/Icon/Icons.xcassets/Exclamationmark.imageset/Contents.json b/App/Resources/Icon/Icons.xcassets/exclamationMark.imageset/Contents.json similarity index 86% rename from App/Resources/Icon/Icons.xcassets/Exclamationmark.imageset/Contents.json rename to App/Resources/Icon/Icons.xcassets/exclamationMark.imageset/Contents.json index 393dd4a..e56d3a3 100644 --- a/App/Resources/Icon/Icons.xcassets/Exclamationmark.imageset/Contents.json +++ b/App/Resources/Icon/Icons.xcassets/exclamationMark.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "Exclamationmark.svg", + "filename" : "Frame 9292.svg", "idiom" : "universal", "scale" : "1x" }, diff --git a/App/Resources/Icon/Icons.xcassets/Exclamationmark.imageset/Exclamationmark.svg b/App/Resources/Icon/Icons.xcassets/exclamationMark.imageset/Frame 9292.svg similarity index 100% rename from App/Resources/Icon/Icons.xcassets/Exclamationmark.imageset/Exclamationmark.svg rename to App/Resources/Icon/Icons.xcassets/exclamationMark.imageset/Frame 9292.svg diff --git a/App/Resources/Icon/Icons.xcassets/Trash.imageset/Contents.json b/App/Resources/Icon/Icons.xcassets/trash.imageset/Contents.json similarity index 89% rename from App/Resources/Icon/Icons.xcassets/Trash.imageset/Contents.json rename to App/Resources/Icon/Icons.xcassets/trash.imageset/Contents.json index e00c361..4c36816 100644 --- a/App/Resources/Icon/Icons.xcassets/Trash.imageset/Contents.json +++ b/App/Resources/Icon/Icons.xcassets/trash.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "Trash.svg", + "filename" : "trash.svg", "idiom" : "universal", "scale" : "1x" }, diff --git a/App/Resources/Icon/Icons.xcassets/Trash.imageset/Trash.svg b/App/Resources/Icon/Icons.xcassets/trash.imageset/trash.svg similarity index 100% rename from App/Resources/Icon/Icons.xcassets/Trash.imageset/Trash.svg rename to App/Resources/Icon/Icons.xcassets/trash.imageset/trash.svg