Skip to content

Commit b03fe4b

Browse files
committed
[Refact] Refactor help images and remove test files
- Help Image TabView 방식으로 수정 - 디바이스 별 대응되도록 수정 - TestCode 삭제
1 parent 92716aa commit b03fe4b

16 files changed

Lines changed: 97 additions & 360 deletions

File tree

ComfortableMove/ComfortableMove.xcodeproj/project.pbxproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
3434

3535
/* Begin PBXFileSystemSynchronizedRootGroup section */
36-
804966C02E8B87F7004590A7 /* ComfortableMoveTest */ = {
37-
isa = PBXFileSystemSynchronizedRootGroup;
38-
path = ComfortableMoveTest;
39-
sourceTree = "<group>";
40-
};
4136
8070624E2E7A7714004D496D /* ComfortableMove */ = {
4237
isa = PBXFileSystemSynchronizedRootGroup;
4338
exceptions = (
@@ -70,7 +65,6 @@
7065
isa = PBXGroup;
7166
children = (
7267
8070624E2E7A7714004D496D /* ComfortableMove */,
73-
804966C02E8B87F7004590A7 /* ComfortableMoveTest */,
7468
8070624D2E7A7714004D496D /* Products */,
7569
);
7670
sourceTree = "<group>";
@@ -100,9 +94,6 @@
10094
dependencies = (
10195
804966C42E8B87F7004590A7 /* PBXTargetDependency */,
10296
);
103-
fileSystemSynchronizedGroups = (
104-
804966C02E8B87F7004590A7 /* ComfortableMoveTest */,
105-
);
10697
name = ComfortableMoveTest;
10798
packageProductDependencies = (
10899
);
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
}
6+
}

ComfortableMove/ComfortableMove/App/Resources/Assets.xcassets/Image/HelpImage.imageset/Contents.json renamed to ComfortableMove/ComfortableMove/App/Resources/Assets.xcassets/Image/HelpPage/HelpImage1.imageset/Contents.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
22
"images" : [
33
{
4-
"filename" : "final_help_image.png",
4+
"filename" : "Help Page 1.png",
55
"idiom" : "universal",
66
"scale" : "1x"
77
},
88
{
9-
"filename" : "final_help_image 1.png",
109
"idiom" : "universal",
1110
"scale" : "2x"
1211
},
1312
{
14-
"filename" : "final_help_image 2.png",
1513
"idiom" : "universal",
1614
"scale" : "3x"
1715
}
113 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "Help Page2 (1).png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}
118 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"filename" : "RatioFixHelpPage1.png",
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}

0 commit comments

Comments
 (0)