|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 52; |
| 6 | + objectVersion = 54; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 28CC76CC2E963D6700C939B5 /* FilterMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A490A3E111D941C4B30F0BACA6B5E984 /* FilterMenuView.swift */; }; |
10 | 11 | 4E55BE8A29D45FC00044389C /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = 4E55BE8929D45FC00044389C /* Kingfisher */; }; |
11 | 12 | 4EC32AF029D81863003A3BD4 /* WebView in Frameworks */ = {isa = PBXBuildFile; productRef = 4EC32AEF29D81863003A3BD4 /* WebView */; }; |
12 | 13 | 4EC32AF229D818FC003A3BD4 /* WebBrowserView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EC32AF129D818FC003A3BD4 /* WebBrowserView.swift */; }; |
|
168 | 169 | /* End PBXContainerItemProxy section */ |
169 | 170 |
|
170 | 171 | /* Begin PBXFileReference section */ |
| 172 | + A490A3E111D941C4B30F0BACA6B5E984 /* FilterMenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilterMenuView.swift; sourceTree = "<group>"; }; |
171 | 173 | 4EC32AF129D818FC003A3BD4 /* WebBrowserView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebBrowserView.swift; sourceTree = "<group>"; }; |
172 | 174 | 5D02BD5E26909146007B6A1B /* LoadmoreIndicatorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadmoreIndicatorView.swift; sourceTree = "<group>"; }; |
173 | 175 | 5D04BF9626C9FB6E0005F7E3 /* FeedInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedInfo.swift; sourceTree = "<group>"; }; |
|
203 | 205 | 5D2B2B3926FF5DF800446F93 /* AccountInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountInfo.swift; sourceTree = "<group>"; }; |
204 | 206 | 5D2B2B3B26FF754F00446F93 /* Persist.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persist.swift; sourceTree = "<group>"; }; |
205 | 207 | 5D2B2B3D26FF797600446F93 /* AccountState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountState.swift; sourceTree = "<group>"; }; |
206 | | - 5DA0000000000000000001 /* Version.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Version.xcconfig; sourceTree = "<group>"; }; |
207 | 208 | 5D2DD00726FB353C0001C85A /* DefaultReducer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultReducer.swift; sourceTree = "<group>"; }; |
208 | 209 | 5D2DD00926FB443D0001C85A /* GlobalActions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlobalActions.swift; sourceTree = "<group>"; }; |
209 | 210 | 5D368C8726C419D000794B8E /* APIService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIService.swift; sourceTree = "<group>"; }; |
|
263 | 264 | 5D91F8D426F22A6F0089D72E /* TagDetailState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TagDetailState.swift; sourceTree = "<group>"; }; |
264 | 265 | 5D91F8D826F22CEC0089D72E /* TagDetailReducer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TagDetailReducer.swift; sourceTree = "<group>"; }; |
265 | 266 | 5D9D5222269543DA00D80D6B /* TagDetailPage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TagDetailPage.swift; sourceTree = "<group>"; }; |
| 267 | + 5DA0000000000000000001 /* Version.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Version.xcconfig; sourceTree = "<group>"; }; |
266 | 268 | 5DA2AD3426C17EA5007FB1EF /* Store.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Store.swift; sourceTree = "<group>"; }; |
267 | 269 | 5DA2AD3626C17EB9007FB1EF /* AppState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppState.swift; sourceTree = "<group>"; }; |
268 | 270 | 5DA2AD3826C17ECC007FB1EF /* Action.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Action.swift; sourceTree = "<group>"; }; |
|
343 | 345 | /* End PBXFrameworksBuildPhase section */ |
344 | 346 |
|
345 | 347 | /* Begin PBXGroup section */ |
346 | | - 5DA0000000000000000002 /* Config */ = { |
347 | | - isa = PBXGroup; |
348 | | - children = ( |
349 | | - 5DA0000000000000000001 /* Version.xcconfig */, |
350 | | - ); |
351 | | - path = Config; |
352 | | - sourceTree = "<group>"; |
353 | | - }; |
354 | 348 | 5D179BFD2496F6EC00E40E90 /* Widget */ = { |
355 | 349 | isa = PBXGroup; |
356 | 350 | children = ( |
|
513 | 507 | children = ( |
514 | 508 | 5D71DF54247C0FFE00B53ED4 /* FeedPage.swift */, |
515 | 509 | 5D6AAAAE2692036100F42A13 /* FeedItemView.swift */, |
| 510 | + A490A3E111D941C4B30F0BACA6B5E984 /* FilterMenuView.swift */, |
516 | 511 | ); |
517 | 512 | path = Feed; |
518 | 513 | sourceTree = "<group>"; |
|
566 | 561 | path = Reducers; |
567 | 562 | sourceTree = "<group>"; |
568 | 563 | }; |
| 564 | + 5DA0000000000000000002 /* Config */ = { |
| 565 | + isa = PBXGroup; |
| 566 | + children = ( |
| 567 | + 5DA0000000000000000001 /* Version.xcconfig */, |
| 568 | + ); |
| 569 | + path = Config; |
| 570 | + sourceTree = "<group>"; |
| 571 | + }; |
569 | 572 | 5DA2AD3326C17E7F007FB1EF /* State */ = { |
570 | 573 | isa = PBXGroup; |
571 | 574 | children = ( |
|
930 | 933 | 5D74653D2705B97F0020F1F8 /* UpdatableState.swift in Sources */, |
931 | 934 | 5D368C8826C419D000794B8E /* APIService.swift in Sources */, |
932 | 935 | 5D88D5E026C2017E00302265 /* MeReducer.swift in Sources */, |
| 936 | + 28CC76CC2E963D6700C939B5 /* FilterMenuView.swift in Sources */, |
933 | 937 | 5DD4639E26F70CE800A1FBA1 /* LoginPage.swift in Sources */, |
934 | 938 | 5D1D7B8B26FD7FCE008E0C08 /* DailyInfo.swift in Sources */, |
935 | 939 | 5DA2AD4426C18121007FB1EF /* FeedState.swift in Sources */, |
|
0 commit comments