Skip to content

Commit f2f9742

Browse files
Merge pull request #531 from checkout/update/version-to-4.3.5
Bump sample project versions to 4.3.5
2 parents 7e1309c + b9c9ce6 commit f2f9742

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/validate-for-app-store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: (github.event_name == 'workflow_dispatch') || contains(github.event.pull_request.labels.*.name, 'Validate For App Store')
1616
name: Validate For App Store
1717
environment: AppStoreValidation
18-
runs-on: macos-12-xl
18+
runs-on: macos-latest
1919

2020
steps:
2121
- name: Checkout repository

Checkout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Checkout'
3-
s.version = '4.3.4'
3+
s.version = '4.3.5'
44
s.summary = 'Checkout SDK for iOS'
55

66
s.description = <<-DESC

Checkout/Samples/CocoapodsSample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ target 'CheckoutCocoapodsSample' do
55
use_frameworks!
66

77
# Pods for CheckoutSDKCocoapodsSample
8-
pod 'Checkout', '4.3.4'
8+
pod 'Checkout', '4.3.5'
99

1010
end

Checkout/Samples/SPMSample/CheckoutSPMSample.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
repositoryURL = "https://github.com/checkout/frames-ios";
513513
requirement = {
514514
kind = exactVersion;
515-
version = 4.3.4;
515+
version = 4.3.5;
516516
};
517517
};
518518
/* End XCRemoteSwiftPackageReference section */

Checkout/Source/Validation/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public enum Constants {
2525
}
2626

2727
enum Product {
28-
static let version = "4.3.3"
28+
static let version = "4.3.5"
2929
static let name = "checkout-ios-sdk"
3030
static let userAgent = "checkout-sdk-ios/\(version)"
3131
}

Frames.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Frames"
3-
s.version = "4.3.4"
3+
s.version = "4.3.5"
44
s.summary = "Checkout API Client, Payment Form UI and Utilities in Swift"
55
s.description = <<-DESC
66
Checkout API Client and Payment Form Utilities in Swift.
@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
2121

2222
s.dependency 'PhoneNumberKit'
2323
s.dependency 'CheckoutEventLoggerKit', '~> 1.2.4'
24-
s.dependency 'Checkout', '4.3.4'
24+
s.dependency 'Checkout', '4.3.5'
2525

2626
end

Source/Core/Constants/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
enum Constants {
99

1010
static let productName = "frames-ios-sdk"
11-
static let version = "4.3.3"
11+
static let version = "4.3.5"
1212
static let userAgent = "checkout-sdk-frames-ios/\(version)"
1313

1414
enum Logging {

iOS Example Frame SPM/iOS Example Frame SPM.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@
12391239
repositoryURL = "https://github.com/checkout/frames-ios";
12401240
requirement = {
12411241
kind = exactVersion;
1242-
version = 4.3.4;
1242+
version = 4.3.5;
12431243
};
12441244
};
12451245
16C3F83E2A7927ED00690639 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {

iOS Example Frame/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'iOS Example Frame' do
66
use_frameworks!
77

88
# Pods for iOS Example Custom
9-
pod 'Frames', '4.3.4'
9+
pod 'Frames', '4.3.5'
1010

1111
end
1212

0 commit comments

Comments
 (0)