Skip to content

Commit 658c736

Browse files
committed
updating folder structure
1 parent 574c3c6 commit 658c736

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

Validator.xcodeproj/project.pbxproj

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,15 @@
8686
/* End PBXFrameworksBuildPhase section */
8787

8888
/* Begin PBXGroup section */
89+
626BE5EE1A9B8EC600FE6D5C /* Swift-Validator */ = {
90+
isa = PBXGroup;
91+
children = (
92+
62D1AE3C1A1E6FAF00E4DFF8 /* Core */,
93+
62D1AE5B1A1E701B00E4DFF8 /* Validations */,
94+
);
95+
name = "Swift-Validator";
96+
sourceTree = "<group>";
97+
};
8998
62D1AE0E1A1E6D4400E4DFF8 = {
9099
isa = PBXGroup;
91100
children = (
@@ -107,7 +116,7 @@
107116
62D1AE191A1E6D4400E4DFF8 /* Validator */ = {
108117
isa = PBXGroup;
109118
children = (
110-
62D1AE3C1A1E6FAF00E4DFF8 /* lib */,
119+
626BE5EE1A9B8EC600FE6D5C /* Swift-Validator */,
111120
62D1AE1C1A1E6D4400E4DFF8 /* AppDelegate.swift */,
112121
62D1AE1E1A1E6D4400E4DFF8 /* ViewController.swift */,
113122
62D1AE201A1E6D4400E4DFF8 /* Main.storyboard */,
@@ -143,24 +152,23 @@
143152
name = "Supporting Files";
144153
sourceTree = "<group>";
145154
};
146-
62D1AE3C1A1E6FAF00E4DFF8 /* lib */ = {
155+
62D1AE3C1A1E6FAF00E4DFF8 /* Core */ = {
147156
isa = PBXGroup;
148157
children = (
149-
62D1AE5B1A1E701B00E4DFF8 /* Validations */,
150158
62D1AE531A1E700200E4DFF8 /* ValidationRuleType.swift */,
151159
62D1AE541A1E700200E4DFF8 /* Validator.swift */,
152160
62D1AE451A1E6FF800E4DFF8 /* ValidationError.swift */,
153161
62D1AE461A1E6FF800E4DFF8 /* ValidationErrorType.swift */,
154162
62D1AE471A1E6FF800E4DFF8 /* ValidationFactory.swift */,
155163
62D1AE481A1E6FF800E4DFF8 /* ValidationRule.swift */,
164+
62D1AE441A1E6FF800E4DFF8 /* Validation.swift */,
156165
);
157-
name = lib;
166+
name = Core;
158167
sourceTree = "<group>";
159168
};
160169
62D1AE5B1A1E701B00E4DFF8 /* Validations */ = {
161170
isa = PBXGroup;
162171
children = (
163-
62D1AE441A1E6FF800E4DFF8 /* Validation.swift */,
164172
62D1AE3D1A1E6FEF00E4DFF8 /* FullNameValidation.swift */,
165173
62D1AE421A1E6FF800E4DFF8 /* PhoneNumberValidation.swift */,
166174
62D1AE431A1E6FF800E4DFF8 /* RequiredValidation.swift */,

0 commit comments

Comments
 (0)