|
15 | 15 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
|
16 | 16 | 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
|
17 | 17 | 6F74EBFB4EE28130A371F329 /* Pods_RxIGListKit_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C7B474E1C8814C1B7D62E2A6 /* Pods_RxIGListKit_Tests.framework */; };
|
| 18 | + 841EA9082267264800A817AD /* ReorderableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 841EA9072267264800A817AD /* ReorderableViewController.swift */; }; |
| 19 | + 841EA90A2267275100A817AD /* ReorderableSectionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 841EA9092267275100A817AD /* ReorderableSectionController.swift */; }; |
18 | 20 | 842F4851224FBA2700719FC9 /* FeedSectionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 842F4850224FBA2700719FC9 /* FeedSectionController.swift */; };
|
19 | 21 | 84804A8B22492414000E26F4 /* CenterItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84804A8A22492414000E26F4 /* CenterItem.swift */; };
|
20 | 22 | 84CE8A142259F29A00B2D86A /* DemosViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84CE8A132259F29A00B2D86A /* DemosViewController.swift */; };
|
|
35 | 37 | 84CE8B79225A2E2800B2D86A /* StackedViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84CE8B78225A2E2700B2D86A /* StackedViewController.swift */; };
|
36 | 38 | 84CE8B7B225A2E4300B2D86A /* DisplaySectionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84CE8B7A225A2E4200B2D86A /* DisplaySectionController.swift */; };
|
37 | 39 | 84CE8B7F225A3B3800B2D86A /* Person.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84CE8B7E225A3B3800B2D86A /* Person.swift */; };
|
| 40 | + 84DEEE1F2261BE95003832BD /* CalendarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84DEEE1E2261BE95003832BD /* CalendarViewController.swift */; }; |
| 41 | + 84DEEE212261BEB5003832BD /* Month.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84DEEE202261BEB5003832BD /* Month.swift */; }; |
| 42 | + 84DEEE232261BECF003832BD /* MonthSectionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84DEEE222261BECF003832BD /* MonthSectionController.swift */; }; |
| 43 | + 84DEEE262261BF0D003832BD /* DayViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84DEEE242261BF0D003832BD /* DayViewModel.swift */; }; |
| 44 | + 84DEEE272261BF0D003832BD /* MonthTitleViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84DEEE252261BF0D003832BD /* MonthTitleViewModel.swift */; }; |
| 45 | + 84DEEE2A2261BF33003832BD /* MonthTitleCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84DEEE282261BF32003832BD /* MonthTitleCell.swift */; }; |
| 46 | + 84DEEE2B2261BF33003832BD /* CalendarDayCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84DEEE292261BF32003832BD /* CalendarDayCell.swift */; }; |
38 | 47 | 84F30AD9225596B1008DA454 /* TailLoadingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F30AD8225596B1008DA454 /* TailLoadingViewController.swift */; };
|
39 | 48 | 84F30ADC2255D2E6008DA454 /* SpinSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F30ADB2255D2E6008DA454 /* SpinSection.swift */; };
|
40 | 49 | 84F30ADE2255D33D008DA454 /* LabelSectionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F30ADD2255D33D008DA454 /* LabelSectionController.swift */; };
|
|
85 | 94 | 607FACE51AFB9204008FA782 /* RxIGListKit_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RxIGListKit_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
86 | 95 | 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
87 | 96 | 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
|
| 97 | + 841EA9072267264800A817AD /* ReorderableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReorderableViewController.swift; sourceTree = "<group>"; }; |
| 98 | + 841EA9092267275100A817AD /* ReorderableSectionController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReorderableSectionController.swift; sourceTree = "<group>"; }; |
88 | 99 | 842F4850224FBA2700719FC9 /* FeedSectionController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedSectionController.swift; sourceTree = "<group>"; };
|
89 | 100 | 84804A8A22492414000E26F4 /* CenterItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CenterItem.swift; sourceTree = "<group>"; };
|
90 | 101 | 84CE8A132259F29A00B2D86A /* DemosViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DemosViewController.swift; sourceTree = "<group>"; };
|
|
106 | 117 | 84CE8B7A225A2E4200B2D86A /* DisplaySectionController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DisplaySectionController.swift; sourceTree = "<group>"; };
|
107 | 118 | 84CE8B7E225A3B3800B2D86A /* Person.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Person.swift; sourceTree = "<group>"; };
|
108 | 119 | 84D16942D43A4E79C666B015 /* RxIGListKit.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = RxIGListKit.podspec; path = ../RxIGListKit.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
| 120 | + 84DEEE1E2261BE95003832BD /* CalendarViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CalendarViewController.swift; sourceTree = "<group>"; }; |
| 121 | + 84DEEE202261BEB5003832BD /* Month.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Month.swift; sourceTree = "<group>"; }; |
| 122 | + 84DEEE222261BECF003832BD /* MonthSectionController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MonthSectionController.swift; sourceTree = "<group>"; }; |
| 123 | + 84DEEE242261BF0D003832BD /* DayViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DayViewModel.swift; sourceTree = "<group>"; }; |
| 124 | + 84DEEE252261BF0D003832BD /* MonthTitleViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MonthTitleViewModel.swift; sourceTree = "<group>"; }; |
| 125 | + 84DEEE282261BF32003832BD /* MonthTitleCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MonthTitleCell.swift; sourceTree = "<group>"; }; |
| 126 | + 84DEEE292261BF32003832BD /* CalendarDayCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CalendarDayCell.swift; sourceTree = "<group>"; }; |
109 | 127 | 84F30AD8225596B1008DA454 /* TailLoadingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TailLoadingViewController.swift; sourceTree = "<group>"; };
|
110 | 128 | 84F30ADB2255D2E6008DA454 /* SpinSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpinSection.swift; sourceTree = "<group>"; };
|
111 | 129 | 84F30ADD2255D33D008DA454 /* LabelSectionController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LabelSectionController.swift; sourceTree = "<group>"; };
|
|
269 | 287 | 84CE8B622259F95600B2D86A /* SingleSectionStoryboardViewController.swift */,
|
270 | 288 | 84CE8B72225A23F200B2D86A /* WorkingRangeViewController.swift */,
|
271 | 289 | 84CE8B78225A2E2700B2D86A /* StackedViewController.swift */,
|
| 290 | + 84DEEE1E2261BE95003832BD /* CalendarViewController.swift */, |
| 291 | + 841EA9072267264800A817AD /* ReorderableViewController.swift */, |
272 | 292 | );
|
273 | 293 | name = ViewControllers;
|
274 | 294 | sourceTree = "<group>";
|
|
287 | 307 | 84F30AF32256522B008DA454 /* ExpandableSectionController.swift */,
|
288 | 308 | 84CE8B5E2259F52500B2D86A /* StoryboardLabelSectionController.swift */,
|
289 | 309 | 84CE8B74225A240A00B2D86A /* WorkingRangeSectionController.swift */,
|
| 310 | + 84DEEE222261BECF003832BD /* MonthSectionController.swift */, |
| 311 | + 841EA9092267275100A817AD /* ReorderableSectionController.swift */, |
290 | 312 | );
|
291 | 313 | name = SectionControllers;
|
292 | 314 | sourceTree = "<group>";
|
293 | 315 | };
|
294 | 316 | 84F30ADF2255D356008DA454 /* Views */ = {
|
295 | 317 | isa = PBXGroup;
|
296 | 318 | children = (
|
| 319 | + 84DEEE292261BF32003832BD /* CalendarDayCell.swift */, |
| 320 | + 84DEEE282261BF32003832BD /* MonthTitleCell.swift */, |
297 | 321 | 84CE8B6C225A1EF100B2D86A /* FullWidthSelfSizingCell.swift */,
|
298 | 322 | 84CE8B76225A24EB00B2D86A /* ImageCell.swift */,
|
299 | 323 | 84CE8B6A225A1ECF00B2D86A /* ManuallySelfSizingCell.swift */,
|
|
313 | 337 | 84F30AE622564CF5008DA454 /* Models */ = {
|
314 | 338 | isa = PBXGroup;
|
315 | 339 | children = (
|
| 340 | + 84DEEE202261BEB5003832BD /* Month.swift */, |
316 | 341 | 84CE8B66225A1E4B00B2D86A /* SelectionModel.swift */,
|
317 | 342 | 84CE8B7E225A3B3800B2D86A /* Person.swift */,
|
318 | 343 | 84F30AEB22564EB5008DA454 /* User.swift */,
|
| 344 | + 84DEEE242261BF0D003832BD /* DayViewModel.swift */, |
| 345 | + 84DEEE252261BF0D003832BD /* MonthTitleViewModel.swift */, |
319 | 346 | );
|
320 | 347 | name = Models;
|
321 | 348 | sourceTree = "<group>";
|
|
506 | 533 | isa = PBXSourcesBuildPhase;
|
507 | 534 | buildActionMask = 2147483647;
|
508 | 535 | files = (
|
| 536 | + 84DEEE2B2261BF33003832BD /* CalendarDayCell.swift in Sources */, |
509 | 537 | 84F30B0022579DCE008DA454 /* EmbeddedSectionController.swift in Sources */,
|
510 | 538 | 84F30AE3225605AA008DA454 /* SearchViewController.swift in Sources */,
|
511 | 539 | 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,
|
512 | 540 | 84CE8B5F2259F52500B2D86A /* StoryboardLabelSectionController.swift in Sources */,
|
513 | 541 | 84F30AF8225652DB008DA454 /* DetailLabelCell.swift in Sources */,
|
514 | 542 | 84F30AF622565290008DA454 /* UserSectionController.swift in Sources */,
|
515 | 543 | 842F4851224FBA2700719FC9 /* FeedSectionController.swift in Sources */,
|
| 544 | + 841EA9082267264800A817AD /* ReorderableViewController.swift in Sources */, |
| 545 | + 84DEEE2A2261BF33003832BD /* MonthTitleCell.swift in Sources */, |
| 546 | + 841EA90A2267275100A817AD /* ReorderableSectionController.swift in Sources */, |
516 | 547 | 84CE8B75225A240A00B2D86A /* WorkingRangeSectionController.swift in Sources */,
|
517 | 548 | 84CE8B632259F95600B2D86A /* SingleSectionStoryboardViewController.swift in Sources */,
|
518 | 549 | 84F30AFA22579A23008DA454 /* NestedAdapterViewController.swift in Sources */,
|
|
541 | 572 | 84CE8B6D225A1EF100B2D86A /* FullWidthSelfSizingCell.swift in Sources */,
|
542 | 573 | 84F30B022257A609008DA454 /* EmptyViewController.swift in Sources */,
|
543 | 574 | 84F30AEC22564EB5008DA454 /* User.swift in Sources */,
|
| 575 | + 84DEEE232261BECF003832BD /* MonthSectionController.swift in Sources */, |
544 | 576 | 84F30B062257A6C7008DA454 /* RemoveCell.swift in Sources */,
|
| 577 | + 84DEEE212261BEB5003832BD /* Month.swift in Sources */, |
545 | 578 | 84CE8B71225A1F1600B2D86A /* NibSelfSizingCell.swift in Sources */,
|
| 579 | + 84DEEE1F2261BE95003832BD /* CalendarViewController.swift in Sources */, |
546 | 580 | 84CE8B5B2259F47B00B2D86A /* StoryboardViewController.swift in Sources */,
|
| 581 | + 84DEEE262261BF0D003832BD /* DayViewModel.swift in Sources */, |
547 | 582 | 84F30ADE2255D33D008DA454 /* LabelSectionController.swift in Sources */,
|
548 | 583 | 84F30AF42256522B008DA454 /* ExpandableSectionController.swift in Sources */,
|
| 584 | + 84DEEE272261BF0D003832BD /* MonthTitleViewModel.swift in Sources */, |
549 | 585 | 84F30AEA22564E98008DA454 /* GridSectionController.swift in Sources */,
|
550 | 586 | 84F30AFC22579CE7008DA454 /* HorizontalSectionController.swift in Sources */,
|
551 | 587 | );
|
|
0 commit comments