Skip to content

Commit c4d6bb2

Browse files
committed
build: update native dependencies
1 parent a594fca commit c4d6bb2

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed
443 Bytes
Binary file not shown.

Assets/Adjust/iOS/Adjust.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Adjust.h
33
// Adjust SDK
44
//
5-
// V4.37.2
5+
// V4.38.0
66
// Created by Christian Wellenbrock (@wellle) on 23rd July 2013.
77
// Copyright (c) 2012-2021 Adjust GmbH. All rights reserved.
88
//
@@ -21,15 +21,14 @@ typedef void(^AdjustResolvedDeeplinkBlock)(NSString * _Nonnull resolvedLink);
2121

2222
@interface AdjustTestOptions : NSObject
2323

24-
@property (nonatomic, copy, nullable) NSString *baseUrl;
25-
@property (nonatomic, copy, nullable) NSString *gdprUrl;
26-
@property (nonatomic, copy, nullable) NSString *subscriptionUrl;
27-
@property (nonatomic, copy, nullable) NSString *purchaseVerificationUrl;
24+
@property (nonatomic, copy, nullable) NSString *urlOverwrite;
2825
@property (nonatomic, copy, nullable) NSString *extraPath;
2926
@property (nonatomic, copy, nullable) NSNumber *timerIntervalInMilliseconds;
3027
@property (nonatomic, copy, nullable) NSNumber *timerStartInMilliseconds;
3128
@property (nonatomic, copy, nullable) NSNumber *sessionIntervalInMilliseconds;
3229
@property (nonatomic, copy, nullable) NSNumber *subsessionIntervalInMilliseconds;
30+
@property (nonatomic, copy, nullable) NSNumber *attStatusInt;
31+
@property (nonatomic, copy, nullable) NSString *idfa;
3332
@property (nonatomic, assign) BOOL teardown;
3433
@property (nonatomic, assign) BOOL deleteState;
3534
@property (nonatomic, assign) BOOL noBackoffWait;

Assets/Adjust/iOS/AdjustSdk.a

18.4 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)