Skip to content

Commit

Permalink
Revert "Test credit card details"
Browse files Browse the repository at this point in the history
This reverts commit c650536.
  • Loading branch information
3lvis committed Jun 14, 2024
1 parent c650536 commit 772755a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 77 deletions.
8 changes: 0 additions & 8 deletions Vanilla/Vanilla.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
282B13122C1BE91F00FB13F1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 282B13112C1BE91F00FB13F1 /* Assets.xcassets */; };
282B13152C1BE91F00FB13F1 /* Base in Resources */ = {isa = PBXBuildFile; fileRef = 282B13142C1BE91F00FB13F1 /* Base */; };
2867CE842C1BE96E004C821F /* FormTextField in Frameworks */ = {isa = PBXBuildFile; productRef = 2867CE832C1BE96E004C821F /* FormTextField */; };
28EE88A42C1C8020000EBFCF /* CreditCardDetailsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28EE88A32C1C8020000EBFCF /* CreditCardDetailsController.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -22,8 +21,6 @@
282B13112C1BE91F00FB13F1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
282B13142C1BE91F00FB13F1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
282B13162C1BE91F00FB13F1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
28EE88A32C1C8020000EBFCF /* CreditCardDetailsController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreditCardDetailsController.swift; sourceTree = "<group>"; };
28EE88A52C1C8231000EBFCF /* Vanilla.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Vanilla.entitlements; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -58,10 +55,8 @@
282B13072C1BE91E00FB13F1 /* Vanilla */ = {
isa = PBXGroup;
children = (
28EE88A52C1C8231000EBFCF /* Vanilla.entitlements */,
282B13082C1BE91E00FB13F1 /* AppDelegate.swift */,
282B130C2C1BE91E00FB13F1 /* ViewController.swift */,
28EE88A32C1C8020000EBFCF /* CreditCardDetailsController.swift */,
282B13112C1BE91F00FB13F1 /* Assets.xcassets */,
282B13132C1BE91F00FB13F1 /* LaunchScreen.storyboard */,
282B13162C1BE91F00FB13F1 /* Info.plist */,
Expand Down Expand Up @@ -149,7 +144,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
28EE88A42C1C8020000EBFCF /* CreditCardDetailsController.swift in Sources */,
282B130D2C1BE91E00FB13F1 /* ViewController.swift in Sources */,
282B13092C1BE91E00FB13F1 /* AppDelegate.swift in Sources */,
);
Expand Down Expand Up @@ -293,7 +287,6 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Vanilla/Vanilla.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
Expand Down Expand Up @@ -326,7 +319,6 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Vanilla/Vanilla.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
Expand Down
61 changes: 0 additions & 61 deletions Vanilla/Vanilla/CreditCardDetailsController.swift

This file was deleted.

8 changes: 0 additions & 8 deletions Vanilla/Vanilla/Vanilla.entitlements

This file was deleted.

0 comments on commit 772755a

Please sign in to comment.