Skip to content

Commit

Permalink
remove CustomButton and CustomTextField UIKit shared components (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxdesmarais authored Dec 8, 2023
1 parent a0ec619 commit 2e7393c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 85 deletions.
16 changes: 0 additions & 16 deletions Demo/Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@
BE9F36D82745490400AFC7DA /* FloatingLabelTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9F36D72745490400AFC7DA /* FloatingLabelTextField.swift */; };
BECD84A027036DC2007CCAE4 /* Environment.swift in Sources */ = {isa = PBXBuildFile; fileRef = BECD849F27036DC2007CCAE4 /* Environment.swift */; };
BECD84A227036DDB007CCAE4 /* Intent.swift in Sources */ = {isa = PBXBuildFile; fileRef = BECD84A127036DDB007CCAE4 /* Intent.swift */; };
BED041AF270CA0FB00C80954 /* CustomButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = BED041AE270CA0FB00C80954 /* CustomButton.swift */; };
BED041B1270CB33900C80954 /* CustomTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = BED041B0270CB33900C80954 /* CustomTextField.swift */; };
BED042312710833F00C80954 /* CardType.swift in Sources */ = {isa = PBXBuildFile; fileRef = BED042302710833F00C80954 /* CardType.swift */; };
BED04233271084DF00C80954 /* CardFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BED04232271084DF00C80954 /* CardFormatter.swift */; };
BEDE304A275EA33500D275FD /* UIViewController+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEDE3049275EA33500D275FD /* UIViewController+Extension.swift */; };
Expand Down Expand Up @@ -198,8 +196,6 @@
BE9F36D72745490400AFC7DA /* FloatingLabelTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FloatingLabelTextField.swift; sourceTree = "<group>"; };
BECD849F27036DC2007CCAE4 /* Environment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Environment.swift; sourceTree = "<group>"; };
BECD84A127036DDB007CCAE4 /* Intent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Intent.swift; sourceTree = "<group>"; };
BED041AE270CA0FB00C80954 /* CustomButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomButton.swift; sourceTree = "<group>"; };
BED041B0270CB33900C80954 /* CustomTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomTextField.swift; sourceTree = "<group>"; };
BED042302710833F00C80954 /* CardType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardType.swift; sourceTree = "<group>"; };
BED04232271084DF00C80954 /* CardFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardFormatter.swift; sourceTree = "<group>"; };
BEDE3049275EA33500D275FD /* UIViewController+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIViewController+Extension.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -358,7 +354,6 @@
BE1766B526FA562B007EF438 /* Networking */,
BEDE3047275E998700D275FD /* SwiftUIComponents */,
BE4876A827567D4200802EAF /* ViewModels */,
BEE0EB6326FD10D90021AD42 /* Views */,
3BCCFE482A9D96CA00C5102F /* DemoApp.swift */,
);
path = Demo;
Expand Down Expand Up @@ -468,15 +463,6 @@
path = Extensions;
sourceTree = "<group>";
};
BEE0EB6326FD10D90021AD42 /* Views */ = {
isa = PBXGroup;
children = (
BED041AE270CA0FB00C80954 /* CustomButton.swift */,
BED041B0270CB33900C80954 /* CustomTextField.swift */,
);
path = Views;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -606,7 +592,6 @@
53B9E8EA28C93B4400719239 /* OrderRequestHelpers.swift in Sources */,
3BCCFE4B2A9D985F00C5102F /* FeatureSelectionView.swift in Sources */,
CB9ED44C283FDA900081F4DE /* PaymentButtonEnums+Extension.swift in Sources */,
BED041B1270CB33900C80954 /* CustomTextField.swift in Sources */,
3B80D50E2A291C0800D2EAC4 /* ClientIDRequest.swift in Sources */,
3BA56FF02A9DCCFD0081D14F /* CardOrderApproveView.swift in Sources */,
BE8117682B080472009867B9 /* CurrentState.swift in Sources */,
Expand All @@ -620,7 +605,6 @@
80F33CE826F8DE29006811B1 /* DemoMerchantAPI.swift in Sources */,
80F33CEF26F8E7CC006811B1 /* CreateOrderParams.swift in Sources */,
BECD84A227036DDB007CCAE4 /* Intent.swift in Sources */,
BED041AF270CA0FB00C80954 /* CustomButton.swift in Sources */,
3BB7A9772A5CA6FD00C05140 /* MerchantIntegration.swift in Sources */,
3BA56FEE2A9DCC340081D14F /* OrderCreateCardResultView.swift in Sources */,
BE1766B326F911A2007EF438 /* URLResponseError.swift in Sources */,
Expand Down
52 changes: 0 additions & 52 deletions Demo/Demo/Views/CustomButton.swift

This file was deleted.

17 changes: 0 additions & 17 deletions Demo/Demo/Views/CustomTextField.swift

This file was deleted.

0 comments on commit 2e7393c

Please sign in to comment.