|
89 | 89 | 9D010F1718F83940001999EE /* EZRMenuFeedCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D010F1518F83940001999EE /* EZRMenuFeedCell.m */; }; |
90 | 90 | 9D010F1818F83940001999EE /* EZRMenuFeedCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D010F1518F83940001999EE /* EZRMenuFeedCell.m */; }; |
91 | 91 | 9D010F1918F83940001999EE /* EZRMenuFeedCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D010F1518F83940001999EE /* EZRMenuFeedCell.m */; }; |
| 92 | + 9D0602131911970D009A94C0 /* UIView+PlaceholderAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0602121911970D009A94C0 /* UIView+PlaceholderAdditions.m */; }; |
| 93 | + 9D0602141911970D009A94C0 /* UIView+PlaceholderAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0602121911970D009A94C0 /* UIView+PlaceholderAdditions.m */; }; |
| 94 | + 9D0602151911970D009A94C0 /* UIView+PlaceholderAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0602121911970D009A94C0 /* UIView+PlaceholderAdditions.m */; }; |
| 95 | + 9D0602161911970D009A94C0 /* UIView+PlaceholderAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0602121911970D009A94C0 /* UIView+PlaceholderAdditions.m */; }; |
92 | 96 | 9D06C6481901AE190029A233 /* EZRHomeSocialToolbarDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D06C6471901AE190029A233 /* EZRHomeSocialToolbarDataSource.m */; }; |
93 | 97 | 9D06C6491901AE190029A233 /* EZRHomeSocialToolbarDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D06C6471901AE190029A233 /* EZRHomeSocialToolbarDataSource.m */; }; |
94 | 98 | 9D06C64A1901AE190029A233 /* EZRHomeSocialToolbarDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D06C6471901AE190029A233 /* EZRHomeSocialToolbarDataSource.m */; }; |
|
387 | 391 | 9D010F0F18F832C5001999EE /* EZRTestFlightService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZRTestFlightService.m; sourceTree = "<group>"; }; |
388 | 392 | 9D010F1418F8392F001999EE /* EZRMenuFeedCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZRMenuFeedCell.h; sourceTree = "<group>"; }; |
389 | 393 | 9D010F1518F83940001999EE /* EZRMenuFeedCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EZRMenuFeedCell.m; sourceTree = "<group>"; }; |
| 394 | + 9D0602111911970D009A94C0 /* UIView+PlaceholderAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+PlaceholderAdditions.h"; sourceTree = "<group>"; }; |
| 395 | + 9D0602121911970D009A94C0 /* UIView+PlaceholderAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+PlaceholderAdditions.m"; sourceTree = "<group>"; }; |
390 | 396 | 9D06C6461901AE190029A233 /* EZRHomeSocialToolbarDataSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EZRHomeSocialToolbarDataSource.h; path = Home/EZRHomeSocialToolbarDataSource.h; sourceTree = "<group>"; }; |
391 | 397 | 9D06C6471901AE190029A233 /* EZRHomeSocialToolbarDataSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EZRHomeSocialToolbarDataSource.m; path = Home/EZRHomeSocialToolbarDataSource.m; sourceTree = "<group>"; }; |
392 | 398 | 9D16D32618DB57D0001E9C38 /* EZRRegisterRoutesService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EZRRegisterRoutesService.h; sourceTree = "<group>"; }; |
|
619 | 625 | 2751F4D118DA02C100339C96 /* Categories */ = { |
620 | 626 | isa = PBXGroup; |
621 | 627 | children = ( |
| 628 | + 9D0602111911970D009A94C0 /* UIView+PlaceholderAdditions.h */, |
| 629 | + 9D0602121911970D009A94C0 /* UIView+PlaceholderAdditions.m */, |
622 | 630 | 9D010F0818F72F0B001999EE /* NSSet+CSSortingAdditions.h */, |
623 | 631 | 9D010F0918F72F0B001999EE /* NSSet+CSSortingAdditions.m */, |
624 | 632 | 9D5ACFBD18E5C787003CF3E7 /* UIImageView+EZRFeedImageAdditions.h */, |
|
1384 | 1392 | 9D00DE86190816FF00A0C65F /* CLDSocialShareToolbar.m in Sources */, |
1385 | 1393 | 9DFD89F818FC7D9300630CBF /* CSArrayTableViewDataSource.m in Sources */, |
1386 | 1394 | 9D16D33E18DB7767001E9C38 /* EZRFeedUpdateService.m in Sources */, |
| 1395 | + 9D0602151911970D009A94C0 /* UIView+PlaceholderAdditions.m in Sources */, |
1387 | 1396 | 9D9CBAC318DCC52900532F8C /* EZRApplicationStyleService.m in Sources */, |
1388 | 1397 | 9D639E7818E0A52300350B5F /* APIMockRequest.m in Sources */, |
1389 | 1398 | 9D010F1818F83940001999EE /* EZRMenuFeedCell.m in Sources */, |
|
1446 | 1455 | 9D00DE87190816FF00A0C65F /* CLDSocialShareToolbar.m in Sources */, |
1447 | 1456 | 9DFD89F918FC7D9300630CBF /* CSArrayTableViewDataSource.m in Sources */, |
1448 | 1457 | 9D16D33F18DB7767001E9C38 /* EZRFeedUpdateService.m in Sources */, |
| 1458 | + 9D0602161911970D009A94C0 /* UIView+PlaceholderAdditions.m in Sources */, |
1449 | 1459 | 9D9CBAC418DCC52A00532F8C /* EZRApplicationStyleService.m in Sources */, |
1450 | 1460 | 9D639E7918E0A52300350B5F /* APIMockRequest.m in Sources */, |
1451 | 1461 | 9D010F1918F83940001999EE /* EZRMenuFeedCell.m in Sources */, |
|
1534 | 1544 | 9D00DE85190816FF00A0C65F /* CLDSocialShareToolbar.m in Sources */, |
1535 | 1545 | 9DFD89F718FC7D9300630CBF /* CSArrayTableViewDataSource.m in Sources */, |
1536 | 1546 | 9D9CBAC718DCC68A00532F8C /* EZRFeedUpdateService.m in Sources */, |
| 1547 | + 9D0602141911970D009A94C0 /* UIView+PlaceholderAdditions.m in Sources */, |
1537 | 1548 | 9D9CBAC818DCC68A00532F8C /* EZRApplicationStyleService.m in Sources */, |
1538 | 1549 | 9D010F1718F83940001999EE /* EZRMenuFeedCell.m in Sources */, |
1539 | 1550 | 9D9CBAC918DCC68A00532F8C /* Feed.m in Sources */, |
|
1596 | 1607 | 9D00DE84190816F900A0C65F /* CLDSocialShareToolbar.m in Sources */, |
1597 | 1608 | 9DFD89F618FC7D9300630CBF /* CSArrayTableViewDataSource.m in Sources */, |
1598 | 1609 | 9D16D34E18DBA9E9001E9C38 /* APIRouter.m in Sources */, |
| 1610 | + 9D0602131911970D009A94C0 /* UIView+PlaceholderAdditions.m in Sources */, |
1599 | 1611 | 9D16D33D18DB7767001E9C38 /* EZRFeedUpdateService.m in Sources */, |
1600 | 1612 | 9D9CBABF18DC826700532F8C /* EZRApplicationStyleService.m in Sources */, |
1601 | 1613 | 9D010F1618F83940001999EE /* EZRMenuFeedCell.m in Sources */, |
|
0 commit comments