Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update/4.3.0 #497

Merged
merged 2 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Checkout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Checkout'
s.version = '4.2.1'
s.version = '4.3.0'
s.summary = 'Checkout SDK for iOS'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Checkout/Source/Validation/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public enum Constants {
}

enum Product {
static let version = "4.2.1"
static let version = "4.3.0"
static let name = "checkout-ios-sdk"
static let userAgent = "checkout-sdk-ios/\(version)"
}
Expand Down
4 changes: 2 additions & 2 deletions Frames.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Frames"
s.version = "4.2.1"
s.version = "4.3.0"
s.summary = "Checkout API Client, Payment Form UI and Utilities in Swift"
s.description = <<-DESC
Checkout API Client and Payment Form Utilities in Swift.
Expand All @@ -21,6 +21,6 @@ Pod::Spec.new do |s|

s.dependency 'PhoneNumberKit'
s.dependency 'CheckoutEventLoggerKit', '~> 1.2.4'
s.dependency 'Checkout', '4.2.1'
s.dependency 'Checkout', '4.3.0'

end
2 changes: 1 addition & 1 deletion Source/Core/Constants/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
enum Constants {

static let productName = "frames-ios-sdk"
static let version = "4.2.1"
static let version = "4.3.0"
static let userAgent = "checkout-sdk-frames-ios/\(version)"

enum Logging {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
0BB538AD28B637980060A8DE /* Factory+UITest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BB538AC28B637980060A8DE /* Factory+UITest.swift */; };
0BD2ECBF28B65DA10041A942 /* FrameUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BD2ECBE28B65DA10041A942 /* FrameUITests.swift */; };
0BD2ECC128B65EC20041A942 /* XCUIApplication+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BD2ECC028B65EC20041A942 /* XCUIApplication+Extension.swift */; };
1629C0812AF562A5001BD3D9 /* Frames in Frameworks */ = {isa = PBXBuildFile; productRef = 1629C0802AF562A5001BD3D9 /* Frames */; };
1629C0842AF562D4001BD3D9 /* Frames in Frameworks */ = {isa = PBXBuildFile; productRef = 1629C0832AF562D4001BD3D9 /* Frames */; };
1629C0872AF56418001BD3D9 /* Frames in Frameworks */ = {isa = PBXBuildFile; productRef = 1629C0862AF56418001BD3D9 /* Frames */; };
1629C0892AF5641D001BD3D9 /* Frames in Frameworks */ = {isa = PBXBuildFile; productRef = 1629C0882AF5641D001BD3D9 /* Frames */; };
1629C08C2AF90379001BD3D9 /* Frames in Frameworks */ = {isa = PBXBuildFile; productRef = 1629C08B2AF90379001BD3D9 /* Frames */; };
1629C08E2AF905A4001BD3D9 /* Frames in Frameworks */ = {isa = PBXBuildFile; productRef = 1629C08D2AF905A4001BD3D9 /* Frames */; };
1629C0902AF905A8001BD3D9 /* Frames in Frameworks */ = {isa = PBXBuildFile; productRef = 1629C08F2AF905A8001BD3D9 /* Frames */; };
162CD88E2A6827E900027FEF /* XCUIElement+TestHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 162CD88D2A6827E900027FEF /* XCUIElement+TestHelpers.swift */; };
16857B742A65F15F005CAE39 /* CardTypeTokenCreationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16857B732A65F15F005CAE39 /* CardTypeTokenCreationTests.swift */; };
16857B7E2A65F3F3005CAE39 /* XCUIApplication+TestHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16857B7D2A65F3F3005CAE39 /* XCUIApplication+TestHelpers.swift */; };
Expand Down Expand Up @@ -129,7 +128,6 @@
0BCCBCEC28DC98F600041870 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
0BD2ECBE28B65DA10041A942 /* FrameUITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FrameUITests.swift; sourceTree = "<group>"; };
0BD2ECC028B65EC20041A942 /* XCUIApplication+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "XCUIApplication+Extension.swift"; sourceTree = "<group>"; };
1629C0852AF5640F001BD3D9 /* frames-ios */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "frames-ios"; path = ..; sourceTree = "<group>"; };
162CD88D2A6827E900027FEF /* XCUIElement+TestHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "XCUIElement+TestHelpers.swift"; sourceTree = "<group>"; };
16857B712A65F15F005CAE39 /* iOS Example Frame Regression Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "iOS Example Frame Regression Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
16857B732A65F15F005CAE39 /* CardTypeTokenCreationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardTypeTokenCreationTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -212,7 +210,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
1629C0892AF5641D001BD3D9 /* Frames in Frameworks */,
1629C0902AF905A8001BD3D9 /* Frames in Frameworks */,
16C3F8402A7927ED00690639 /* SnapshotTesting in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -221,16 +219,15 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
1629C0872AF56418001BD3D9 /* Frames in Frameworks */,
1629C08E2AF905A4001BD3D9 /* Frames in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E6646F8720CE6C0900D8353A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
1629C0842AF562D4001BD3D9 /* Frames in Frameworks */,
1629C0812AF562A5001BD3D9 /* Frames in Frameworks */,
1629C08C2AF90379001BD3D9 /* Frames in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -461,7 +458,6 @@
E6646F8120CE6C0900D8353A = {
isa = PBXGroup;
children = (
1629C0852AF5640F001BD3D9 /* frames-ios */,
CBA81CAA27ABDF21000DF192 /* iOS Example Frame */,
CB9412D82825714C00C889E8 /* iOS Example FrameUITests */,
16857B722A65F15F005CAE39 /* iOS Example Frame Regression Tests */,
Expand Down Expand Up @@ -491,7 +487,7 @@
name = "iOS Example Frame Regression Tests";
packageProductDependencies = (
16C3F83F2A7927ED00690639 /* SnapshotTesting */,
1629C0882AF5641D001BD3D9 /* Frames */,
1629C08F2AF905A8001BD3D9 /* Frames */,
);
productName = "iOS Example Frame Regression Tests";
productReference = 16857B712A65F15F005CAE39 /* iOS Example Frame Regression Tests.xctest */;
Expand All @@ -512,7 +508,7 @@
);
name = "iOS Example FrameUITests";
packageProductDependencies = (
1629C0862AF56418001BD3D9 /* Frames */,
1629C08D2AF905A4001BD3D9 /* Frames */,
);
productName = "iOS Example FrameUITests";
productReference = 16AE74C42A5C1EBB0031F794 /* iOS Example FrameUITests.xctest */;
Expand All @@ -532,8 +528,7 @@
);
name = "iOS Example Frame";
packageProductDependencies = (
1629C0802AF562A5001BD3D9 /* Frames */,
1629C0832AF562D4001BD3D9 /* Frames */,
1629C08B2AF90379001BD3D9 /* Frames */,
);
productName = "iOS Example Frame";
productReference = 16AE74C32A5C1EBB0031F794 /* iOS Example Frame.app */;
Expand Down Expand Up @@ -582,6 +577,7 @@
mainGroup = E6646F8120CE6C0900D8353A;
packageReferences = (
16C3F83E2A7927ED00690639 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */,
1629C08A2AF90379001BD3D9 /* XCRemoteSwiftPackageReference "frames-ios" */,
);
productRefGroup = E6646F8120CE6C0900D8353A;
projectDirPath = "";
Expand Down Expand Up @@ -1235,6 +1231,14 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
1629C08A2AF90379001BD3D9 /* XCRemoteSwiftPackageReference "frames-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/checkout/frames-ios";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 4.3.0;
};
};
16C3F83E2A7927ED00690639 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/pointfreeco/swift-snapshot-testing";
Expand All @@ -1246,20 +1250,19 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
1629C0802AF562A5001BD3D9 /* Frames */ = {
isa = XCSwiftPackageProductDependency;
productName = Frames;
};
1629C0832AF562D4001BD3D9 /* Frames */ = {
1629C08B2AF90379001BD3D9 /* Frames */ = {
isa = XCSwiftPackageProductDependency;
package = 1629C08A2AF90379001BD3D9 /* XCRemoteSwiftPackageReference "frames-ios" */;
productName = Frames;
};
1629C0862AF56418001BD3D9 /* Frames */ = {
1629C08D2AF905A4001BD3D9 /* Frames */ = {
isa = XCSwiftPackageProductDependency;
package = 1629C08A2AF90379001BD3D9 /* XCRemoteSwiftPackageReference "frames-ios" */;
productName = Frames;
};
1629C0882AF5641D001BD3D9 /* Frames */ = {
1629C08F2AF905A8001BD3D9 /* Frames */ = {
isa = XCSwiftPackageProductDependency;
package = 1629C08A2AF90379001BD3D9 /* XCRemoteSwiftPackageReference "frames-ios" */;
productName = Frames;
};
16C3F83F2A7927ED00690639 /* SnapshotTesting */ = {
Expand Down