Skip to content

Commit e434fd8

Browse files
authored
Merge pull request #270 from klarna/release/ios-v2.7.2
Release Klarna Mobile SDK iOS v2.7.2
2 parents 30bd6da + 3abb94a commit e434fd8

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

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.7.2] - 2025-08-15
9+
10+
- Fixed in-app browser liquid glass UI when built with XCode 26 for iOS 26.
11+
- Fixed SFSafariViewController and ASWebAuthenticationSession issues when running on iOS 26 beta simulators.
12+
- Fixed public ObjC headers from KlarnaCore when used via KlarnaMobileSDK.
13+
814
## [2.7.1] - 2025-07-30
915

1016
- Added transparency to KlarnaPaymentView.

KlarnaMobileSDK.podspec

Lines changed: 2 additions & 2 deletions
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.7.1"
3+
s.version = "2.7.2"
44
s.summary = "Klarna Mobile SDK for iOS"
55
s.description = <<-DESC
66
Klarna Mobile SDK for iOS apps.
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.license = { :type => "Apache License, Version 2.0", :text => "https://raw.githubusercontent.com/klarna/klarna-mobile-sdk/refs/heads/master/LICENSE" }
1010
s.author = { "Klarna Mobile SDK Team" => "mobile.sdk@klarna.com" }
1111
s.platform = :ios, "10.0"
12-
s.source = { :http => "https://x.klarnacdn.net/mobile-sdk/ios/frameworks/KlarnaMobileSDK/2.7.1/XCFrameworks.zip" }
12+
s.source = { :http => "https://x.klarnacdn.net/mobile-sdk/ios/frameworks/KlarnaMobileSDK/2.7.2/XCFrameworks.zip" }
1313
s.requires_arc = true
1414
s.swift_version = "5.0"
1515

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ let package = Package(
1414
targets: [
1515
.binaryTarget(
1616
name: "KlarnaCore",
17-
url: "https://x.klarnacdn.net/mobile-sdk/ios/frameworks/KlarnaCore/2.7.1/KlarnaCore.xcframework.zip",
18-
checksum: "8847c034d84138ccdcc45086a5321b5f3e660581ed17ec7ae9d5c8e21d5169da"
17+
url: "https://x.klarnacdn.net/mobile-sdk/ios/frameworks/KlarnaCore/2.7.2/KlarnaCore.xcframework.zip",
18+
checksum: "b734668ec96178dc9867a601a5d7eef4ef8ac0af9b39f9813cae348e332ddcbb"
1919
),
2020
.binaryTarget(
2121
name: "KlarnaMobileSDK",
22-
url: "https://x.klarnacdn.net/mobile-sdk/ios/frameworks/KlarnaMobileSDK/2.7.1/KlarnaMobileSDK.xcframework.zip",
23-
checksum: "434daee5ddd6d6a989e08865c00e6e32cc1506f2730292e751edd0903ffe14b9"
22+
url: "https://x.klarnacdn.net/mobile-sdk/ios/frameworks/KlarnaMobileSDK/2.7.2/KlarnaMobileSDK.xcframework.zip",
23+
checksum: "3b7fc9aed9103f0170e494a08cba8e6c94c16951563ba84ceea9df14e600d627"
2424
)
2525
]
2626
)

0 commit comments

Comments
 (0)