Skip to content

Commit

Permalink
Create new VaultViews folder, move files
Browse files Browse the repository at this point in the history
  • Loading branch information
KunJeongPark committed Dec 10, 2023
1 parent 8e1e84c commit 4c35a89
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions Demo/Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -244,17 +244,24 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
3B43290F2A8FD7FD00C5441A /* CardVaultViews */ = {
3B2501052B2679F000903EAB /* VaultViews */ = {
isa = PBXGroup;
children = (
3B4DD99F2A892A7000F4A716 /* CardVaultView.swift */,
3B20273C2A89E3F00007907E /* CreateSetupTokenView.swift */,
3B2027422A8A95EF0007907E /* SetupTokenResultView.swift */,
3B2027442A8AA78B0007907E /* UpdateSetupTokenView.swift */,
3BF999752A8AC093009CBDF2 /* UpdateSetupTokenResultView.swift */,
3BF999772A8AD072009CBDF2 /* CreatePaymentTokenView.swift */,
3BF999792A8AE12C009CBDF2 /* PaymentTokenResultView.swift */,
);
path = VaultViews;
sourceTree = "<group>";
};
3B43290F2A8FD7FD00C5441A /* CardVaultViews */ = {
isa = PBXGroup;
children = (
3B4DD99F2A892A7000F4A716 /* CardVaultView.swift */,
3B2027442A8AA78B0007907E /* UpdateSetupTokenView.swift */,
3BF999752A8AC093009CBDF2 /* UpdateSetupTokenResultView.swift */,
);
path = CardVaultViews;
sourceTree = "<group>";
};
Expand Down Expand Up @@ -460,6 +467,7 @@
BEDE3047275E998700D275FD /* SwiftUIComponents */ = {
isa = PBXGroup;
children = (
3B2501052B2679F000903EAB /* VaultViews */,
3BB60B512B1F9EE400A298CF /* PayPalVaultViews */,
3BA56FFF2A9FF6630081D14F /* PayPalWebPayments */,
3BA56FEA2A9DCBB30081D14F /* CardPaymentViews */,
Expand Down

0 comments on commit 4c35a89

Please sign in to comment.