chore(asset): 홈 로고 에셋을 정리한다

This commit is contained in:
Yu Sung
2026-08-25 14:11:43 +09:00
parent 670ae76c73
commit af811a95ad
12 changed files with 5 additions and 26 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -1,7 +1,6 @@
{ {
"images" : [ "images" : [
{ {
"filename" : "ic_content_tag_original.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "1x" "scale" : "1x"
}, },
@@ -10,6 +9,7 @@
"scale" : "2x" "scale" : "2x"
}, },
{ {
"filename" : "ic_content_tag_original.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "3x" "scale" : "3x"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 549 B

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,7 +1,6 @@
{ {
"images" : [ "images" : [
{ {
"filename" : "ic_series_original.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "1x" "scale" : "1x"
}, },
@@ -10,6 +9,7 @@
"scale" : "2x" "scale" : "2x"
}, },
{ {
"filename" : "ic_series_original.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "3x" "scale" : "3x"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 603 B

After

Width:  |  Height:  |  Size: 847 B

View File

@@ -1,7 +1,6 @@
{ {
"images" : [ "images" : [
{ {
"filename" : "img_new_only.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "1x" "scale" : "1x"
}, },
@@ -10,6 +9,7 @@
"scale" : "2x" "scale" : "2x"
}, },
{ {
"filename" : "img_new_only.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "3x" "scale" : "3x"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 482 B

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,7 +1,6 @@
{ {
"images" : [ "images" : [
{ {
"filename" : "img_text_logo.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "1x" "scale" : "1x"
}, },
@@ -10,6 +9,7 @@
"scale" : "2x" "scale" : "2x"
}, },
{ {
"filename" : "img_text_logo.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "3x" "scale" : "3x"
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -1,21 +0,0 @@
{
"images" : [
{
"filename" : "img_text_logo_v2.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -14,7 +14,7 @@ struct HomeTitleBar<Menu: View>: View {
var body: some View { var body: some View {
TitleBar { TitleBar {
Image("img_text_logo_v2") Image("img_text_logo")
} trailing: { } trailing: {
menu menu
} }