Skip to content

Commit 80dd1ee

Browse files
committed
Refolding
1 parent 7d356bf commit 80dd1ee

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CodeInputView.xcodeproj/project.pbxproj

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@
4343
/* End PBXFrameworksBuildPhase section */
4444

4545
/* Begin PBXGroup section */
46+
CE111C872067E42E0003F670 /* Classes */ = {
47+
isa = PBXGroup;
48+
children = (
49+
CE901F2A205AF32600C688DD /* CodeInputView.swift */,
50+
CEBF4F4A2066881500D31600 /* LabelBasedInputField.swift */,
51+
CEBF4F4C2066A2AD00D31600 /* DotInputField.swift */,
52+
CEBF4F4E2066EFEC00D31600 /* InputableField.swift */,
53+
);
54+
path = Classes;
55+
sourceTree = "<group>";
56+
};
4657
CE901F0C205AF28000C688DD = {
4758
isa = PBXGroup;
4859
children = (
@@ -68,10 +79,7 @@
6879
CE901F1F205AF28000C688DD /* Assets.xcassets */,
6980
CE901F21205AF28000C688DD /* LaunchScreen.storyboard */,
7081
CE901F24205AF28000C688DD /* Info.plist */,
71-
CE901F2A205AF32600C688DD /* CodeInputView.swift */,
72-
CEBF4F4A2066881500D31600 /* LabelBasedInputField.swift */,
73-
CEBF4F4C2066A2AD00D31600 /* DotInputField.swift */,
74-
CEBF4F4E2066EFEC00D31600 /* InputableField.swift */,
82+
CE111C872067E42E0003F670 /* Classes */,
7583
);
7684
path = CodeInputView;
7785
sourceTree = "<group>";
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)