Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 3b382a6

Browse files
authored
Merge pull request #260
Release In-App SDK iOS v2.6.28
2 parents 3c910f4 + 4f61534 commit 3b382a6

153 files changed

Lines changed: 160028 additions & 143108 deletions

File tree

Some content is hidden

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

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.27'
30+
pod 'KlarnaMobileSDK/xcode-15.3-fat', '~> 2.6.28'
3131
```
3232

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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.28] - 2025-04-04
9+
- Fixed issue where KlarnaSignInButton label was not displayed.
10+
811
## [2.6.27] - 2025-03-05
912
- Fixed a critical error, affecting last 2 releases, causing a crash in certain cases with cached old SDK configurations.
1013

KlarnaMobileSDK.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"2.6.27": "https://github.com/klarna/klarna-mobile-sdk/releases/download/2.6.27/KlarnaMobileSDK.framework.zip"
2+
"2.6.28": "https://github.com/klarna/klarna-mobile-sdk/releases/download/2.6.28/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.27"
3+
s.version = "2.6.28"
44
s.summary = "Klarna Mobile SDK for iOS"
55
s.description = <<-DESC
66
Klarna Mobile SDK for iOS apps.
28.2 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.27</string>
16+
<string>2.6.28</string>
1717
<key>CFBundleVersion</key>
18-
<string>183</string>
18+
<string>184</string>
1919
</dict>
2020
</plist>

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

Lines changed: 6659 additions & 6650 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.27</string>
16+
<string>2.6.28</string>
1717
<key>CFBundleVersion</key>
18-
<string>183</string>
18+
<string>184</string>
1919
</dict>
2020
</plist>

0 commit comments

Comments
 (0)