Skip to content

Commit b08f9af

Browse files
authored
Merge pull request #198 from YAPP-Github/fix/#196-qa2-shapekim98
fix: [2.0.0] 2차 QA [2]
2 parents b5f2ab9 + 1121f50 commit b08f9af

File tree

46 files changed

+407
-293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+407
-293
lines changed

Projects/App/ShareExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleName</key>
1414
<string>Pokit</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.0.4</string>
16+
<string>1.0.9</string>
1717
<key>CFBundleURLTypes</key>
1818
<array>
1919
<dict>

Projects/App/Sources/MainTab/MainTabFeature.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ private extension MainTabFeature {
250250
state.linkPopup = type
251251
return .none
252252
case let .카테고리상세_이동(category):
253-
if category.categoryName == "미분류" {
253+
if category.categoryName == Constants.미분류 {
254254
state.selectedTab = .pokit
255255
state.path.removeAll()
256256
return .send(.pokit(.delegate(.미분류_카테고리_활성화)))

Projects/DSKit/Resources/Assets.xcassets/character_empty.imageset/Contents.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"images" : [
33
{
4-
"filename" : "character_empty.png",
4+
"filename" : "empty_graphic 1.png",
55
"idiom" : "universal",
66
"scale" : "1x"
77
},
88
{
9+
"filename" : "empty_graphic [email protected]",
910
"idiom" : "universal",
1011
"scale" : "2x"
1112
},
1213
{
14+
"filename" : "empty_graphic [email protected]",
1315
"idiom" : "universal",
1416
"scale" : "3x"
1517
}
Binary file not shown.
23.6 KB
Loading
82 KB
Loading
172 KB
Loading
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "unpokited.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "[email protected]",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "[email protected]",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
}
23+
}
310 KB
Loading
871 KB
Loading

0 commit comments

Comments
 (0)