Skip to content

Commit e891211

Browse files
committed
cleaned project
1 parent 82a0881 commit e891211

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

iOSFormUtils.xcodeproj/project.pbxproj

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@
77
objects = {
88

99
/* Begin PBXFileReference section */
10-
C88353E81CFDBA6900C1E8E3 /* AccessorizedFormInput.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AccessorizedFormInput.swift; path = iOSFormUtils/AccessorizedFormInput.swift; sourceTree = "<group>"; };
11-
C8C6A7FA1CEDB48D00B9B9D8 /* test.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = test.swift; path = iOSFormUtils/test.swift; sourceTree = "<group>"; };
12-
C8C6A7FC1CEE092B00B9B9D8 /* plop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = plop.swift; path = iOSFormUtils/plop.swift; sourceTree = "<group>"; };
10+
C8CF38E81DC9DC20002D11DF /* Form.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Form.swift; path = iOSFormUtils/Form.swift; sourceTree = "<group>"; };
11+
C8CF38E91DC9DC20002D11DF /* FormInput.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = FormInput.swift; path = iOSFormUtils/FormInput.swift; sourceTree = "<group>"; };
12+
C8CF38EA1DC9DC20002D11DF /* ValidatedFormInput.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ValidatedFormInput.swift; path = iOSFormUtils/ValidatedFormInput.swift; sourceTree = "<group>"; };
13+
C8CF38EB1DC9DC94002D11DF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1314
C8F50C0F1CEF0A26006D8C51 /* ValidatedForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ValidatedForm.swift; path = iOSFormUtils/ValidatedForm.swift; sourceTree = "<group>"; };
14-
C8F50C101CEF0A26006D8C51 /* ValidatedInput.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ValidatedInput.swift; path = iOSFormUtils/ValidatedInput.swift; sourceTree = "<group>"; };
15-
C8F50C111CEF0A26006D8C51 /* ValidatedTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ValidatedTextField.swift; path = iOSFormUtils/ValidatedTextField.swift; sourceTree = "<group>"; };
16-
C8F50C121CEF0A26006D8C51 /* ValidatedTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ValidatedTextView.swift; path = iOSFormUtils/ValidatedTextView.swift; sourceTree = "<group>"; };
1715
/* End PBXFileReference section */
1816

1917
/* Begin PBXGroup section */
@@ -27,13 +25,11 @@
2725
C8C6A7FB1CEDBDED00B9B9D8 /* iOSFormUtils */ = {
2826
isa = PBXGroup;
2927
children = (
30-
C88353E81CFDBA6900C1E8E3 /* AccessorizedFormInput.swift */,
28+
C8CF38EB1DC9DC94002D11DF /* Info.plist */,
29+
C8CF38E81DC9DC20002D11DF /* Form.swift */,
30+
C8CF38E91DC9DC20002D11DF /* FormInput.swift */,
31+
C8CF38EA1DC9DC20002D11DF /* ValidatedFormInput.swift */,
3132
C8F50C0F1CEF0A26006D8C51 /* ValidatedForm.swift */,
32-
C8F50C101CEF0A26006D8C51 /* ValidatedInput.swift */,
33-
C8F50C111CEF0A26006D8C51 /* ValidatedTextField.swift */,
34-
C8F50C121CEF0A26006D8C51 /* ValidatedTextView.swift */,
35-
C8C6A7FA1CEDB48D00B9B9D8 /* test.swift */,
36-
C8C6A7FC1CEE092B00B9B9D8 /* plop.swift */,
3733
);
3834
name = iOSFormUtils;
3935
sourceTree = "<group>";

0 commit comments

Comments
 (0)