Skip to content

Commit

Permalink
[Add] 왈뿡 엠티뷰 아이콘, info asset 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
heerucan committed Nov 4, 2022
1 parent b179f11 commit 31eaa86
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 0 deletions.
Binary file modified Sources/WALKit/Icon/Icon.xcassets/btn_info.imageset/btn_info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "btn_info.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "btn_info@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "btn_info@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "icn_history_empty.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "icn_history_empty@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "icn_history_empty@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Sources/WALKit/Icon/WALIcon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public enum WALIcon: String {
case btnDelete = "btn_delete"
case btnBack = "btn_back"
case btnHistory = "btn_history"
case btnInfoOrange = "btn_info_2"
case btnInfo = "btn_info"
case btnSelect = "btn_select_box_active"
case btnUnselect = "btn_select_box"
Expand Down Expand Up @@ -45,6 +46,7 @@ public enum WALIcon: String {
case icnServer = "icn_server"
case icnSettingComplete = "icn_settingComplete"
case icnCreateComplete = "icn_createComplete"
case icnHistoryEmpty = "icn_history_empty"

// Card Asset
case imgDripActive = "img_drip_active"
Expand Down

0 comments on commit 31eaa86

Please sign in to comment.