|
3396 | 3396 | F465980B28E66A5B00D5F49A /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F465980628E66A5A00D5F49A /* [email protected] */; }; |
3397 | 3397 | F465980C28E66A5B00D5F49A /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F465980728E66A5B00D5F49A /* [email protected] */; }; |
3398 | 3398 | F478B152292FC1BC00AA8645 /* MigrationAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = F478B151292FC1BC00AA8645 /* MigrationAppearance.swift */; }; |
| 3399 | + F48216CD2931341700EDDD3F /* MigrationSuccessCardView+Jetpack.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48216CC2931341700EDDD3F /* MigrationSuccessCardView+Jetpack.swift */; }; |
| 3400 | + F48216D02931346900EDDD3F /* MigrationSuccessCardView+WordPress.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48216CF2931346900EDDD3F /* MigrationSuccessCardView+WordPress.swift */; }; |
3399 | 3401 | F4BECD1B288EE5220078391A /* SuggestionsViewModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4BECD1A288EE5220078391A /* SuggestionsViewModelType.swift */; }; |
3400 | 3402 | F4BECD1C288EE5220078391A /* SuggestionsViewModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4BECD1A288EE5220078391A /* SuggestionsViewModelType.swift */; }; |
3401 | 3403 | F4CBE3D429258AE1004FFBB6 /* MeHeaderViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4FB0ACC292587D500F651F9 /* MeHeaderViewConfiguration.swift */; }; |
|
8547 | 8549 | F465980628E66A5A00D5F49A /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = " [email protected]"; sourceTree = "<group>"; }; |
8548 | 8550 | F465980728E66A5B00D5F49A /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = " [email protected]"; sourceTree = "<group>"; }; |
8549 | 8551 | F478B151292FC1BC00AA8645 /* MigrationAppearance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MigrationAppearance.swift; sourceTree = "<group>"; }; |
| 8552 | + F48216CC2931341700EDDD3F /* MigrationSuccessCardView+Jetpack.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "MigrationSuccessCardView+Jetpack.swift"; sourceTree = "<group>"; }; |
| 8553 | + F48216CF2931346900EDDD3F /* MigrationSuccessCardView+WordPress.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "MigrationSuccessCardView+WordPress.swift"; sourceTree = "<group>"; }; |
8550 | 8554 | F4BECD1A288EE5220078391A /* SuggestionsViewModelType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SuggestionsViewModelType.swift; sourceTree = "<group>"; }; |
8551 | 8555 | F4CBE3D329258AD6004FFBB6 /* MeHeaderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MeHeaderView.h; sourceTree = "<group>"; }; |
8552 | 8556 | F4CBE3D5292597E3004FFBB6 /* SupportTableViewControllerConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SupportTableViewControllerConfiguration.swift; sourceTree = "<group>"; }; |
|
10798 | 10802 | 3F8B459E29283D3800730FA4 /* Success card */ = { |
10799 | 10803 | isa = PBXGroup; |
10800 | 10804 | children = ( |
| 10805 | + F48216CE2931342D00EDDD3F /* Migration Success Card */, |
10801 | 10806 | F4D8296E2931092800038726 /* Collection View */, |
10802 | 10807 | F4D8296D2931091B00038726 /* Table View */, |
10803 | | - 3F8B45A6292C1A2300730FA4 /* MigrationSuccessCardView.swift */, |
10804 | 10808 | F4D829672931059000038726 /* MigrationSuccessActionHandler.swift */, |
10805 | 10809 | ); |
10806 | 10810 | path = "Success card"; |
|
16551 | 16555 | path = "white-on-pink"; |
16552 | 16556 | sourceTree = "<group>"; |
16553 | 16557 | }; |
| 16558 | + F48216CE2931342D00EDDD3F /* Migration Success Card */ = { |
| 16559 | + isa = PBXGroup; |
| 16560 | + children = ( |
| 16561 | + 3F8B45A6292C1A2300730FA4 /* MigrationSuccessCardView.swift */, |
| 16562 | + F48216CC2931341700EDDD3F /* MigrationSuccessCardView+Jetpack.swift */, |
| 16563 | + F48216CF2931346900EDDD3F /* MigrationSuccessCardView+WordPress.swift */, |
| 16564 | + ); |
| 16565 | + path = "Migration Success Card"; |
| 16566 | + sourceTree = "<group>"; |
| 16567 | + }; |
16554 | 16568 | F4D829602930E9DD00038726 /* Delete WordPress */ = { |
16555 | 16569 | isa = PBXGroup; |
16556 | 16570 | children = ( |
|
20470 | 20484 | FA73D7E927987BA500DF24B3 /* SitePickerViewController+SiteIcon.swift in Sources */, |
20471 | 20485 | E125445612BF5B3900D87A0A /* PostCategory.m in Sources */, |
20472 | 20486 | 08C388661ED7705E0057BE49 /* MediaAssetExporter.swift in Sources */, |
| 20487 | + F48216D02931346900EDDD3F /* MigrationSuccessCardView+WordPress.swift in Sources */, |
20473 | 20488 | E6C892D61C601D55007AD612 /* SharingButtonsViewController.swift in Sources */, |
20474 | 20489 | F115308121B17E66002F1D65 /* EditorFactory.swift in Sources */, |
20475 | 20490 | 982DDF92263238A6002B3904 /* LikeUser+CoreDataProperties.swift in Sources */, |
|
23237 | 23252 | FABB23382602FC2C00C8785C /* WordPress-22-23.xcmappingmodel in Sources */, |
23238 | 23253 | FABB23392602FC2C00C8785C /* CountriesMap.swift in Sources */, |
23239 | 23254 | 98BC522527F6245700D6E8C2 /* BloggingPromptsFeatureIntroduction.swift in Sources */, |
| 23255 | + F48216CD2931341700EDDD3F /* MigrationSuccessCardView+Jetpack.swift in Sources */, |
23240 | 23256 | FABB233A2602FC2C00C8785C /* RevisionsNavigationController.swift in Sources */, |
23241 | 23257 | FE3D058426C419C7002A51B0 /* ShareAppContentPresenter+TableView.swift in Sources */, |
23242 | 23258 | FABB233B2602FC2C00C8785C /* AnnualAndMostPopularTimeStatsRecordValue+CoreDataClass.swift in Sources */, |
|
0 commit comments