|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* 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>"; }; |
13 | 14 | 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>"; }; |
17 | 15 | /* End PBXFileReference section */
|
18 | 16 |
|
19 | 17 | /* Begin PBXGroup section */
|
|
27 | 25 | C8C6A7FB1CEDBDED00B9B9D8 /* iOSFormUtils */ = {
|
28 | 26 | isa = PBXGroup;
|
29 | 27 | children = (
|
30 |
| - C88353E81CFDBA6900C1E8E3 /* AccessorizedFormInput.swift */, |
| 28 | + C8CF38EB1DC9DC94002D11DF /* Info.plist */, |
| 29 | + C8CF38E81DC9DC20002D11DF /* Form.swift */, |
| 30 | + C8CF38E91DC9DC20002D11DF /* FormInput.swift */, |
| 31 | + C8CF38EA1DC9DC20002D11DF /* ValidatedFormInput.swift */, |
31 | 32 | C8F50C0F1CEF0A26006D8C51 /* ValidatedForm.swift */,
|
32 |
| - C8F50C101CEF0A26006D8C51 /* ValidatedInput.swift */, |
33 |
| - C8F50C111CEF0A26006D8C51 /* ValidatedTextField.swift */, |
34 |
| - C8F50C121CEF0A26006D8C51 /* ValidatedTextView.swift */, |
35 |
| - C8C6A7FA1CEDB48D00B9B9D8 /* test.swift */, |
36 |
| - C8C6A7FC1CEE092B00B9B9D8 /* plop.swift */, |
37 | 33 | );
|
38 | 34 | name = iOSFormUtils;
|
39 | 35 | sourceTree = "<group>";
|
|
0 commit comments