Skip to content

Commit 87b2fd3

Browse files
author
Michael Beattie
committed
[#67767620] Allow new cell to be used is multiple envs
1 parent 8c6f6bf commit 87b2fd3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

EasyReader.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
0D9A835A18E0AA4300D8376E /* CSSearchFeedCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D7987A418DB6AF4004440C3 /* CSSearchFeedCell.m */; };
2626
0D9A835B18E0AA4400D8376E /* CSSearchFeedCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D7987A418DB6AF4004440C3 /* CSSearchFeedCell.m */; };
2727
0D9A835E18E0C82200D8376E /* EZRCustomFeedCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D9A835D18E0C82200D8376E /* EZRCustomFeedCell.m */; };
28+
0D9A835F18E0CE4F00D8376E /* EZRCustomFeedCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D9A835D18E0C82200D8376E /* EZRCustomFeedCell.m */; };
29+
0D9A836018E0CE4F00D8376E /* EZRCustomFeedCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D9A835D18E0C82200D8376E /* EZRCustomFeedCell.m */; };
30+
0D9A836118E0CE5000D8376E /* EZRCustomFeedCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D9A835D18E0C82200D8376E /* EZRCustomFeedCell.m */; };
2831
0DE51FF418CF911000454E51 /* FeedItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE51FF018CF911000454E51 /* FeedItem.m */; };
2932
0DE51FF518CF911000454E51 /* User.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE51FF218CF911000454E51 /* User.m */; };
3033
0DE51FF818CF919900454E51 /* Feed.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DE51FF718CF919900454E51 /* Feed.m */; };
@@ -1326,6 +1329,7 @@
13261329
files = (
13271330
9D16D33E18DB7767001E9C38 /* CSFeedUpdateService.m in Sources */,
13281331
9D9CBAC318DCC52900532F8C /* CSApplicationStyleService.m in Sources */,
1332+
0D9A836018E0CE4F00D8376E /* EZRCustomFeedCell.m in Sources */,
13291333
9D79270A18DA1D0300E1D3E1 /* Feed.m in Sources */,
13301334
9D79270B18DA1D0300E1D3E1 /* CSAppDelegate.m in Sources */,
13311335
9D79270C18DA1D0300E1D3E1 /* main.m in Sources */,
@@ -1367,6 +1371,7 @@
13671371
files = (
13681372
9D16D33F18DB7767001E9C38 /* CSFeedUpdateService.m in Sources */,
13691373
9D9CBAC418DCC52A00532F8C /* CSApplicationStyleService.m in Sources */,
1374+
0D9A836118E0CE5000D8376E /* EZRCustomFeedCell.m in Sources */,
13701375
9D79274E18DA1D3800E1D3E1 /* Feed.m in Sources */,
13711376
9D79274F18DA1D3800E1D3E1 /* CSAppDelegate.m in Sources */,
13721377
9D79275018DA1D3800E1D3E1 /* main.m in Sources */,
@@ -1417,6 +1422,7 @@
14171422
files = (
14181423
9D9CBAC718DCC68A00532F8C /* CSFeedUpdateService.m in Sources */,
14191424
9D9CBAC818DCC68A00532F8C /* CSApplicationStyleService.m in Sources */,
1425+
0D9A835F18E0CE4F00D8376E /* EZRCustomFeedCell.m in Sources */,
14201426
9D9CBAC918DCC68A00532F8C /* Feed.m in Sources */,
14211427
9D9CBACA18DCC68A00532F8C /* CSAppDelegate.m in Sources */,
14221428
9D9CBACB18DCC68A00532F8C /* main.m in Sources */,

0 commit comments

Comments
 (0)