Skip to content

Commit 389374a

Browse files
committed
feat: update version to 5.4.2
1 parent afa529b commit 389374a

12 files changed

+17
-5
lines changed

Adjust.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Adjust"
33
s.module_name = "AdjustSdk"
4-
s.version = "5.4.1"
4+
s.version = "5.4.2"
55
s.summary = "This is the iOS SDK of Adjust. You can read more about it at https://adjust.com."
66
s.homepage = "https://github.com/adjust/ios_sdk"
77
s.license = { :type => 'MIT', :file => 'LICENSE' }

Adjust/Adjust.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Adjust.h
33
// Adjust SDK
44
//
5-
// V5.4.1
5+
// V5.4.2
66
// Created by Christian Wellenbrock (@wellle) on 23rd July 2013.
77
// Copyright (c) 2012-Present Adjust GmbH. All rights reserved.
88
//

Adjust/Internal/ADJUtil.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
static NSRegularExpression *goLinkUniversalLinkRegex = nil;
3232
static NSRegularExpression *excludedDeeplinkRegex = nil;
3333

34-
static NSString * const kClientSdk = @"ios5.4.1";
34+
static NSString * const kClientSdk = @"ios5.4.2";
3535
static NSString * const kDeeplinkParam = @"deep_link=";
3636
static NSString * const kSchemeDelimiter = @"://";
3737
static NSString * const kDefaultScheme = @"AdjustUniversalScheme";

AdjustBridge/AdjustBridgeRegister.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function canSend(okCheck, errReason) {
176176
if (this.sdkPrefix) {
177177
return this.sdkPrefix;
178178
} else {
179-
return 'web-bridge5.4.1';
179+
return 'web-bridge5.4.2';
180180
}
181181
},
182182

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### Version 5.4.2 (- July 2025)
2+
#### Fixed
3+
- Update Swift Package Manager dependency constraint for `GoogleAdsOnDeviceConversion`, ensuring compatibility with Swift Package Manager resolution (https://github.com/adjust/ios_sdk/issues/765).
4+
5+
---
6+
17
### Version 5.4.1 (20th June 2025)
28
#### Added
39
- Added support for Google On-Device-Measurement. For more details about this feature, refer to the [official documentation](https://dev.adjust.com/en/sdk/ios/plugins/google-odm).

Carthage/AdjustSdk-Dynamic.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"5.4.2": "https://github.com/adjust/ios_sdk/releases/download/v5.4.2/AdjustSdk-iOS-tvOS-Dynamic-5.4.2.xcframework.zip",
23
"5.4.1": "https://github.com/adjust/ios_sdk/releases/download/v5.4.1/AdjustSdk-iOS-tvOS-Dynamic-5.4.1.xcframework.zip",
34
"5.4.0": "https://github.com/adjust/ios_sdk/releases/download/v5.4.0/AdjustSdk-iOS-tvOS-Dynamic-5.4.0.xcframework.zip",
45
"5.3.0": "https://github.com/adjust/ios_sdk/releases/download/v5.3.0/AdjustSdk-iOS-tvOS-Dynamic-5.3.0.xcframework.zip",

Carthage/AdjustSdk-Static.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"5.4.2": "https://github.com/adjust/ios_sdk/releases/download/v5.4.2/AdjustSdk-iOS-tvOS-Static-5.4.2.xcframework.zip",
23
"5.4.1": "https://github.com/adjust/ios_sdk/releases/download/v5.4.1/AdjustSdk-iOS-tvOS-Static-5.4.1.xcframework.zip",
34
"5.4.0": "https://github.com/adjust/ios_sdk/releases/download/v5.4.0/AdjustSdk-iOS-tvOS-Static-5.4.0.xcframework.zip"
45
}

Carthage/AdjustSdkIm-Dynamic.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"5.4.2": "https://github.com/adjust/ios_sdk/releases/download/v5.4.2/AdjustSdk-iMessage-Dynamic-5.4.2.xcframework.zip",
23
"5.4.1": "https://github.com/adjust/ios_sdk/releases/download/v5.4.1/AdjustSdk-iMessage-Dynamic-5.4.1.xcframework.zip",
34
"5.4.0": "https://github.com/adjust/ios_sdk/releases/download/v5.4.0/AdjustSdk-iMessage-Dynamic-5.4.0.xcframework.zip",
45
"5.3.0": "https://github.com/adjust/ios_sdk/releases/download/v5.3.0/AdjustSdk-iMessage-Dynamic-5.3.0.xcframework.zip",

Carthage/AdjustSdkIm-Static.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"5.4.2": "https://github.com/adjust/ios_sdk/releases/download/v5.4.2/AdjustSdk-iMessage-Static-5.4.2.xcframework.zip",
23
"5.4.1": "https://github.com/adjust/ios_sdk/releases/download/v5.4.1/AdjustSdk-iMessage-Static-5.4.1.xcframework.zip",
34
"5.4.0": "https://github.com/adjust/ios_sdk/releases/download/v5.4.0/AdjustSdk-iMessage-Static-5.4.0.xcframework.zip"
45
}

Carthage/AdjustSdkWebBridge-Dynamic.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"5.4.2": "https://github.com/adjust/ios_sdk/releases/download/v5.4.2/AdjustSdk-WebBridge-Dynamic-5.4.2.xcframework.zip",
23
"5.4.1": "https://github.com/adjust/ios_sdk/releases/download/v5.4.1/AdjustSdk-WebBridge-Dynamic-5.4.1.xcframework.zip",
34
"5.4.0": "https://github.com/adjust/ios_sdk/releases/download/v5.4.0/AdjustSdk-WebBridge-Dynamic-5.4.0.xcframework.zip",
45
"5.3.0": "https://github.com/adjust/ios_sdk/releases/download/v5.3.0/AdjustSdk-WebBridge-Dynamic-5.3.0.xcframework.zip",

0 commit comments

Comments
 (0)