|
15 | 15 | 8295FD871B87309F007C9000 /* UIControlTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8295FD851B873081007C9000 /* UIControlTests.swift */; }; |
16 | 16 | 8295FD8A1B87352D007C9000 /* UIButtonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8295FD881B873490007C9000 /* UIButtonTests.swift */; }; |
17 | 17 | 8295FD8D1B87374A007C9000 /* UIBarButtonItemTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8295FD8B1B873748007C9000 /* UIBarButtonItemTests.swift */; }; |
| 18 | + 9DA915A41CA6301C003723B9 /* UIDatePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DA915A31CA6301C003723B9 /* UIDatePicker.swift */; }; |
| 19 | + 9DA915A61CA63046003723B9 /* UIDatePickerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DA915A51CA63046003723B9 /* UIDatePickerTests.swift */; }; |
18 | 20 | C7932E831C4B3F3000086F3C /* UITextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7932E811C4B3EDB00086F3C /* UITextField.swift */; }; |
19 | 21 | C7932E841C4B41E100086F3C /* UITextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7932E811C4B3EDB00086F3C /* UITextField.swift */; }; |
20 | 22 | C7932E871C4B42F500086F3C /* UITextFieldTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7932E851C4B420A00086F3C /* UITextFieldTests.swift */; }; |
|
178 | 180 | 8295FD851B873081007C9000 /* UIControlTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIControlTests.swift; sourceTree = "<group>"; }; |
179 | 181 | 8295FD881B873490007C9000 /* UIButtonTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIButtonTests.swift; sourceTree = "<group>"; }; |
180 | 182 | 8295FD8B1B873748007C9000 /* UIBarButtonItemTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIBarButtonItemTests.swift; sourceTree = "<group>"; }; |
| 183 | + 9DA915A31CA6301C003723B9 /* UIDatePicker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIDatePicker.swift; sourceTree = "<group>"; }; |
| 184 | + 9DA915A51CA63046003723B9 /* UIDatePickerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIDatePickerTests.swift; sourceTree = "<group>"; }; |
181 | 185 | C7932E811C4B3EDB00086F3C /* UITextField.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UITextField.swift; sourceTree = "<group>"; }; |
182 | 186 | C7932E851C4B420A00086F3C /* UITextFieldTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UITextFieldTests.swift; sourceTree = "<group>"; }; |
183 | 187 | D8003E921AFEC3D400D7D3C5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
386 | 390 | 5173EBC51B625A2600C9B48E /* UIBarItem.swift */, |
387 | 391 | D86FFBDC1B34B691001A89B3 /* UIButton.swift */, |
388 | 392 | D86FFBD41B34B0FE001A89B3 /* UIControl.swift */, |
389 | | - D86FFBD71B34B242001A89B3 /* UILabel.swift */, |
| 393 | + 9DA915A31CA6301C003723B9 /* UIDatePicker.swift */, |
390 | 394 | 8289A2E21BD7EF740097FB60 /* UIImageView.swift */, |
391 | | - 8289A2E41BD7F6DD0097FB60 /* UIView.swift */, |
| 395 | + D86FFBD71B34B242001A89B3 /* UILabel.swift */, |
392 | 396 | C7932E811C4B3EDB00086F3C /* UITextField.swift */, |
| 397 | + 8289A2E41BD7F6DD0097FB60 /* UIView.swift */, |
393 | 398 | ); |
394 | 399 | path = UIKit; |
395 | 400 | sourceTree = "<group>"; |
|
421 | 426 | 8295FD8B1B873748007C9000 /* UIBarButtonItemTests.swift */, |
422 | 427 | 8295FD881B873490007C9000 /* UIButtonTests.swift */, |
423 | 428 | 8295FD851B873081007C9000 /* UIControlTests.swift */, |
424 | | - D8F073141B861B3A0047D546 /* UILabelTests.swift */, |
| 429 | + 9DA915A51CA63046003723B9 /* UIDatePickerTests.swift */, |
425 | 430 | 8289A2E01BD7EF1F0097FB60 /* UIImageViewTests.swift */, |
426 | | - 8289A2E61BD7F7730097FB60 /* UIViewTests.swift */, |
| 431 | + D8F073141B861B3A0047D546 /* UILabelTests.swift */, |
427 | 432 | C7932E851C4B420A00086F3C /* UITextFieldTests.swift */, |
| 433 | + 8289A2E61BD7F7730097FB60 /* UIViewTests.swift */, |
428 | 434 | ); |
429 | 435 | path = UIKit; |
430 | 436 | sourceTree = "<group>"; |
|
755 | 761 | isa = PBXSourcesBuildPhase; |
756 | 762 | buildActionMask = 2147483647; |
757 | 763 | files = ( |
| 764 | + 9DA915A41CA6301C003723B9 /* UIDatePicker.swift in Sources */, |
758 | 765 | D86FFBD81B34B242001A89B3 /* UILabel.swift in Sources */, |
759 | 766 | D86FFBDB1B34B3F0001A89B3 /* Action.swift in Sources */, |
760 | 767 | D86FFBD21B34AD7A001A89B3 /* Association.swift in Sources */, |
|
785 | 792 | C7932E871C4B42F500086F3C /* UITextFieldTests.swift in Sources */, |
786 | 793 | 8295FD8A1B87352D007C9000 /* UIButtonTests.swift in Sources */, |
787 | 794 | D8A4540A1BD2772700C9E790 /* PropertyTests.swift in Sources */, |
| 795 | + 9DA915A61CA63046003723B9 /* UIDatePickerTests.swift in Sources */, |
788 | 796 | D83457301AFEE45E0070616A /* SignalProducerTests.swift in Sources */, |
789 | 797 | D83457411AFEE6050070616A /* SignalTests.swift in Sources */, |
790 | 798 | 8295FD8D1B87374A007C9000 /* UIBarButtonItemTests.swift in Sources */, |
|
0 commit comments