Skip to content

Commit

Permalink
Release 3.2.2 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehab-al-cko authored Jan 2, 2024
1 parent 20ff4e8 commit 4d03fe0
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 89,979 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.1"
s.version = "3.2.2"
s.summary = "Checkout 3DS SDK Security"
s.homepage = "https://checkout.github.io/checkout-mobile-docs/checkout-3ds-sdk-ios/index.html"

Expand Down
8 changes: 4 additions & 4 deletions Checkout3DS-Security.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Checkout3DS-Security.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -15,12 +15,10 @@
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64-simulator</string>
<key>LibraryPath</key>
<string>Checkout3DS-Security.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -29,6 +27,8 @@
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
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.1"
s.version = "3.2.2"
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.1'
s.dependency 'Checkout3DS-Security', '3.2.2'

s.user_target_xcconfig = {
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES',
Expand Down
8 changes: 4 additions & 4 deletions Checkout3DS.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Checkout3DS.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -15,12 +15,10 @@
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64-simulator</string>
<key>LibraryPath</key>
<string>Checkout3DS.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -29,6 +27,8 @@
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 4d03fe0

Please sign in to comment.