Skip to content

Commit

Permalink
Merge pull request #70 from checkout/release/3.2.4
Browse files Browse the repository at this point in the history
Release 3.2.4
  • Loading branch information
ehab-al-cko authored Apr 2, 2024
2 parents 66af0af + 61b7eb7 commit d3548a0
Show file tree
Hide file tree
Showing 55 changed files with 596 additions and 429 deletions.
2 changes: 1 addition & 1 deletion Checkout3DS-Security.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Checkout3DS-Security"
s.version = "3.2.3"
s.version = "3.2.4"
s.summary = "Checkout 3DS SDK Security"
s.homepage = "https://checkout.github.io/checkout-mobile-docs/checkout-3ds-sdk-ios/index.html"

Expand Down
4 changes: 4 additions & 0 deletions Checkout3DS-Security.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>Checkout3DS-Security.framework/Checkout3DS-Security</string>
<key>LibraryIdentifier</key>
<string>ios-arm64-simulator</string>
<key>LibraryPath</key>
Expand All @@ -19,6 +21,8 @@
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Checkout3DS-Security.framework/Checkout3DS-Security</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions Checkout3DS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Checkout3DS"
s.version = "3.2.3"
s.version = "3.2.4"
s.summary = "Checkout 3DS SDK"
s.description = <<-DESC
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.
Expand All @@ -26,7 +26,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

s.dependency 'CheckoutEventLoggerKit', '1.2.4'
s.dependency 'JOSESwift', '2.2.1'
s.dependency 'Checkout3DS-Security', '3.2.3'
s.dependency 'Checkout3DS-Security', '3.2.4'

s.user_target_xcconfig = {
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES',
Expand Down
4 changes: 4 additions & 0 deletions Checkout3DS.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>Checkout3DS.framework/Checkout3DS</string>
<key>LibraryIdentifier</key>
<string>ios-arm64-simulator</string>
<key>LibraryPath</key>
Expand All @@ -19,6 +21,8 @@
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Checkout3DS.framework/Checkout3DS</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Checkout3DS.xcframework/ios-arm64-simulator/Checkout3DS.framework/Checkout3DS
100644 → 100755
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit d3548a0

Please sign in to comment.