|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 1001E2C12CFFC72E0023A03C /* PayPalPaymentState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1001E2C02CFFC72E0023A03C /* PayPalPaymentState.swift */; }; |
| 11 | + 1001E2C52CFFD2800023A03C /* PayPalApprovalResultView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1001E2C42CFFD2800023A03C /* PayPalApprovalResultView.swift */; }; |
| 12 | + 1001E2C72CFFD2A30023A03C /* PayPalOrderCompletionResultView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1001E2C62CFFD2A20023A03C /* PayPalOrderCompletionResultView.swift */; }; |
10 | 13 | 3B20273D2A89E3F00007907E /* CreateSetupTokenView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B20273C2A89E3F00007907E /* CreateSetupTokenView.swift */; };
|
11 | 14 | 3B20273F2A89F24E0007907E /* CardVaultViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B20273E2A89F24E0007907E /* CardVaultViewModel.swift */; };
|
12 | 15 | 3B2027412A8A72050007907E /* VaultState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2027402A8A72050007907E /* VaultState.swift */; };
|
|
67 | 70 | BE1766B326F911A2007EF438 /* URLResponseError.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE1766B226F911A2007EF438 /* URLResponseError.swift */; };
|
68 | 71 | BE1766D926FA7BC8007EF438 /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BE1766D826FA7BC8007EF438 /* Settings.bundle */; };
|
69 | 72 | BE5898952B2B91F800AA196E /* LabelViewText.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE5898942B2B91F800AA196E /* LabelViewText.swift */; };
|
70 |
| - BE8117642B07E778009867B9 /* PayPalWebResultView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE8117632B07E778009867B9 /* PayPalWebResultView.swift */; }; |
| 73 | + BE8117642B07E778009867B9 /* PayPalOrderCreateResultView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE8117632B07E778009867B9 /* PayPalOrderCreateResultView.swift */; }; |
71 | 74 | BE8117682B080472009867B9 /* CurrentState.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE8117672B080472009867B9 /* CurrentState.swift */; };
|
72 | 75 | BE9F36D82745490400AFC7DA /* FloatingLabelTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9F36D72745490400AFC7DA /* FloatingLabelTextField.swift */; };
|
73 | 76 | BECD84A027036DC2007CCAE4 /* Environment.swift in Sources */ = {isa = PBXBuildFile; fileRef = BECD849F27036DC2007CCAE4 /* Environment.swift */; };
|
|
118 | 121 | /* End PBXCopyFilesBuildPhase section */
|
119 | 122 |
|
120 | 123 | /* Begin PBXFileReference section */
|
| 124 | + 1001E2C02CFFC72E0023A03C /* PayPalPaymentState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PayPalPaymentState.swift; sourceTree = "<group>"; }; |
| 125 | + 1001E2C42CFFD2800023A03C /* PayPalApprovalResultView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PayPalApprovalResultView.swift; sourceTree = "<group>"; }; |
| 126 | + 1001E2C62CFFD2A20023A03C /* PayPalOrderCompletionResultView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PayPalOrderCompletionResultView.swift; sourceTree = "<group>"; }; |
121 | 127 | 3B20273C2A89E3F00007907E /* CreateSetupTokenView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateSetupTokenView.swift; sourceTree = "<group>"; };
|
122 | 128 | 3B20273E2A89F24E0007907E /* CardVaultViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardVaultViewModel.swift; sourceTree = "<group>"; };
|
123 | 129 | 3B2027402A8A72050007907E /* VaultState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VaultState.swift; sourceTree = "<group>"; };
|
|
186 | 192 | BE1766D826FA7BC8007EF438 /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; };
|
187 | 193 | BE420F3628189A7A00D8D66A /* PayPalUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PayPalUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
188 | 194 | BE5898942B2B91F800AA196E /* LabelViewText.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LabelViewText.swift; sourceTree = "<group>"; };
|
189 |
| - BE8117632B07E778009867B9 /* PayPalWebResultView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PayPalWebResultView.swift; sourceTree = "<group>"; }; |
| 195 | + BE8117632B07E778009867B9 /* PayPalOrderCreateResultView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PayPalOrderCreateResultView.swift; sourceTree = "<group>"; }; |
190 | 196 | BE8117672B080472009867B9 /* CurrentState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrentState.swift; sourceTree = "<group>"; };
|
191 | 197 | BE9F36D72745490400AFC7DA /* FloatingLabelTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FloatingLabelTextField.swift; sourceTree = "<group>"; };
|
192 | 198 | BECD849F27036DC2007CCAE4 /* Environment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Environment.swift; sourceTree = "<group>"; };
|
|
267 | 273 | isa = PBXGroup;
|
268 | 274 | children = (
|
269 | 275 | 3BA56FFB2A9FEFE90081D14F /* PayPalWebViewModel.swift */,
|
| 276 | + 1001E2C02CFFC72E0023A03C /* PayPalPaymentState.swift */, |
270 | 277 | );
|
271 | 278 | path = PayPalWebViewModel;
|
272 | 279 | sourceTree = "<group>";
|
|
314 | 321 | path = Vault;
|
315 | 322 | sourceTree = "<group>";
|
316 | 323 | };
|
| 324 | + 1001E2CB2D03836D0023A03C /* PayPalWebResultViews */ = { |
| 325 | + isa = PBXGroup; |
| 326 | + children = ( |
| 327 | + BE8117632B07E778009867B9 /* PayPalOrderCreateResultView.swift */, |
| 328 | + 1001E2C42CFFD2800023A03C /* PayPalApprovalResultView.swift */, |
| 329 | + 3B6472A62AFAEB3A004745C4 /* PayPalWebTransactionView.swift */, |
| 330 | + 1001E2C62CFFD2A20023A03C /* PayPalOrderCompletionResultView.swift */, |
| 331 | + ); |
| 332 | + path = PayPalWebResultViews; |
| 333 | + sourceTree = "<group>"; |
| 334 | + }; |
317 | 335 | 3B2501052B2679F000903EAB /* VaultViews */ = {
|
318 | 336 | isa = PBXGroup;
|
319 | 337 | children = (
|
|
353 | 371 | 3BA56FFF2A9FF6630081D14F /* PayPalWebPaymentsView */ = {
|
354 | 372 | isa = PBXGroup;
|
355 | 373 | children = (
|
| 374 | + 1001E2CB2D03836D0023A03C /* PayPalWebResultViews */, |
| 375 | + 3BA570002AA052E80081D14F /* PayPalWebPaymentsView.swift */, |
356 | 376 | 3BA570062AA0DF330081D14F /* PayPalWebButtonsView.swift */,
|
357 | 377 | 3BA570022AA053AE0081D14F /* PayPalWebCreateOrderView.swift */,
|
358 |
| - 3BA570002AA052E80081D14F /* PayPalWebPaymentsView.swift */, |
359 |
| - BE8117632B07E778009867B9 /* PayPalWebResultView.swift */, |
360 |
| - 3B6472A62AFAEB3A004745C4 /* PayPalWebTransactionView.swift */, |
361 | 378 | );
|
362 | 379 | path = PayPalWebPaymentsView;
|
363 | 380 | sourceTree = "<group>";
|
|
642 | 659 | 3B2027412A8A72050007907E /* VaultState.swift in Sources */,
|
643 | 660 | 80F33CED26F8E7A9006811B1 /* Order.swift in Sources */,
|
644 | 661 | 3B4DD9A02A892A7000F4A716 /* CardVaultView.swift in Sources */,
|
645 |
| - BE8117642B07E778009867B9 /* PayPalWebResultView.swift in Sources */, |
| 662 | + BE8117642B07E778009867B9 /* PayPalOrderCreateResultView.swift in Sources */, |
646 | 663 | 3BA56FF62A9E9AAB0081D14F /* CardOrderActionButton.swift in Sources */,
|
647 | 664 | 3BC622092A97198500251B85 /* LeadingText.swift in Sources */,
|
648 | 665 | 3B80D5102A291CB100D2EAC4 /* ClientIDResponse.swift in Sources */,
|
|
657 | 674 | 3B2027432A8A95EF0007907E /* SetupTokenResultView.swift in Sources */,
|
658 | 675 | 3BF999762A8AC093009CBDF2 /* UpdateSetupTokenResultView.swift in Sources */,
|
659 | 676 | BECD84A027036DC2007CCAE4 /* Environment.swift in Sources */,
|
| 677 | + 1001E2C12CFFC72E0023A03C /* PayPalPaymentState.swift in Sources */, |
660 | 678 | 3BCCFE4B2A9D985F00C5102F /* FeatureSelectionView.swift in Sources */,
|
661 | 679 | CB9ED44C283FDA900081F4DE /* PaymentButtonEnums+Extension.swift in Sources */,
|
662 | 680 | 3BB60B552B1FA00C00A298CF /* PayPalVaultViewModel.swift in Sources */,
|
663 | 681 | 3BB60B532B1F9F1100A298CF /* PayPalVaultView.swift in Sources */,
|
664 | 682 | 3B80D50E2A291C0800D2EAC4 /* ClientIDRequest.swift in Sources */,
|
665 | 683 | 3BA56FF02A9DCCFD0081D14F /* CardOrderApproveView.swift in Sources */,
|
666 | 684 | BE8117682B080472009867B9 /* CurrentState.swift in Sources */,
|
| 685 | + 1001E2C72CFFD2A30023A03C /* PayPalOrderCompletionResultView.swift in Sources */, |
667 | 686 | 3BDB348E2A7CB02C008100D7 /* CreateSetupTokenParam.swift in Sources */,
|
668 | 687 | 3BA0A58B2B1E240300330681 /* VaultViewModel.swift in Sources */,
|
669 | 688 | 80F33CF326F8EA50006811B1 /* DemoSettings.swift in Sources */,
|
670 | 689 | 3BA56FE72A9DC9D70081D14F /* CardPaymentViewModel.swift in Sources */,
|
| 690 | + 1001E2C52CFFD2800023A03C /* PayPalApprovalResultView.swift in Sources */, |
671 | 691 | 3BA5700B2AA13C1C0081D14F /* CoreConfigManager.swift in Sources */,
|
672 | 692 | 80F33CE826F8DE29006811B1 /* DemoMerchantAPI.swift in Sources */,
|
673 | 693 | 80F33CEF26F8E7CC006811B1 /* CreateOrderParams.swift in Sources */,
|
|
0 commit comments