|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 51; |
| 6 | + objectVersion = 50; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 0429DAB3247AD23800995106 /* BMHomeVC+BMTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0429DAB2247AD23800995106 /* BMHomeVC+BMTest.m */; }; |
| 11 | + 04330124249121C300202B9E /* UIFooterView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 04330123249121C300202B9E /* UIFooterView.xib */; }; |
| 12 | + 04330126249121DF00202B9E /* BMCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 04330125249121DF00202B9E /* BMCell.xib */; }; |
11 | 13 | 04462C312470346A00591742 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 04462C302470346A00591742 /* Assets.xcassets */; }; |
12 | 14 | 04462C412470346A00591742 /* UITableViewDynamicLayoutCacheHeightTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 04462C402470346A00591742 /* UITableViewDynamicLayoutCacheHeightTests.m */; }; |
13 | 15 | 04462C4C2470346A00591742 /* UITableViewDynamicLayoutCacheHeightUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 04462C4B2470346A00591742 /* UITableViewDynamicLayoutCacheHeightUITests.m */; }; |
14 | 16 | 04462CA82470356E00591742 /* BMHomeVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 04462C622470356D00591742 /* BMHomeVC.m */; }; |
15 | 17 | 04462CA92470356E00591742 /* BMHomeVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 04462C632470356D00591742 /* BMHomeVC.xib */; }; |
16 | 18 | 04462CAA2470356E00591742 /* BMModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 04462C672470356D00591742 /* BMModel.m */; }; |
17 | 19 | 04462CAB2470356E00591742 /* BMGroupModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 04462C6B2470356D00591742 /* BMGroupModel.m */; }; |
18 | | - 04462CAC2470356E00591742 /* UIFooterView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 04462C6F2470356D00591742 /* UIFooterView.xib */; }; |
19 | 20 | 04462CAD2470356E00591742 /* UIFooterView.m in Sources */ = {isa = PBXBuildFile; fileRef = 04462C702470356D00591742 /* UIFooterView.m */; }; |
20 | 21 | 04462CAE2470356E00591742 /* BMHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 04462C722470356D00591742 /* BMHeaderView.m */; }; |
21 | 22 | 04462CAF2470356E00591742 /* BMHeaderView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 04462C732470356D00591742 /* BMHeaderView.xib */; }; |
22 | | - 04462CB02470356E00591742 /* BMCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 04462C772470356D00591742 /* BMCell.xib */; }; |
23 | 23 | 04462CB12470356E00591742 /* BMCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 04462C782470356D00591742 /* BMCell.m */; }; |
24 | 24 | 04462CB22470356E00591742 /* 8.png in Resources */ = {isa = PBXBuildFile; fileRef = 04462C7B2470356E00591742 /* 8.png */; }; |
25 | 25 | 04462CB32470356E00591742 /* 9.png in Resources */ = {isa = PBXBuildFile; fileRef = 04462C7C2470356E00591742 /* 9.png */; }; |
|
91 | 91 | /* Begin PBXFileReference section */ |
92 | 92 | 0429DAB1247AD23800995106 /* BMHomeVC+BMTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "BMHomeVC+BMTest.h"; sourceTree = "<group>"; }; |
93 | 93 | 0429DAB2247AD23800995106 /* BMHomeVC+BMTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "BMHomeVC+BMTest.m"; sourceTree = "<group>"; }; |
| 94 | + 04330123249121C300202B9E /* UIFooterView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = UIFooterView.xib; sourceTree = "<group>"; }; |
| 95 | + 04330125249121DF00202B9E /* BMCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = BMCell.xib; sourceTree = "<group>"; }; |
94 | 96 | 04462C212470346800591742 /* CellCacheHeight.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CellCacheHeight.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
95 | 97 | 04462C302470346A00591742 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
96 | 98 | 04462C352470346A00591742 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
108 | 110 | 04462C6A2470356D00591742 /* BMGroupModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BMGroupModel.h; sourceTree = "<group>"; }; |
109 | 111 | 04462C6B2470356D00591742 /* BMGroupModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BMGroupModel.m; sourceTree = "<group>"; }; |
110 | 112 | 04462C6E2470356D00591742 /* UIFooterView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UIFooterView.h; sourceTree = "<group>"; }; |
111 | | - 04462C6F2470356D00591742 /* UIFooterView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = UIFooterView.xib; sourceTree = "<group>"; }; |
112 | 113 | 04462C702470356D00591742 /* UIFooterView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIFooterView.m; sourceTree = "<group>"; }; |
113 | 114 | 04462C722470356D00591742 /* BMHeaderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BMHeaderView.m; sourceTree = "<group>"; }; |
114 | 115 | 04462C732470356D00591742 /* BMHeaderView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = BMHeaderView.xib; sourceTree = "<group>"; }; |
115 | 116 | 04462C742470356D00591742 /* BMHeaderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BMHeaderView.h; sourceTree = "<group>"; }; |
116 | 117 | 04462C762470356D00591742 /* BMCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BMCell.h; sourceTree = "<group>"; }; |
117 | | - 04462C772470356D00591742 /* BMCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = BMCell.xib; sourceTree = "<group>"; }; |
118 | 118 | 04462C782470356D00591742 /* BMCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BMCell.m; sourceTree = "<group>"; }; |
119 | 119 | 04462C7B2470356E00591742 /* 8.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = 8.png; sourceTree = "<group>"; }; |
120 | 120 | 04462C7C2470356E00591742 /* 9.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = 9.png; sourceTree = "<group>"; }; |
|
335 | 335 | 04462C6D2470356D00591742 /* UIFooterView */ = { |
336 | 336 | isa = PBXGroup; |
337 | 337 | children = ( |
| 338 | + 04330123249121C300202B9E /* UIFooterView.xib */, |
338 | 339 | 04462C6E2470356D00591742 /* UIFooterView.h */, |
339 | | - 04462C6F2470356D00591742 /* UIFooterView.xib */, |
340 | 340 | 04462C702470356D00591742 /* UIFooterView.m */, |
341 | 341 | ); |
342 | 342 | path = UIFooterView; |
|
355 | 355 | 04462C752470356D00591742 /* BMCell */ = { |
356 | 356 | isa = PBXGroup; |
357 | 357 | children = ( |
| 358 | + 04330125249121DF00202B9E /* BMCell.xib */, |
358 | 359 | 04462C762470356D00591742 /* BMCell.h */, |
359 | | - 04462C772470356D00591742 /* BMCell.xib */, |
360 | 360 | 04462C782470356D00591742 /* BMCell.m */, |
361 | 361 | ); |
362 | 362 | path = BMCell; |
|
635 | 635 | 04462CAF2470356E00591742 /* BMHeaderView.xib in Resources */, |
636 | 636 | 04462CC72470356E00591742 /* 25.png in Resources */, |
637 | 637 | 04462CCC2470356E00591742 /* 6.png in Resources */, |
| 638 | + 04330126249121DF00202B9E /* BMCell.xib in Resources */, |
638 | 639 | 04462CC62470356E00591742 /* 24.png in Resources */, |
639 | 640 | 04462CC12470356E00591742 /* 23.png in Resources */, |
640 | 641 | 04462CB32470356E00591742 /* 9.png in Resources */, |
641 | 642 | 04462CC22470356E00591742 /* 27.png in Resources */, |
642 | 643 | 04462CC32470356E00591742 /* 26.png in Resources */, |
643 | 644 | 04462CDC247035A700591742 /* UITableViewDynamicLayoutCacheHeight.podspec in Resources */, |
644 | | - 04462CAC2470356E00591742 /* UIFooterView.xib in Resources */, |
645 | 645 | 04462CC92470356E00591742 /* 4.png in Resources */, |
646 | 646 | 04462CCA2470356E00591742 /* 5.png in Resources */, |
647 | 647 | 04462CCB2470356E00591742 /* 7.png in Resources */, |
648 | | - 04462CB02470356E00591742 /* BMCell.xib in Resources */, |
649 | 648 | 04462CC42470356E00591742 /* 18.png in Resources */, |
650 | 649 | 04462CBC2470356E00591742 /* 11.png in Resources */, |
651 | 650 | 04462CC82470356E00591742 /* 19.png in Resources */, |
652 | 651 | 04462CA92470356E00591742 /* BMHomeVC.xib in Resources */, |
653 | 652 | 04462CD72470359600591742 /* LaunchScreen.storyboard in Resources */, |
654 | 653 | 04462CDE247035A700591742 /* LICENSE in Resources */, |
655 | 654 | 04462CB42470356E00591742 /* 14.png in Resources */, |
| 655 | + 04330124249121C300202B9E /* UIFooterView.xib in Resources */, |
656 | 656 | 04462C312470346A00591742 /* Assets.xcassets in Resources */, |
657 | 657 | 04462CB72470356E00591742 /* 15.png in Resources */, |
658 | 658 | 04462CD02470356E00591742 /* data.text in Resources */, |
|
0 commit comments