Skip to content

Commit f129fbc

Browse files
authored
Merge pull request #674 from adjust/v4341
Version 4.34.1
2 parents ff650fa + b0b795a commit f129fbc

File tree

9 files changed

+18
-10
lines changed

9 files changed

+18
-10
lines changed

Adjust.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "Adjust"
3-
s.version = "4.34.0"
3+
s.version = "4.34.1"
44
s.summary = "This is the iOS SDK of adjust. You can read more about it at http://adjust.com."
55
s.homepage = "https://github.com/adjust/ios_sdk"
66
s.license = { :type => 'MIT', :file => 'MIT-LICENSE' }
77
s.author = { "Adjust" => "[email protected]" }
8-
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.34.0" }
8+
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.34.1" }
99
s.ios.deployment_target = '9.0'
1010
s.tvos.deployment_target = '9.0'
1111
s.framework = 'SystemConfiguration'

Adjust/ADJUtil.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
static NSRegularExpression *shortUniversalLinkRegex = nil;
3636
static NSRegularExpression *excludedDeeplinkRegex = nil;
3737

38-
static NSString * const kClientSdk = @"ios4.34.0";
38+
static NSString * const kClientSdk = @"ios4.34.1";
3939
static NSString * const kDeeplinkParam = @"deep_link=";
4040
static NSString * const kSchemeDelimiter = @"://";
4141
static NSString * const kDefaultScheme = @"AdjustUniversalScheme";

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-
// V4.34.0
5+
// V4.34.1
66
// Created by Christian Wellenbrock (@wellle) on 23rd July 2013.
77
// Copyright (c) 2012-2021 Adjust GmbH. All rights reserved.
88
//

Adjust/include/ADJPurchase.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../ADJPurchase.h
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../ADJPurchaseVerificationResult.h

AdjustBridge/AdjustBridgeRegister.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ + (NSString *)adjust_js {
275275
if (this.sdkPrefix) {
276276
return this.sdkPrefix;
277277
} else {
278-
return 'web-bridge4.34.0';
278+
return 'web-bridge4.34.1';
279279
}
280280
},
281281
setTestOptions: function(testOptions) {

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### Version 4.34.1 (18th August 2023)
2+
#### Fixed
3+
- Fixed `ADJPurchase.h` file not found issue via SPM installation (https://github.com/adjust/ios_sdk/issues/673).
4+
5+
---
6+
17
### Version 4.34.0 (17th August 2023)
28
#### Added
39
- Added ability to delay SDK start in order to wait for an answer to the ATT dialog. You can set the number of seconds to wait (capped internally to 120) by calling the `setAttConsentWaitingInterval:` method of the `ADJConfig` instance.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.34.0
1+
4.34.1

examples/AdjustExample-Swift/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- Adjust (4.34.0):
3-
- Adjust/Core (= 4.34.0)
4-
- Adjust/Core (4.34.0)
2+
- Adjust (4.34.1):
3+
- Adjust/Core (= 4.34.1)
4+
- Adjust/Core (4.34.1)
55

66
DEPENDENCIES:
77
- Adjust (from `../../`)
@@ -11,7 +11,7 @@ EXTERNAL SOURCES:
1111
:path: "../../"
1212

1313
SPEC CHECKSUMS:
14-
Adjust: 6d8152f2df622d9a6c369d3d8b7492f14213d4e3
14+
Adjust: 1410b6ccbce29c91b8e88064186a7b103244fa43
1515

1616
PODFILE CHECKSUM: 4c79da456db9adb90cdd42adc7f721c7bb6490cd
1717

0 commit comments

Comments
 (0)