|
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 | BD1DA348254BBFF500C99438 /* LXFFullScreenableMultiVcController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1DA347254BBFF500C99438 /* LXFFullScreenableMultiVcController.swift */; }; |
18 | | - BD1DA34A254BC06C00C99438 /* LXFFullScreenableOtherController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1DA349254BC06C00C99438 /* LXFFullScreenableOtherController.swift */; }; |
| 18 | + BD1DA34A254BC06C00C99438 /* LXFFullScreenableMultiVcOtherController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1DA349254BC06C00C99438 /* LXFFullScreenableMultiVcOtherController.swift */; }; |
| 19 | + BD9800B926E21A8300153E1A /* LXFFullScreenableOtherController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD9800B826E21A8300153E1A /* LXFFullScreenableOtherController.swift */; }; |
| 20 | + BD98FF7E26E20F6F00153E1A /* LXFEquatableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD98FF7D26E20F6F00153E1A /* LXFEquatableViewController.swift */; }; |
19 | 21 | E54B540712C0EAEEC730D914 /* Pods_LXFProtocolTool_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A401D1702387B816E326C87 /* Pods_LXFProtocolTool_Example.framework */; }; |
20 | 22 | FD1D4DE823063F2500C5E359 /* LXFFullSwitchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1D4DE723063F2400C5E359 /* LXFFullSwitchView.swift */; }; |
21 | 23 | FD1FCB2E21A5509800302EDD /* Configs.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1FCB2D21A5509800302EDD /* Configs.swift */; }; |
|
37 | 39 | FD97E0DF214B5CFE0057C3C1 /* LXFFullScreenView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD97E0DE214B5CFE0057C3C1 /* LXFFullScreenView.swift */; }; |
38 | 40 | FD9E556A2261F88A00921471 /* LXFDIYHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD9E55692261F88A00921471 /* LXFDIYHeader.swift */; }; |
39 | 41 | FD9E556C2261FD0B00921471 /* LXFDIYAutoFooter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD9E556B2261FD0B00921471 /* LXFDIYAutoFooter.swift */; }; |
| 42 | + FDA19600271F0F5E00226AF5 /* LXFDIYTrailer.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDA195FF271F0F5E00226AF5 /* LXFDIYTrailer.swift */; }; |
40 | 43 | FDCE664226A2C6CC00B49BE3 /* LXFRefreshableTrailerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDCE664126A2C6CC00B49BE3 /* LXFRefreshableTrailerController.swift */; }; |
41 | 44 | FDCE664526A2C7B300B49BE3 /* LXFRefreshableTrailerCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDCE664426A2C7B300B49BE3 /* LXFRefreshableTrailerCell.swift */; }; |
42 | 45 | FDCE664B26A2D9D500B49BE3 /* LXFRefreshableTrailerReactor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDCE664A26A2D9D500B49BE3 /* LXFRefreshableTrailerReactor.swift */; }; |
|
73 | 76 | 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; }; |
74 | 77 | 9A401D1702387B816E326C87 /* Pods_LXFProtocolTool_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LXFProtocolTool_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
75 | 78 | BD1DA347254BBFF500C99438 /* LXFFullScreenableMultiVcController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LXFFullScreenableMultiVcController.swift; sourceTree = "<group>"; }; |
76 | | - BD1DA349254BC06C00C99438 /* LXFFullScreenableOtherController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LXFFullScreenableOtherController.swift; sourceTree = "<group>"; }; |
| 79 | + BD1DA349254BC06C00C99438 /* LXFFullScreenableMultiVcOtherController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LXFFullScreenableMultiVcOtherController.swift; sourceTree = "<group>"; }; |
| 80 | + BD9800B826E21A8300153E1A /* LXFFullScreenableOtherController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LXFFullScreenableOtherController.swift; sourceTree = "<group>"; }; |
| 81 | + BD98FF7D26E20F6F00153E1A /* LXFEquatableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LXFEquatableViewController.swift; sourceTree = "<group>"; }; |
77 | 82 | C5ADB34366E5742B80AE43C5 /* Pods-LXFProtocolTool_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LXFProtocolTool_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-LXFProtocolTool_Tests/Pods-LXFProtocolTool_Tests.debug.xcconfig"; sourceTree = "<group>"; }; |
78 | 83 | D8E04661F15EF390557CC447 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
79 | 84 | FD1D4DE723063F2400C5E359 /* LXFFullSwitchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LXFFullSwitchView.swift; sourceTree = "<group>"; }; |
|
96 | 101 | FD97E0DE214B5CFE0057C3C1 /* LXFFullScreenView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LXFFullScreenView.swift; sourceTree = "<group>"; }; |
97 | 102 | FD9E55692261F88A00921471 /* LXFDIYHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LXFDIYHeader.swift; sourceTree = "<group>"; }; |
98 | 103 | FD9E556B2261FD0B00921471 /* LXFDIYAutoFooter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LXFDIYAutoFooter.swift; sourceTree = "<group>"; }; |
| 104 | + FDA195FF271F0F5E00226AF5 /* LXFDIYTrailer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LXFDIYTrailer.swift; sourceTree = "<group>"; }; |
99 | 105 | FDCE664126A2C6CC00B49BE3 /* LXFRefreshableTrailerController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LXFRefreshableTrailerController.swift; sourceTree = "<group>"; }; |
100 | 106 | FDCE664426A2C7B300B49BE3 /* LXFRefreshableTrailerCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LXFRefreshableTrailerCell.swift; sourceTree = "<group>"; }; |
101 | 107 | FDCE664A26A2D9D500B49BE3 /* LXFRefreshableTrailerReactor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LXFRefreshableTrailerReactor.swift; sourceTree = "<group>"; }; |
|
205 | 211 | name = "Podspec Metadata"; |
206 | 212 | sourceTree = "<group>"; |
207 | 213 | }; |
| 214 | + BD9800B726E21A5100153E1A /* Other */ = { |
| 215 | + isa = PBXGroup; |
| 216 | + children = ( |
| 217 | + BD9800B826E21A8300153E1A /* LXFFullScreenableOtherController.swift */, |
| 218 | + ); |
| 219 | + path = Other; |
| 220 | + sourceTree = "<group>"; |
| 221 | + }; |
| 222 | + BD98FF7A26E20EFD00153E1A /* LXFEquatable */ = { |
| 223 | + isa = PBXGroup; |
| 224 | + children = ( |
| 225 | + BD98FF7D26E20F6F00153E1A /* LXFEquatableViewController.swift */, |
| 226 | + ); |
| 227 | + path = LXFEquatable; |
| 228 | + sourceTree = "<group>"; |
| 229 | + }; |
208 | 230 | E7D1F034292A1D9C98B8E28D /* Pods */ = { |
209 | 231 | isa = PBXGroup; |
210 | 232 | children = ( |
|
237 | 259 | FD51529C21118F1F00A8591F /* Demo */ = { |
238 | 260 | isa = PBXGroup; |
239 | 261 | children = ( |
| 262 | + BD98FF7A26E20EFD00153E1A /* LXFEquatable */, |
240 | 263 | FDCE664C26A2E23300B49BE3 /* LXFRefreshable */, |
241 | 264 | FD97E0D9214B48990057C3C1 /* LXFFullScreenable */, |
242 | 265 | FD62EE662077D5E4002C1B53 /* LXFEmptyDataSetable */, |
|
305 | 328 | isa = PBXGroup; |
306 | 329 | children = ( |
307 | 330 | BD1DA347254BBFF500C99438 /* LXFFullScreenableMultiVcController.swift */, |
308 | | - BD1DA349254BC06C00C99438 /* LXFFullScreenableOtherController.swift */, |
| 331 | + BD1DA349254BC06C00C99438 /* LXFFullScreenableMultiVcOtherController.swift */, |
309 | 332 | ); |
310 | 333 | path = MultiVc; |
311 | 334 | sourceTree = "<group>"; |
|
343 | 366 | FD75175326D0AB27000B0E2B /* ViewAuto */, |
344 | 367 | FD75175126D0AAF3000B0E2B /* MultiVc */, |
345 | 368 | FD75175626D0C665000B0E2B /* Nest */, |
| 369 | + BD9800B726E21A5100153E1A /* Other */, |
346 | 370 | ); |
347 | 371 | path = LXFFullScreenable; |
348 | 372 | sourceTree = "<group>"; |
|
356 | 380 | path = DIY; |
357 | 381 | sourceTree = "<group>"; |
358 | 382 | }; |
| 383 | + FDA195FE271F0F4E00226AF5 /* DIY */ = { |
| 384 | + isa = PBXGroup; |
| 385 | + children = ( |
| 386 | + FDA195FF271F0F5E00226AF5 /* LXFDIYTrailer.swift */, |
| 387 | + ); |
| 388 | + path = DIY; |
| 389 | + sourceTree = "<group>"; |
| 390 | + }; |
359 | 391 | FDCE664026A2C68900B49BE3 /* LXFRefreshable-Trailer */ = { |
360 | 392 | isa = PBXGroup; |
361 | 393 | children = ( |
|
369 | 401 | FDCE664326A2C7A000B49BE3 /* View */ = { |
370 | 402 | isa = PBXGroup; |
371 | 403 | children = ( |
| 404 | + FDA195FE271F0F4E00226AF5 /* DIY */, |
372 | 405 | FDCE664426A2C7B300B49BE3 /* LXFRefreshableTrailerCell.swift */, |
373 | 406 | ); |
374 | 407 | path = View; |
|
589 | 622 | FD97E0DF214B5CFE0057C3C1 /* LXFFullScreenView.swift in Sources */, |
590 | 623 | FD5152A82111952F00A8591F /* LXFRefreshableSection.swift in Sources */, |
591 | 624 | FD9E556A2261F88A00921471 /* LXFDIYHeader.swift in Sources */, |
| 625 | + FDA19600271F0F5E00226AF5 /* LXFDIYTrailer.swift in Sources */, |
| 626 | + BD98FF7E26E20F6F00153E1A /* LXFEquatableViewController.swift in Sources */, |
592 | 627 | 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */, |
593 | 628 | FD5152AF21119A7800A8591F /* LXFRefreshableCell.swift in Sources */, |
594 | 629 | FD62EE682077D620002C1B53 /* LXFEmptyDemoController.swift in Sources */, |
|
599 | 634 | FD5152A22111909C00A8591F /* LXFRefreshableController.swift in Sources */, |
600 | 635 | FD1D4DE823063F2500C5E359 /* LXFFullSwitchView.swift in Sources */, |
601 | 636 | FDCE664226A2C6CC00B49BE3 /* LXFRefreshableTrailerController.swift in Sources */, |
602 | | - BD1DA34A254BC06C00C99438 /* LXFFullScreenableOtherController.swift in Sources */, |
| 637 | + BD1DA34A254BC06C00C99438 /* LXFFullScreenableMultiVcOtherController.swift in Sources */, |
603 | 638 | FD97E0DD214B4A030057C3C1 /* LXFFullScreenableController.swift in Sources */, |
604 | 639 | FD5152B121119A8000A8591F /* LXFRefreshableCellReactor.swift in Sources */, |
605 | 640 | FDCE664526A2C7B300B49BE3 /* LXFRefreshableTrailerCell.swift in Sources */, |
|
610 | 645 | BD1DA348254BBFF500C99438 /* LXFFullScreenableMultiVcController.swift in Sources */, |
611 | 646 | FD5152A62111919700A8591F /* LXFRefreshableReactor.swift in Sources */, |
612 | 647 | FDCE664B26A2D9D500B49BE3 /* LXFRefreshableTrailerReactor.swift in Sources */, |
| 648 | + BD9800B926E21A8300153E1A /* LXFFullScreenableOtherController.swift in Sources */, |
613 | 649 | FD75175526D0AB4D000B0E2B /* LXFFullScreenableViewAutoController.swift in Sources */, |
614 | 650 | FD62EE632077CD82002C1B53 /* LXFXibTestView.swift in Sources */, |
615 | 651 | FD1FCB2E21A5509800302EDD /* Configs.swift in Sources */, |
|
0 commit comments