Skip to content

Commit 420241c

Browse files
authored
Merge pull request #271 from klarna/release/ios-v2.7.3
Release Klarna Mobile SDK iOS v2.7.3
2 parents e434fd8 + cec3701 commit 420241c

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.3] - 2025-08-29
9+
10+
- Fixed OSM style not being applied to links in placements.
11+
- Added "Referrer" `UIApplication.OpenExternalURLOptionsKey` option when opening external links.
12+
813
## [2.7.2] - 2025-08-15
914

1015
- Fixed in-app browser liquid glass UI when built with XCode 26 for iOS 26.

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.2"
3+
s.version = "2.7.3"
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.2/XCFrameworks.zip" }
12+
s.source = { :http => "https://x.klarnacdn.net/mobile-sdk/ios/frameworks/KlarnaMobileSDK/2.7.3/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.2/KlarnaCore.xcframework.zip",
18-
checksum: "b734668ec96178dc9867a601a5d7eef4ef8ac0af9b39f9813cae348e332ddcbb"
17+
url: "https://x.klarnacdn.net/mobile-sdk/ios/frameworks/KlarnaCore/2.7.3/KlarnaCore.xcframework.zip",
18+
checksum: "de17727a6fcc1477c47b5e9c1a76c2314ab58e8244547a74b45567fc2e9ee441"
1919
),
2020
.binaryTarget(
2121
name: "KlarnaMobileSDK",
22-
url: "https://x.klarnacdn.net/mobile-sdk/ios/frameworks/KlarnaMobileSDK/2.7.2/KlarnaMobileSDK.xcframework.zip",
23-
checksum: "3b7fc9aed9103f0170e494a08cba8e6c94c16951563ba84ceea9df14e600d627"
22+
url: "https://x.klarnacdn.net/mobile-sdk/ios/frameworks/KlarnaMobileSDK/2.7.3/KlarnaMobileSDK.xcframework.zip",
23+
checksum: "a86c4ccff5cbefacf5b3d75be4d10c2b725b2dbb187a8c10895bf897df1adafb"
2424
)
2525
]
2626
)

0 commit comments

Comments
 (0)