|
583 | 583 | 6059151C2E1590D90030BB90 /* onboarding-flow-welcome-es.json in Resources */ = {isa = PBXBuildFile; fileRef = 605914F22E1590D90030BB90 /* onboarding-flow-welcome-es.json */; }; |
584 | 584 | 6059151E2E15913A0030BB90 /* LocalizedLottieFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6059151D2E15913A0030BB90 /* LocalizedLottieFile.swift */; }; |
585 | 585 | 605915212E15914C0030BB90 /* LocalizedLottieFileTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6059151F2E15914C0030BB90 /* LocalizedLottieFileTests.swift */; }; |
| 586 | + 6061009A2E71F6EB008CA69B /* AsyncApolloClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 606100992E71F6EB008CA69B /* AsyncApolloClient.swift */; }; |
| 587 | + 606100B72E7211B0008CA69B /* AsyncApolloClientTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 606100B52E7211B0008CA69B /* AsyncApolloClientTests.swift */; }; |
586 | 588 | 606754BD28CF91D60033CD5E /* FacebookCore in Frameworks */ = {isa = PBXBuildFile; productRef = 606754BC28CF91D60033CD5E /* FacebookCore */; }; |
587 | 589 | 606754BF28CF91DD0033CD5E /* FacebookLogin in Frameworks */ = {isa = PBXBuildFile; productRef = 606754BE28CF91DD0033CD5E /* FacebookLogin */; }; |
588 | 590 | 6067BCE9293E49AC0036ABB1 /* FacebookResetPasswordViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6067BCE7293E48140036ABB1 /* FacebookResetPasswordViewController.swift */; }; |
|
652 | 654 | 60F03AC12D8AFCE300DB6C01 /* SimilarProjectsCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60F03AC02D8AFCE300DB6C01 /* SimilarProjectsCollectionViewCell.swift */; }; |
653 | 655 | 60F03AC42D8AFD6100DB6C01 /* SimilarProjectsCollectionViewDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60F03AC32D8AFD6100DB6C01 /* SimilarProjectsCollectionViewDataSource.swift */; }; |
654 | 656 | 60F03AC62D8B0C1600DB6C01 /* SimilarProjectsLoadingCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60F03AC52D8B0C1600DB6C01 /* SimilarProjectsLoadingCollectionViewCell.swift */; }; |
| 657 | + 60F7FAB32E7323CB004B3177 /* MockApolloClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60F7FAB12E7323CB004B3177 /* MockApolloClient.swift */; }; |
655 | 658 | 701160D4291ECB9F0095BF24 /* LoadingBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 701160D2291ECB250095BF24 /* LoadingBarButtonItem.swift */; }; |
656 | 659 | 70495690299D53ED00B273DF /* SnapshotTesting in Frameworks */ = {isa = PBXBuildFile; productRef = 7049568F299D53ED00B273DF /* SnapshotTesting */; }; |
657 | 660 | 7061848B29BE4CD8008F9941 /* MessageBannerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7061848829BE4C11008F9941 /* MessageBannerView.swift */; }; |
|
2360 | 2363 | 605914F42E1590D90030BB90 /* onboarding-flow-welcome-ja.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "onboarding-flow-welcome-ja.json"; sourceTree = "<group>"; }; |
2361 | 2364 | 6059151D2E15913A0030BB90 /* LocalizedLottieFile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalizedLottieFile.swift; sourceTree = "<group>"; }; |
2362 | 2365 | 6059151F2E15914C0030BB90 /* LocalizedLottieFileTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalizedLottieFileTests.swift; sourceTree = "<group>"; }; |
| 2366 | + 606100992E71F6EB008CA69B /* AsyncApolloClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsyncApolloClient.swift; sourceTree = "<group>"; }; |
| 2367 | + 606100B52E7211B0008CA69B /* AsyncApolloClientTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsyncApolloClientTests.swift; sourceTree = "<group>"; }; |
2363 | 2368 | 6067BCE7293E48140036ABB1 /* FacebookResetPasswordViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FacebookResetPasswordViewController.swift; sourceTree = "<group>"; }; |
2364 | 2369 | 6067BCEA293E49CB0036ABB1 /* FacebookResetPasswordViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FacebookResetPasswordViewModel.swift; sourceTree = "<group>"; }; |
2365 | 2370 | 6067BCEF293FC10E0036ABB1 /* FacebookResetPasswordViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FacebookResetPasswordViewModelTests.swift; sourceTree = "<group>"; }; |
|
2402 | 2407 | 60F03AC02D8AFCE300DB6C01 /* SimilarProjectsCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimilarProjectsCollectionViewCell.swift; sourceTree = "<group>"; }; |
2403 | 2408 | 60F03AC32D8AFD6100DB6C01 /* SimilarProjectsCollectionViewDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimilarProjectsCollectionViewDataSource.swift; sourceTree = "<group>"; }; |
2404 | 2409 | 60F03AC52D8B0C1600DB6C01 /* SimilarProjectsLoadingCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimilarProjectsLoadingCollectionViewCell.swift; sourceTree = "<group>"; }; |
| 2410 | + 60F7FAB12E7323CB004B3177 /* MockApolloClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockApolloClient.swift; sourceTree = "<group>"; }; |
2405 | 2411 | 701160D2291ECB250095BF24 /* LoadingBarButtonItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingBarButtonItem.swift; sourceTree = "<group>"; }; |
2406 | 2412 | 7061848829BE4C11008F9941 /* MessageBannerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageBannerView.swift; sourceTree = "<group>"; }; |
2407 | 2413 | 7061848C29BE577B008F9941 /* MessageBannerViewViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageBannerViewViewModel.swift; sourceTree = "<group>"; }; |
|
7201 | 7207 | isa = PBXGroup; |
7202 | 7208 | children = ( |
7203 | 7209 | D01587531EEB2DE4006E7684 /* Info.plist */, |
| 7210 | + 606100992E71F6EB008CA69B /* AsyncApolloClient.swift */, |
| 7211 | + 606100B52E7211B0008CA69B /* AsyncApolloClientTests.swift */, |
| 7212 | + 60F7FAB12E7323CB004B3177 /* MockApolloClient.swift */, |
7204 | 7213 | D08CD1BF21910C97009F89F0 /* GraphIDBridging.swift */, |
7205 | 7214 | 775DFA9C215E758400620CED /* GraphMutation.swift */, |
7206 | 7215 | D67F29351F68333800E399A6 /* GraphSchema.swift */, |
|
9614 | 9623 | D0158A191EEB30A2006E7684 /* MessageThreadTemplates.swift in Sources */, |
9615 | 9624 | D01588AF1EEB2ED7006E7684 /* Project.VideoLenses.swift in Sources */, |
9616 | 9625 | D0158A091EEB30A2006E7684 /* ActivityTemplates.swift in Sources */, |
| 9626 | + 6061009A2E71F6EB008CA69B /* AsyncApolloClient.swift in Sources */, |
9617 | 9627 | 8A1557152693B28300017845 /* User+UserFragment.swift in Sources */, |
9618 | 9628 | 8AC3E0AC2698EFAA00168BF8 /* Project+FetchAddOnsQueryData.swift in Sources */, |
9619 | 9629 | D01589811EEB2ED7006E7684 /* Update.swift in Sources */, |
|
9906 | 9916 | 20A0938A2666578D00DEC258 /* CommentTests.swift in Sources */, |
9907 | 9917 | E10BE8E72B151D2700F73DC9 /* BlockUserInputTests.swift in Sources */, |
9908 | 9918 | 77272D382370AB8E003B7A9C /* BackingPaymentSourceTests.swift in Sources */, |
| 9919 | + 60F7FAB32E7323CB004B3177 /* MockApolloClient.swift in Sources */, |
9909 | 9920 | 8A15574326951A4B00017845 /* Backing+BackingFragmentTests.swift in Sources */, |
9910 | 9921 | 0665C74B26E930BC00A0EDA1 /* FetchProjectQueryTemplate.swift in Sources */, |
9911 | 9922 | 06D23BBF26F2484500F76122 /* Project+FetchProjectFriendsQueryDataTests.swift in Sources */, |
|
9962 | 9973 | E1A149272ACE063400F49709 /* FetchBackerProjectsQueryDataTemplate.swift in Sources */, |
9963 | 9974 | 194154D328D928C9004648C8 /* CreatePaymentSourceSetupIntentInputTests.swift in Sources */, |
9964 | 9975 | 8AF34C762342D1D2000B211D /* UpdateBackingInputTests.swift in Sources */, |
| 9976 | + 606100B72E7211B0008CA69B /* AsyncApolloClientTests.swift in Sources */, |
9965 | 9977 | 33AA26DF2E3B146C002DBD60 /* UserMocks.swift in Sources */, |
9966 | 9978 | D0D10C191EEB4550005EBAD0 /* RewardTests.swift in Sources */, |
9967 | 9979 | D0D10C101EEB4550005EBAD0 /* MessageTests.swift in Sources */, |
|
0 commit comments