|
28 | 28 | 84780DD121537F7A002C78CD /* StrayTopicParser+Kanna.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84780DD021537F7A002C78CD /* StrayTopicParser+Kanna.swift */; };
|
29 | 29 | 84780DD52153E0C3002C78CD /* StrayAvatar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84780DD42153E0C3002C78CD /* StrayAvatar.swift */; };
|
30 | 30 | 84780DD72153E263002C78CD /* Avatar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84780DD62153E263002C78CD /* Avatar.swift */; };
|
| 31 | + 84780DDE2155DF4A002C78CD /* StrayContribution.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84780DDD2155DF4A002C78CD /* StrayContribution.swift */; }; |
| 32 | + 84780DE02155E8F8002C78CD /* StrayContributionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84780DDF2155E8F7002C78CD /* StrayContributionModel.swift */; }; |
| 33 | + 84780DE22155EA8D002C78CD /* StrayContributionParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84780DE12155EA8D002C78CD /* StrayContributionParser.swift */; }; |
| 34 | + 84780DE42155F6F7002C78CD /* Contribution.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84780DE32155F6F7002C78CD /* Contribution.swift */; }; |
31 | 35 | 84F1FDE92152AE68009FD94F /* Topic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F1FDE82152AE68009FD94F /* Topic.swift */; };
|
32 | 36 | 8FE979E9F434373576CA6D07 /* Pods_StraycatSample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9557A6254E3345A67BF8E96 /* Pods_StraycatSample.framework */; };
|
33 | 37 | BC4C8AA81F69534B032CB3C7 /* Pods_Straycat.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E47102B8719AC2D321F1A75 /* Pods_Straycat.framework */; };
|
|
112 | 116 | 84780DD021537F7A002C78CD /* StrayTopicParser+Kanna.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "StrayTopicParser+Kanna.swift"; sourceTree = "<group>"; };
|
113 | 117 | 84780DD42153E0C3002C78CD /* StrayAvatar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StrayAvatar.swift; sourceTree = "<group>"; };
|
114 | 118 | 84780DD62153E263002C78CD /* Avatar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Avatar.swift; sourceTree = "<group>"; };
|
| 119 | + 84780DDD2155DF4A002C78CD /* StrayContribution.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StrayContribution.swift; sourceTree = "<group>"; }; |
| 120 | + 84780DDF2155E8F7002C78CD /* StrayContributionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StrayContributionModel.swift; sourceTree = "<group>"; }; |
| 121 | + 84780DE12155EA8D002C78CD /* StrayContributionParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StrayContributionParser.swift; sourceTree = "<group>"; }; |
| 122 | + 84780DE32155F6F7002C78CD /* Contribution.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Contribution.swift; sourceTree = "<group>"; }; |
115 | 123 | 84F1FDE82152AE68009FD94F /* Topic.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Topic.swift; sourceTree = "<group>"; };
|
116 | 124 | 95381D6A21E8EEC40423BF2A /* Pods_StraycatTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_StraycatTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
117 | 125 | A236293180633D5513C144D4 /* Pods-StraycatTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StraycatTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-StraycatTests/Pods-StraycatTests.release.xcconfig"; sourceTree = "<group>"; };
|
|
214 | 222 | 8428A827213840E0000798B6 /* Trending.swift */,
|
215 | 223 | 84F1FDE82152AE68009FD94F /* Topic.swift */,
|
216 | 224 | 84780DD62153E263002C78CD /* Avatar.swift */,
|
| 225 | + 84780DE32155F6F7002C78CD /* Contribution.swift */, |
217 | 226 | 75D0F3C1205B77B2004D313D /* Info.plist */,
|
218 | 227 | );
|
219 | 228 | path = StraycatTests;
|
|
233 | 242 | children = (
|
234 | 243 | 75D0F3CD205B78F1004D313D /* StrayTrendingModel.swift */,
|
235 | 244 | D50B87E820F6DF51007FB840 /* StrayAnalysisModel.swift */,
|
| 245 | + 84780DDF2155E8F7002C78CD /* StrayContributionModel.swift */, |
236 | 246 | );
|
237 | 247 | path = Model;
|
238 | 248 | sourceTree = "<group>";
|
|
297 | 307 | 84780DD32153E082002C78CD /* Module */ = {
|
298 | 308 | isa = PBXGroup;
|
299 | 309 | children = (
|
| 310 | + 84780DDC2155DF26002C78CD /* Contribution */, |
300 | 311 | 84780DD22153DEB0002C78CD /* Avatar */,
|
301 | 312 | D5D7973020ED9A5D00C2A9C3 /* Search */,
|
302 | 313 | 84F1FDE72152AC80009FD94F /* Topic */,
|
|
306 | 317 | path = Module;
|
307 | 318 | sourceTree = "<group>";
|
308 | 319 | };
|
| 320 | + 84780DDC2155DF26002C78CD /* Contribution */ = { |
| 321 | + isa = PBXGroup; |
| 322 | + children = ( |
| 323 | + 84780DDD2155DF4A002C78CD /* StrayContribution.swift */, |
| 324 | + 84780DE12155EA8D002C78CD /* StrayContributionParser.swift */, |
| 325 | + ); |
| 326 | + path = Contribution; |
| 327 | + sourceTree = "<group>"; |
| 328 | + }; |
309 | 329 | 84F1FDE72152AC80009FD94F /* Topic */ = {
|
310 | 330 | isa = PBXGroup;
|
311 | 331 | children = (
|
|
719 | 739 | files = (
|
720 | 740 | 84780DCF21537EAC002C78CD /* StrayTopicParser.swift in Sources */,
|
721 | 741 | D51B5549205C2262005F1DF0 /* StrayParser.swift in Sources */,
|
| 742 | + 84780DE22155EA8D002C78CD /* StrayContributionParser.swift in Sources */, |
722 | 743 | 84780DCC215340F2002C78CD /* StrayTopic.swift in Sources */,
|
723 | 744 | 7576B36720688B2500FCD9A6 /* StrayTrendingParser+Kanna.swift in Sources */,
|
724 | 745 | 75D0F3D1205B7987004D313D /* StrayTrending.swift in Sources */,
|
| 746 | + 84780DE02155E8F8002C78CD /* StrayContributionModel.swift in Sources */, |
725 | 747 | 75C8182E20A07AD90018A610 /* Array+Safe.swift in Sources */,
|
726 | 748 | 75D0F3CE205B78F1004D313D /* StrayTrendingModel.swift in Sources */,
|
727 | 749 | D5D7973320ED9A8C00C2A9C3 /* StraySearch.swift in Sources */,
|
| 750 | + 84780DDE2155DF4A002C78CD /* StrayContribution.swift in Sources */, |
728 | 751 | D5D7973B20F57CBA00C2A9C3 /* StrayAnalysis.swift in Sources */,
|
729 | 752 | D50B87E920F6DF51007FB840 /* StrayAnalysisModel.swift in Sources */,
|
730 | 753 | 84780DD121537F7A002C78CD /* StrayTopicParser+Kanna.swift in Sources */,
|
|
742 | 765 | 84F1FDE92152AE68009FD94F /* Topic.swift in Sources */,
|
743 | 766 | 84780DD72153E263002C78CD /* Avatar.swift in Sources */,
|
744 | 767 | 75D0F3C0205B77B2004D313D /* StraycatTests.swift in Sources */,
|
| 768 | + 84780DE42155F6F7002C78CD /* Contribution.swift in Sources */, |
745 | 769 | );
|
746 | 770 | runOnlyForDeploymentPostprocessing = 0;
|
747 | 771 | };
|
|
0 commit comments