|
158 | 158 | 5C0D1B932954D0EF3F3A679F /* ManualEntryButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BDADF560DB0B1ED175EF50 /* ManualEntryButton.swift */; };
|
159 | 159 | 5E00512CDFBC1C93781E20AB /* PaymentSheetLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DBDEE23A856CE8D3B49861 /* PaymentSheetLoader.swift */; };
|
160 | 160 | 6103F2BC2BE45990002D67F8 /* SavedPaymentMethodManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6103F2BB2BE45990002D67F8 /* SavedPaymentMethodManager.swift */; };
|
| 161 | + 6107F5462D4C389800905BD8 /* EmbeddedViewRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6107F5452D4C389800905BD8 /* EmbeddedViewRepresentable.swift */; }; |
161 | 162 | 610EAAF02C0F5D9400124AB2 /* FormHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 610EAAEF2C0F5D9400124AB2 /* FormHeaderView.swift */; };
|
162 | 163 | 6117D7122CB065E7005C4EC1 /* MandateTextProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6117D7112CB065E7005C4EC1 /* MandateTextProvider.swift */; };
|
163 | 164 | 6123E94D2D4A84800088FBE8 /* EmbeddedPaymentElement+SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6123E94C2D4A84800088FBE8 /* EmbeddedPaymentElement+SwiftUI.swift */; };
|
|
174 | 175 | 619AF0852BF56C5E00D1C981 /* PaymentMethodRowButtonSnapshotTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 619AF0842BF56C5E00D1C981 /* PaymentMethodRowButtonSnapshotTests.swift */; };
|
175 | 176 | 619AF08A2BF56FC000D1C981 /* VerticalSavedPaymentMethodsViewControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 619AF0882BF56F9100D1C981 /* VerticalSavedPaymentMethodsViewControllerTests.swift */; };
|
176 | 177 | 61A799522CC2053500D7DFFA /* EmbeddedFormViewControllerSnapshotTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61A799512CC2053500D7DFFA /* EmbeddedFormViewControllerSnapshotTests.swift */; };
|
| 178 | + 61B2530F2D4D5FC5008CFC96 /* EmbeddedViewRepresentableSnapshotTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61B2530E2D4D5FC5008CFC96 /* EmbeddedViewRepresentableSnapshotTest.swift */; }; |
177 | 179 | 61C0D3B8C63EB4558AB74A7E /* StripePayments.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A1C7CFA5C9C1A8A73CFA1C0 /* StripePayments.framework */; };
|
178 | 180 | 61C87E1B2CB818ED001B7DA9 /* CardBrandFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61C87E1A2CB818ED001B7DA9 /* CardBrandFilter.swift */; };
|
179 | 181 | 61C87E1E2CB81FAD001B7DA9 /* CardBrandFilterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61C87E1C2CB81F9B001B7DA9 /* CardBrandFilterTests.swift */; };
|
|
586 | 588 | 5FD715F32B61017198E9F952 /* BottomSheetTransitioningDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomSheetTransitioningDelegate.swift; sourceTree = "<group>"; };
|
587 | 589 | 6103F2BB2BE45990002D67F8 /* SavedPaymentMethodManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SavedPaymentMethodManager.swift; sourceTree = "<group>"; };
|
588 | 590 | 6103F2BD2BE53737002D67F8 /* SavedPaymentMethodManagerTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SavedPaymentMethodManagerTest.swift; sourceTree = "<group>"; };
|
| 591 | + 6107F5452D4C389800905BD8 /* EmbeddedViewRepresentable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmbeddedViewRepresentable.swift; sourceTree = "<group>"; }; |
589 | 592 | 610EAAEF2C0F5D9400124AB2 /* FormHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FormHeaderView.swift; sourceTree = "<group>"; };
|
590 | 593 | 6117D7112CB065E7005C4EC1 /* MandateTextProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MandateTextProvider.swift; sourceTree = "<group>"; };
|
591 | 594 | 6123E94C2D4A84800088FBE8 /* EmbeddedPaymentElement+SwiftUI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EmbeddedPaymentElement+SwiftUI.swift"; sourceTree = "<group>"; };
|
|
604 | 607 | 619AF0842BF56C5E00D1C981 /* PaymentMethodRowButtonSnapshotTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaymentMethodRowButtonSnapshotTests.swift; sourceTree = "<group>"; };
|
605 | 608 | 619AF0882BF56F9100D1C981 /* VerticalSavedPaymentMethodsViewControllerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VerticalSavedPaymentMethodsViewControllerTests.swift; sourceTree = "<group>"; };
|
606 | 609 | 61A799512CC2053500D7DFFA /* EmbeddedFormViewControllerSnapshotTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmbeddedFormViewControllerSnapshotTests.swift; sourceTree = "<group>"; };
|
| 610 | + 61B2530E2D4D5FC5008CFC96 /* EmbeddedViewRepresentableSnapshotTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmbeddedViewRepresentableSnapshotTest.swift; sourceTree = "<group>"; }; |
607 | 611 | 61C87E1A2CB818ED001B7DA9 /* CardBrandFilter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardBrandFilter.swift; sourceTree = "<group>"; };
|
608 | 612 | 61C87E1C2CB81F9B001B7DA9 /* CardBrandFilterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardBrandFilterTests.swift; sourceTree = "<group>"; };
|
609 | 613 | 61CBE6652BED9749005F7FEB /* VerticalSavedPaymentMethodsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerticalSavedPaymentMethodsViewController.swift; sourceTree = "<group>"; };
|
|
1139 | 1143 | children = (
|
1140 | 1144 | B615E8702CA4CBEE007D684C /* EmbeddedPaymentElement.swift */,
|
1141 | 1145 | 6123E94C2D4A84800088FBE8 /* EmbeddedPaymentElement+SwiftUI.swift */,
|
| 1146 | + 6107F5452D4C389800905BD8 /* EmbeddedViewRepresentable.swift */, |
1142 | 1147 | 615C2C4F2CBDBA61003F0173 /* EmbeddedFormViewController.swift */,
|
1143 | 1148 | B6CACC9D2CB8B8E800682ECE /* EmbeddedPaymentElement+Internal.swift */,
|
1144 | 1149 | B615E8722CA4CC04007D684C /* EmbeddedPaymentElementConfiguration.swift */,
|
|
1675 | 1680 | B63DC6792CC06AC80011C27E /* EmbeddedPaymentElementSnapshotTests.swift */,
|
1676 | 1681 | 61FB6BCC2C8901B200F8E074 /* EmbeddedPaymentMethodsViewSnapshotTests.swift */,
|
1677 | 1682 | 61A799512CC2053500D7DFFA /* EmbeddedFormViewControllerSnapshotTests.swift */,
|
| 1683 | + 61B2530E2D4D5FC5008CFC96 /* EmbeddedViewRepresentableSnapshotTest.swift */, |
1678 | 1684 | 614068E12CB0BF10003D2F12 /* EmbeddedPaymentMethodsViewTests.swift */,
|
1679 | 1685 | 64C8F350CDB5A29F62E86592 /* FlowControllerStateTests.swift */,
|
1680 | 1686 | 61D842902CB06047009D2D51 /* FormMandateProviderTests.swift */,
|
|
1993 | 1999 | 31CC9B7F2CB5F69600E84A38 /* LinkPopupURLParserTests.swift in Sources */,
|
1994 | 2000 | 31CC9B802CB5F69600E84A38 /* LinkToastSnapshotTests.swift in Sources */,
|
1995 | 2001 | 31CC9B812CB5F69600E84A38 /* LinkInstantDebitMandateViewSnapshotTests.swift in Sources */,
|
| 2002 | + 61B2530F2D4D5FC5008CFC96 /* EmbeddedViewRepresentableSnapshotTest.swift in Sources */, |
1996 | 2003 | 31CC9B822CB5F69600E84A38 /* LinkURLGeneratorTests.swift in Sources */,
|
1997 | 2004 | 31CC9B852CB5F69600E84A38 /* LinkBadgeViewSnapshotTest.swift in Sources */,
|
1998 | 2005 | CB225E962CEF80DC00054262 /* PaymentMethodTypeCollectionViewCellSnapshotTests.swift in Sources */,
|
|
2225 | 2232 | 2CE83364A23B4E3BAFD447CA /* WalletHeaderView.swift in Sources */,
|
2226 | 2233 | 99B171DC60405D4822819E0E /* PaymentMethodType.swift in Sources */,
|
2227 | 2234 | F29DF2AD08718147C299D2C3 /* PaymentOption+Images.swift in Sources */,
|
| 2235 | + 6107F5462D4C389800905BD8 /* EmbeddedViewRepresentable.swift in Sources */, |
2228 | 2236 | 820C3EDE61ADBFE4DA1E9A98 /* PaymentSheet+API.swift in Sources */,
|
2229 | 2237 | 294AE0A8838786ACABE6BCF2 /* PaymentSheet+DeferredAPI.swift in Sources */,
|
2230 | 2238 | 1B03C54F5F988C552487C564 /* PaymentSheet+PaymentMethodAvailability.swift in Sources */,
|
|
0 commit comments