Skip to content

Commit d3548a0

Browse files
authored
Merge pull request #70 from checkout/release/3.2.4
Release 3.2.4
2 parents 66af0af + 61b7eb7 commit d3548a0

File tree

55 files changed

+596
-429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+596
-429
lines changed

Checkout3DS-Security.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 = "Checkout3DS-Security"
3-
s.version = "3.2.3"
3+
s.version = "3.2.4"
44
s.summary = "Checkout 3DS SDK Security"
55
s.homepage = "https://checkout.github.io/checkout-mobile-docs/checkout-3ds-sdk-ios/index.html"
66

Checkout3DS-Security.xcframework/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8+
<key>BinaryPath</key>
9+
<string>Checkout3DS-Security.framework/Checkout3DS-Security</string>
810
<key>LibraryIdentifier</key>
911
<string>ios-arm64-simulator</string>
1012
<key>LibraryPath</key>
@@ -19,6 +21,8 @@
1921
<string>simulator</string>
2022
</dict>
2123
<dict>
24+
<key>BinaryPath</key>
25+
<string>Checkout3DS-Security.framework/Checkout3DS-Security</string>
2226
<key>LibraryIdentifier</key>
2327
<string>ios-arm64</string>
2428
<key>LibraryPath</key>

Checkout3DS.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 = "Checkout3DS"
3-
s.version = "3.2.3"
3+
s.version = "3.2.4"
44
s.summary = "Checkout 3DS SDK"
55
s.description = <<-DESC
66
The Checkout.com 3D Secure (3DS) mobile SDK allows you to provide a native 3DS2 experience in your mobile app, with visual styling that you can control.
@@ -26,7 +26,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2626

2727
s.dependency 'CheckoutEventLoggerKit', '1.2.4'
2828
s.dependency 'JOSESwift', '2.2.1'
29-
s.dependency 'Checkout3DS-Security', '3.2.3'
29+
s.dependency 'Checkout3DS-Security', '3.2.4'
3030

3131
s.user_target_xcconfig = {
3232
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES',

Checkout3DS.xcframework/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8+
<key>BinaryPath</key>
9+
<string>Checkout3DS.framework/Checkout3DS</string>
810
<key>LibraryIdentifier</key>
911
<string>ios-arm64-simulator</string>
1012
<key>LibraryPath</key>
@@ -19,6 +21,8 @@
1921
<string>simulator</string>
2022
</dict>
2123
<dict>
24+
<key>BinaryPath</key>
25+
<string>Checkout3DS.framework/Checkout3DS</string>
2226
<key>LibraryIdentifier</key>
2327
<string>ios-arm64</string>
2428
<key>LibraryPath</key>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)