Skip to content

Commit

Permalink
iOS: Release 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-libin committed May 6, 2024
1 parent 8e55292 commit 1c74742
Show file tree
Hide file tree
Showing 147 changed files with 19,542 additions and 18,778 deletions.
14 changes: 9 additions & 5 deletions DTKlarna.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,35 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>DTKlarna.framework/DTKlarna</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>DTKlarna.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>DTKlarna.framework/DTKlarna</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>DTKlarna.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified DTKlarna.xcframework/ios-arm64/DTKlarna.framework/DTKlarna
Binary file not shown.
Binary file modified DTKlarna.xcframework/ios-arm64/DTKlarna.framework/Info.plist
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module DTKlarna {
umbrella header "DTKlarna.h"

export *

module * { export * }
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
</data>
<key>Info.plist</key>
<data>
NjZunTDHkH7uCdTF+rCL152hAio=
sv5dofG0Xi1Ees7TxJNq/8fyed0=
</data>
<key>Modules/module.modulemap</key>
<data>
MvGtf3aXz226FXCshWrw6WnisIE=
a1+jKXtKoICScPB3SZzU7qu+eyA=
</data>
</dict>
<key>files2</key>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dict>
<key>hash2</key>
<data>
6kiwbbAK2IYDavkoXeiA9YYsr7M7Z6c7o/RFDjFgjz8=
uRINYRsrszsoDNwdQDqwUcaQL2OnEYewb3/1SZzpRZw=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module DTKlarna {
umbrella header "DTKlarna.h"

export *

module * { export * }
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
</data>
<key>Info.plist</key>
<data>
ORhdrIZ+fEl2gGN3yq0bnUpV2lo=
ngIFxLN38C7tzIT57Iraj2dOE1Q=
</data>
<key>Modules/module.modulemap</key>
<data>
MvGtf3aXz226FXCshWrw6WnisIE=
a1+jKXtKoICScPB3SZzU7qu+eyA=
</data>
</dict>
<key>files2</key>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dict>
<key>hash2</key>
<data>
6kiwbbAK2IYDavkoXeiA9YYsr7M7Z6c7o/RFDjFgjz8=
uRINYRsrszsoDNwdQDqwUcaQL2OnEYewb3/1SZzpRZw=
</data>
</dict>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Datatrans.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Datatrans"
spec.version = "3.6.1"
spec.version = "3.6.2"
spec.summary = "Datatrans iOS SDK - Accept payments on your iOS apps"
spec.description = <<-DESC
Accept payments on your iOS apps: Our mobile SDKs support your entire payment and
Expand Down
4 changes: 4 additions & 0 deletions Datatrans.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>Datatrans.framework/Datatrans</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
Expand All @@ -20,6 +22,8 @@
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Datatrans.framework/Datatrans</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
Expand Down
Binary file modified Datatrans.xcframework/ios-arm64/Datatrans.framework/Assets.car
Binary file not shown.
Binary file modified Datatrans.xcframework/ios-arm64/Datatrans.framework/Datatrans
Binary file not shown.
Loading

0 comments on commit 1c74742

Please sign in to comment.