Skip to content

Commit b246080

Browse files
Merge pull request #252 from klarna/inapp-sdk/ios-v2.6.25
Release In-App SDK iOS v2.6.25
2 parents 12db044 + bc5a0c5 commit b246080

File tree

149 files changed

+238841
-181496
lines changed

Some content is hidden

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

149 files changed

+238841
-181496
lines changed

BUILD_VARIANTS_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ want to use a different variant, update your Podfile to use a different subspec.
2727

2828

2929
```ruby
30-
pod 'KlarnaMobileSDK/xcode-15.3-fat', '~> 2.6.24'
30+
pod 'KlarnaMobileSDK/xcode-15.3-fat', '~> 2.6.25'
3131
```
3232

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
### [2.6.25] - 2025-02-24
9+
- Added a fix for inline camera preview in `KlarnaStandaloneWebView`.
10+
- Added new client ID and endpoint support in On-Site Messaging (OSM).
11+
- Optimized lifecycle for fullscreen webview instance.
12+
- Internal fixes and improvements.
13+
814
### [2.6.24] - 2025-01-13
915
- Added support for Single sign-on using ASWebAuthenticationSession.
1016
- Updated UI for Sign in with Klarna button.

KlarnaMobileSDK.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"2.6.24": "https://github.com/klarna/klarna-mobile-sdk/releases/download/2.6.24/KlarnaMobileSDK.framework.zip"
2+
"2.6.25": "https://github.com/klarna/klarna-mobile-sdk/releases/download/2.6.25/KlarnaMobileSDK.framework.zip"
33
}

KlarnaMobileSDK.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 = "KlarnaMobileSDK"
3-
s.version = "2.6.24"
3+
s.version = "2.6.25"
44
s.summary = "Klarna Mobile SDK for iOS"
55
s.description = <<-DESC
66
Klarna Mobile SDK for iOS apps.
201 KB
Binary file not shown.

ios/XCFramework/basic/dSYMs/KlarnaMobileSDK.framework.dSYM/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>2.6.24</string>
16+
<string>2.6.25</string>
1717
<key>CFBundleVersion</key>
18-
<string>180</string>
18+
<string>181</string>
1919
</dict>
2020
</plist>

ios/XCFramework/basic/dSYMs/KlarnaMobileSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/KlarnaMobileSDK.yml

Lines changed: 6603 additions & 6564 deletions
Large diffs are not rendered by default.

ios/XCFramework/basic/dSYMs/KlarnaMobileSDK.framework.dSYM/KlarnaMobileSDK.framework.dSYM/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>2.6.24</string>
16+
<string>2.6.25</string>
1717
<key>CFBundleVersion</key>
18-
<string>180</string>
18+
<string>181</string>
1919
</dict>
2020
</plist>

0 commit comments

Comments
 (0)