|
1533 | 1533 | DEF3300C270444070073AE29 /* ShippingLabelSelectedRate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEF3300B270444060073AE29 /* ShippingLabelSelectedRate.swift */; }; |
1534 | 1534 | DEFD6E61264990FB00E51E0D /* SitePluginListViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEFD6E60264990FB00E51E0D /* SitePluginListViewModelTests.swift */; }; |
1535 | 1535 | DEFD6E86264ABFB700E51E0D /* PluginListViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = DEFD6E85264ABFB700E51E0D /* PluginListViewController.xib */; }; |
| 1536 | + E10459C627BBC22E00C1DCBA /* CardPresentConfigurationLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = E10459C527BBC22E00C1DCBA /* CardPresentConfigurationLoader.swift */; }; |
1536 | 1537 | E107FCE126C12B2700BAF51B /* InPersonPaymentsCountryNotSupported.swift in Sources */ = {isa = PBXBuildFile; fileRef = E107FCE026C12B2700BAF51B /* InPersonPaymentsCountryNotSupported.swift */; }; |
1537 | 1538 | E107FCE326C13A0D00BAF51B /* InPersonPaymentsSupportLink.swift in Sources */ = {isa = PBXBuildFile; fileRef = E107FCE226C13A0D00BAF51B /* InPersonPaymentsSupportLink.swift */; }; |
1538 | 1539 | E10BC15E26CC06970064F5E2 /* ScrollableVStack.swift in Sources */ = {isa = PBXBuildFile; fileRef = E10BC15D26CC06970064F5E2 /* ScrollableVStack.swift */; }; |
|
1560 | 1561 | E1BE703A265E6F47006CA4D9 /* CardPresentModalScanningFailed.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1BE7039265E6F47006CA4D9 /* CardPresentModalScanningFailed.swift */; }; |
1561 | 1562 | E1C47209267A1ECC00D06DA1 /* CrashLoggingStack.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1C47208267A1ECC00D06DA1 /* CrashLoggingStack.swift */; }; |
1562 | 1563 | E1C5E78226C2A971008D4C47 /* InPersonPaymentsPluginNotSetup.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1C5E78126C2A971008D4C47 /* InPersonPaymentsPluginNotSetup.swift */; }; |
| 1564 | + E1C6535C27BD1D0A003E87D4 /* CardPresentConfigurationLoaderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1C6535B27BD1D0A003E87D4 /* CardPresentConfigurationLoaderTests.swift */; }; |
1563 | 1565 | E1D4E84426776A6B00256B83 /* HeadlineTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D4E84326776A6A00256B83 /* HeadlineTableViewCell.swift */; }; |
1564 | 1566 | E1D4E84526776AD900256B83 /* HeadlineTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E1D4E84226776A6A00256B83 /* HeadlineTableViewCell.xib */; }; |
1565 | 1567 | E1E125AA26EB42530068A9B0 /* CardPresentModalUpdateProgress.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1E125A926EB42530068A9B0 /* CardPresentModalUpdateProgress.swift */; }; |
|
3179 | 3181 | DEF3300B270444060073AE29 /* ShippingLabelSelectedRate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelSelectedRate.swift; sourceTree = "<group>"; }; |
3180 | 3182 | DEFD6E60264990FB00E51E0D /* SitePluginListViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SitePluginListViewModelTests.swift; sourceTree = "<group>"; }; |
3181 | 3183 | DEFD6E85264ABFB700E51E0D /* PluginListViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PluginListViewController.xib; sourceTree = "<group>"; }; |
| 3184 | + E10459C527BBC22E00C1DCBA /* CardPresentConfigurationLoader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardPresentConfigurationLoader.swift; sourceTree = "<group>"; }; |
3182 | 3185 | E107FCE026C12B2700BAF51B /* InPersonPaymentsCountryNotSupported.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InPersonPaymentsCountryNotSupported.swift; sourceTree = "<group>"; }; |
3183 | 3186 | E107FCE226C13A0D00BAF51B /* InPersonPaymentsSupportLink.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InPersonPaymentsSupportLink.swift; sourceTree = "<group>"; }; |
3184 | 3187 | E10BC15D26CC06970064F5E2 /* ScrollableVStack.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScrollableVStack.swift; sourceTree = "<group>"; }; |
|
3206 | 3209 | E1BE7039265E6F47006CA4D9 /* CardPresentModalScanningFailed.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardPresentModalScanningFailed.swift; sourceTree = "<group>"; }; |
3207 | 3210 | E1C47208267A1ECC00D06DA1 /* CrashLoggingStack.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrashLoggingStack.swift; sourceTree = "<group>"; }; |
3208 | 3211 | E1C5E78126C2A971008D4C47 /* InPersonPaymentsPluginNotSetup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InPersonPaymentsPluginNotSetup.swift; sourceTree = "<group>"; }; |
| 3212 | + E1C6535B27BD1D0A003E87D4 /* CardPresentConfigurationLoaderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardPresentConfigurationLoaderTests.swift; sourceTree = "<group>"; }; |
3209 | 3213 | E1D4E84226776A6A00256B83 /* HeadlineTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HeadlineTableViewCell.xib; sourceTree = "<group>"; }; |
3210 | 3214 | E1D4E84326776A6A00256B83 /* HeadlineTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeadlineTableViewCell.swift; sourceTree = "<group>"; }; |
3211 | 3215 | E1E125A926EB42530068A9B0 /* CardPresentModalUpdateProgress.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardPresentModalUpdateProgress.swift; sourceTree = "<group>"; }; |
|
5704 | 5708 | B53A569521123D27000776C9 /* Tools */ = { |
5705 | 5709 | isa = PBXGroup; |
5706 | 5710 | children = ( |
| 5711 | + E1C6535A27BD1CFC003E87D4 /* In-Person Payments */, |
5707 | 5712 | 029700ED24FE38DE00D242F8 /* InfiniteScroll */, |
5708 | 5713 | 028AFFB42484ED7F00693C09 /* Logging */, |
5709 | 5714 | D8A8C4F22268288F001C72BF /* AddManualCustomTrackingViewModelTests.swift */, |
|
5824 | 5829 | 024A543222BA6DD500F4F38E /* Developer */, |
5825 | 5830 | 02C0CD2823B5BAFB00F880B1 /* ImageService */, |
5826 | 5831 | 029700EA24FE389C00D242F8 /* InfiniteScroll */, |
| 5832 | + E10459C427BBC20C00C1DCBA /* In-Person Payments */, |
5827 | 5833 | B5A03699214C0E7000774E2C /* Logging */, |
5828 | 5834 | B58B4ABC2108F7F800076FDD /* Notices */, |
5829 | 5835 | 45C11B7D2508E99A006C2089 /* Shared Site Settings */, |
|
7440 | 7446 | path = Plugins; |
7441 | 7447 | sourceTree = "<group>"; |
7442 | 7448 | }; |
| 7449 | + E10459C427BBC20C00C1DCBA /* In-Person Payments */ = { |
| 7450 | + isa = PBXGroup; |
| 7451 | + children = ( |
| 7452 | + E10459C527BBC22E00C1DCBA /* CardPresentConfigurationLoader.swift */, |
| 7453 | + ); |
| 7454 | + path = "In-Person Payments"; |
| 7455 | + sourceTree = "<group>"; |
| 7456 | + }; |
7443 | 7457 | E107FCDD26C1295600BAF51B /* Onboarding Errors */ = { |
7444 | 7458 | isa = PBXGroup; |
7445 | 7459 | children = ( |
|
7487 | 7501 | path = "In-Person Payments"; |
7488 | 7502 | sourceTree = "<group>"; |
7489 | 7503 | }; |
| 7504 | + E1C6535A27BD1CFC003E87D4 /* In-Person Payments */ = { |
| 7505 | + isa = PBXGroup; |
| 7506 | + children = ( |
| 7507 | + E1C6535B27BD1D0A003E87D4 /* CardPresentConfigurationLoaderTests.swift */, |
| 7508 | + ); |
| 7509 | + path = "In-Person Payments"; |
| 7510 | + sourceTree = "<group>"; |
| 7511 | + }; |
7490 | 7512 | F4B77A83B2A3D94EA331691B /* Pods */ = { |
7491 | 7513 | isa = PBXGroup; |
7492 | 7514 | children = ( |
|
8616 | 8638 | B541B2172189EED4008FE7C1 /* NSMutableAttributedString+Helpers.swift in Sources */, |
8617 | 8639 | 26F94E2E267A96A000DB6CCF /* ProductAddOnViewModel.swift in Sources */, |
8618 | 8640 | 02A9BCD42737DE0D00159C79 /* JetpackBenefitsView.swift in Sources */, |
| 8641 | + E10459C627BBC22E00C1DCBA /* CardPresentConfigurationLoader.swift in Sources */, |
8619 | 8642 | B586906621A5F4B1001F1EFC /* UINavigationController+Woo.swift in Sources */, |
8620 | 8643 | 45FBDF3A238D3F8B00127F77 /* ExtendedAddProductImageCollectionViewCell.swift in Sources */, |
8621 | 8644 | 02A410F52583A84C005E2925 /* SpacerTableViewCell.swift in Sources */, |
|
9422 | 9445 | 02524A5D252ED5C60033E7BD /* ProductVariationLoadUseCaseTests.swift in Sources */, |
9423 | 9446 | 028AFFB62484EDA000693C09 /* Dictionary+LoggingTests.swift in Sources */, |
9424 | 9447 | 02BC5AA824D2802B00C43326 /* MockProductVariationStoresManager.swift in Sources */, |
| 9448 | + E1C6535C27BD1D0A003E87D4 /* CardPresentConfigurationLoaderTests.swift in Sources */, |
9425 | 9449 | 2688644325D471C700821BA5 /* EditAttributesViewModelTests.swift in Sources */, |
9426 | 9450 | DE001323279A793A00EB0350 /* CouponWooTests.swift in Sources */, |
9427 | 9451 | 45B98E1F25DECC1C00A1232B /* ShippingLabelAddressFormViewModelTests.swift in Sources */, |
|
0 commit comments