Skip to content

Commit 109e7ef

Browse files
committed
Login&SignUp 퍼블리싱
로그인창, 회원가입창
1 parent e3807f6 commit 109e7ef

File tree

21 files changed

+551
-62
lines changed

21 files changed

+551
-62
lines changed

.DS_Store

2 KB
Binary file not shown.

10_CMD_iOS/.DS_Store

6 KB
Binary file not shown.

10_CMD_iOS/10_CMD_iOS.xcodeproj/project.pbxproj

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
/* Begin PBXBuildFile section */
1010
35A553402C6A1F93006F251F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A5533F2C6A1F93006F251F /* AppDelegate.swift */; };
1111
35A553422C6A1F93006F251F /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A553412C6A1F93006F251F /* SceneDelegate.swift */; };
12-
35A553442C6A1F93006F251F /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A553432C6A1F93006F251F /* ViewController.swift */; };
13-
35A553472C6A1F93006F251F /* Base in Resources */ = {isa = PBXBuildFile; fileRef = 35A553462C6A1F93006F251F /* Base */; };
12+
35A553442C6A1F93006F251F /* LoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A553432C6A1F93006F251F /* LoginViewController.swift */; };
1413
35A553492C6A1F95006F251F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 35A553482C6A1F95006F251F /* Assets.xcassets */; };
1514
35A5534C2C6A1F95006F251F /* Base in Resources */ = {isa = PBXBuildFile; fileRef = 35A5534B2C6A1F95006F251F /* Base */; };
1615
35A553572C6A1F95006F251F /* _0_CMD_iOSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A553562C6A1F95006F251F /* _0_CMD_iOSTests.swift */; };
1716
35A553612C6A1F95006F251F /* _0_CMD_iOSUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A553602C6A1F95006F251F /* _0_CMD_iOSUITests.swift */; };
1817
35A553632C6A1F95006F251F /* _0_CMD_iOSUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A553622C6A1F95006F251F /* _0_CMD_iOSUITestsLaunchTests.swift */; };
1918
4FD69C04253412A6742AD524 /* Pods_10_CMD_iOSTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE0D08912E9A271364CE653A /* Pods_10_CMD_iOSTests.framework */; };
19+
559B143F2C6B6A010043F98E /* SignUpViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 559B143E2C6B6A010043F98E /* SignUpViewController.swift */; };
2020
82191AD8FF30AA328B5AA0CE /* Pods_10_CMD_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 45632459C4739234C5EDFBFD /* Pods_10_CMD_iOS.framework */; };
2121
BE32438EE662ABD6B98CA470 /* Pods_10_CMD_iOS_10_CMD_iOSUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDC2FBAECE1DA9F6ABB4E8E3 /* Pods_10_CMD_iOS_10_CMD_iOSUITests.framework */; };
2222
/* End PBXBuildFile section */
@@ -43,8 +43,7 @@
4343
35A5533C2C6A1F93006F251F /* 10_CMD_iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = 10_CMD_iOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
4444
35A5533F2C6A1F93006F251F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4545
35A553412C6A1F93006F251F /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
46-
35A553432C6A1F93006F251F /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
47-
35A553462C6A1F93006F251F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
46+
35A553432C6A1F93006F251F /* LoginViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginViewController.swift; sourceTree = "<group>"; };
4847
35A553482C6A1F95006F251F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4948
35A5534B2C6A1F95006F251F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5049
35A5534D2C6A1F95006F251F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -54,6 +53,7 @@
5453
35A553602C6A1F95006F251F /* _0_CMD_iOSUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _0_CMD_iOSUITests.swift; sourceTree = "<group>"; };
5554
35A553622C6A1F95006F251F /* _0_CMD_iOSUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _0_CMD_iOSUITestsLaunchTests.swift; sourceTree = "<group>"; };
5655
45632459C4739234C5EDFBFD /* Pods_10_CMD_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_10_CMD_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
56+
559B143E2C6B6A010043F98E /* SignUpViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = SignUpViewController.swift; path = /Users/jiminzzang/Desktop/10_CMD_iOS/10_CMD_iOS/10_CMD_iOS/VC/SignUpViewController.swift; sourceTree = "<absolute>"; };
5757
803FD702411BB3C5FB0DA9FD /* Pods-10_CMD_iOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-10_CMD_iOSTests.debug.xcconfig"; path = "Target Support Files/Pods-10_CMD_iOSTests/Pods-10_CMD_iOSTests.debug.xcconfig"; sourceTree = "<group>"; };
5858
8E112FFA00B1E31575B11711 /* Pods-10_CMD_iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-10_CMD_iOS.debug.xcconfig"; path = "Target Support Files/Pods-10_CMD_iOS/Pods-10_CMD_iOS.debug.xcconfig"; sourceTree = "<group>"; };
5959
99F7BA657FD1E4B7F190727D /* Pods-10_CMD_iOS-10_CMD_iOSUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-10_CMD_iOS-10_CMD_iOSUITests.release.xcconfig"; path = "Target Support Files/Pods-10_CMD_iOS-10_CMD_iOSUITests/Pods-10_CMD_iOS-10_CMD_iOSUITests.release.xcconfig"; sourceTree = "<group>"; };
@@ -129,10 +129,8 @@
129129
35A5533E2C6A1F93006F251F /* 10_CMD_iOS */ = {
130130
isa = PBXGroup;
131131
children = (
132-
35A5533F2C6A1F93006F251F /* AppDelegate.swift */,
133-
35A553412C6A1F93006F251F /* SceneDelegate.swift */,
134-
35A553432C6A1F93006F251F /* ViewController.swift */,
135-
35A553452C6A1F93006F251F /* Main.storyboard */,
132+
55EC67CA2C6A2204006006FC /* VC */,
133+
55EC67CB2C6A220F006006FC /* Delegate */,
136134
35A553482C6A1F95006F251F /* Assets.xcassets */,
137135
35A5534A2C6A1F95006F251F /* LaunchScreen.storyboard */,
138136
35A5534D2C6A1F95006F251F /* Info.plist */,
@@ -157,6 +155,24 @@
157155
path = 10_CMD_iOSUITests;
158156
sourceTree = "<group>";
159157
};
158+
55EC67CA2C6A2204006006FC /* VC */ = {
159+
isa = PBXGroup;
160+
children = (
161+
35A553432C6A1F93006F251F /* LoginViewController.swift */,
162+
559B143E2C6B6A010043F98E /* SignUpViewController.swift */,
163+
);
164+
path = VC;
165+
sourceTree = "<group>";
166+
};
167+
55EC67CB2C6A220F006006FC /* Delegate */ = {
168+
isa = PBXGroup;
169+
children = (
170+
35A5533F2C6A1F93006F251F /* AppDelegate.swift */,
171+
35A553412C6A1F93006F251F /* SceneDelegate.swift */,
172+
);
173+
path = Delegate;
174+
sourceTree = "<group>";
175+
};
160176
874B3D1EDCE591EBE6B43A5A /* Frameworks */ = {
161177
isa = PBXGroup;
162178
children = (
@@ -185,6 +201,8 @@
185201
dependencies = (
186202
);
187203
name = 10_CMD_iOS;
204+
packageProductDependencies = (
205+
);
188206
productName = 10_CMD_iOS;
189207
productReference = 35A5533C2C6A1F93006F251F /* 10_CMD_iOS.app */;
190208
productType = "com.apple.product-type.application";
@@ -260,6 +278,8 @@
260278
Base,
261279
);
262280
mainGroup = 35A553332C6A1F93006F251F;
281+
packageReferences = (
282+
);
263283
productRefGroup = 35A5533D2C6A1F93006F251F /* Products */;
264284
projectDirPath = "";
265285
projectRoot = "";
@@ -278,7 +298,6 @@
278298
files = (
279299
35A553492C6A1F95006F251F /* Assets.xcassets in Resources */,
280300
35A5534C2C6A1F95006F251F /* Base in Resources */,
281-
35A553472C6A1F93006F251F /* Base in Resources */,
282301
);
283302
runOnlyForDeploymentPostprocessing = 0;
284303
};
@@ -406,7 +425,8 @@
406425
isa = PBXSourcesBuildPhase;
407426
buildActionMask = 2147483647;
408427
files = (
409-
35A553442C6A1F93006F251F /* ViewController.swift in Sources */,
428+
559B143F2C6B6A010043F98E /* SignUpViewController.swift in Sources */,
429+
35A553442C6A1F93006F251F /* LoginViewController.swift in Sources */,
410430
35A553402C6A1F93006F251F /* AppDelegate.swift in Sources */,
411431
35A553422C6A1F93006F251F /* SceneDelegate.swift in Sources */,
412432
);
@@ -445,14 +465,6 @@
445465
/* End PBXTargetDependency section */
446466

447467
/* Begin PBXVariantGroup section */
448-
35A553452C6A1F93006F251F /* Main.storyboard */ = {
449-
isa = PBXVariantGroup;
450-
children = (
451-
35A553462C6A1F93006F251F /* Base */,
452-
);
453-
name = Main.storyboard;
454-
sourceTree = "<group>";
455-
};
456468
35A5534A2C6A1F95006F251F /* LaunchScreen.storyboard */ = {
457469
isa = PBXVariantGroup;
458470
children = (
@@ -593,10 +605,10 @@
593605
CURRENT_PROJECT_VERSION = 1;
594606
ENABLE_USER_SCRIPT_SANDBOXING = NO;
595607
GENERATE_INFOPLIST_FILE = YES;
608+
IBSC_FLATTEN_NIBS = NO;
596609
INFOPLIST_FILE = 10_CMD_iOS/Info.plist;
597610
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
598611
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
599-
INFOPLIST_KEY_UIMainStoryboardFile = Main;
600612
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
601613
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
602614
LD_RUNPATH_SEARCH_PATHS = (
@@ -622,10 +634,10 @@
622634
CURRENT_PROJECT_VERSION = 1;
623635
ENABLE_USER_SCRIPT_SANDBOXING = NO;
624636
GENERATE_INFOPLIST_FILE = YES;
637+
IBSC_FLATTEN_NIBS = NO;
625638
INFOPLIST_FILE = 10_CMD_iOS/Info.plist;
626639
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
627640
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
628-
INFOPLIST_KEY_UIMainStoryboardFile = Main;
629641
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
630642
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
631643
LD_RUNPATH_SEARCH_PATHS = (

10_CMD_iOS/10_CMD_iOS.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>10_CMD_iOS.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>1</integer>
11+
</dict>
12+
<key>SnapKitPlayground (Playground) 1.xcscheme</key>
13+
<dict>
14+
<key>isShown</key>
15+
<false/>
16+
<key>orderHint</key>
17+
<integer>3</integer>
18+
</dict>
19+
<key>SnapKitPlayground (Playground) 10.xcscheme</key>
20+
<dict>
21+
<key>isShown</key>
22+
<false/>
23+
<key>orderHint</key>
24+
<integer>11</integer>
25+
</dict>
26+
<key>SnapKitPlayground (Playground) 11.xcscheme</key>
27+
<dict>
28+
<key>isShown</key>
29+
<false/>
30+
<key>orderHint</key>
31+
<integer>12</integer>
32+
</dict>
33+
<key>SnapKitPlayground (Playground) 12.xcscheme</key>
34+
<dict>
35+
<key>isShown</key>
36+
<false/>
37+
<key>orderHint</key>
38+
<integer>13</integer>
39+
</dict>
40+
<key>SnapKitPlayground (Playground) 13.xcscheme</key>
41+
<dict>
42+
<key>isShown</key>
43+
<false/>
44+
<key>orderHint</key>
45+
<integer>14</integer>
46+
</dict>
47+
<key>SnapKitPlayground (Playground) 14.xcscheme</key>
48+
<dict>
49+
<key>isShown</key>
50+
<false/>
51+
<key>orderHint</key>
52+
<integer>15</integer>
53+
</dict>
54+
<key>SnapKitPlayground (Playground) 2.xcscheme</key>
55+
<dict>
56+
<key>isShown</key>
57+
<false/>
58+
<key>orderHint</key>
59+
<integer>4</integer>
60+
</dict>
61+
<key>SnapKitPlayground (Playground) 3.xcscheme</key>
62+
<dict>
63+
<key>isShown</key>
64+
<false/>
65+
<key>orderHint</key>
66+
<integer>0</integer>
67+
</dict>
68+
<key>SnapKitPlayground (Playground) 4.xcscheme</key>
69+
<dict>
70+
<key>isShown</key>
71+
<false/>
72+
<key>orderHint</key>
73+
<integer>5</integer>
74+
</dict>
75+
<key>SnapKitPlayground (Playground) 5.xcscheme</key>
76+
<dict>
77+
<key>isShown</key>
78+
<false/>
79+
<key>orderHint</key>
80+
<integer>6</integer>
81+
</dict>
82+
<key>SnapKitPlayground (Playground) 6.xcscheme</key>
83+
<dict>
84+
<key>isShown</key>
85+
<false/>
86+
<key>orderHint</key>
87+
<integer>7</integer>
88+
</dict>
89+
<key>SnapKitPlayground (Playground) 7.xcscheme</key>
90+
<dict>
91+
<key>isShown</key>
92+
<false/>
93+
<key>orderHint</key>
94+
<integer>8</integer>
95+
</dict>
96+
<key>SnapKitPlayground (Playground) 8.xcscheme</key>
97+
<dict>
98+
<key>isShown</key>
99+
<false/>
100+
<key>orderHint</key>
101+
<integer>9</integer>
102+
</dict>
103+
<key>SnapKitPlayground (Playground) 9.xcscheme</key>
104+
<dict>
105+
<key>isShown</key>
106+
<false/>
107+
<key>orderHint</key>
108+
<integer>10</integer>
109+
</dict>
110+
<key>SnapKitPlayground (Playground).xcscheme</key>
111+
<dict>
112+
<key>isShown</key>
113+
<false/>
114+
<key>orderHint</key>
115+
<integer>2</integer>
116+
</dict>
117+
</dict>
118+
</dict>
119+
</plist>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "eyeoff.svg",
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+
}
Lines changed: 3 additions & 0 deletions
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" : "eyeon.svg",
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+
}

0 commit comments

Comments
 (0)