-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #624 from adjust/v4310
Version 4.31.0
- Loading branch information
Showing
47 changed files
with
3,206 additions
and
895 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Adjust" | ||
s.version = "4.30.0" | ||
s.version = "4.31.0" | ||
s.summary = "This is the iOS SDK of adjust. You can read more about it at http://adjust.com." | ||
s.homepage = "https://github.com/adjust/ios_sdk" | ||
s.license = { :type => 'MIT', :file => 'MIT-LICENSE' } | ||
s.author = { "Adjust GmbH" => "[email protected]" } | ||
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.30.0" } | ||
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.31.0" } | ||
s.ios.deployment_target = '9.0' | ||
s.tvos.deployment_target = '9.0' | ||
s.framework = 'SystemConfiguration' | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,4 +61,8 @@ | |
|
||
+ (NSDate *)getSkadRegisterCallTimestamp; | ||
|
||
+ (void)setLinkMeChecked; | ||
|
||
+ (BOOL)getLinkMeChecked; | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// | ||
// AdjustSdkImStatic.h | ||
// AdjustSdkImStatic | ||
// | ||
// Created by Genady Buchatsky on 14.03.22. | ||
// Copyright © 2022 Adjust GmbH. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
#import <AdjustSdkIm/Adjust.h> | ||
#import <AdjustSdkIm/ADJEvent.h> | ||
#import <AdjustSdkIm/ADJThirdPartySharing.h> | ||
#import <AdjustSdkIm/ADJConfig.h> | ||
#import <AdjustSdkIm/ADJLogger.h> | ||
#import <AdjustSdkIm/ADJAttribution.h> | ||
#import <AdjustSdkIm/ADJSubscription.h> | ||
#import <AdjustSdkIm/ADJEventSuccess.h> | ||
#import <AdjustSdkIm/ADJEventFailure.h> | ||
#import <AdjustSdkIm/ADJSessionSuccess.h> | ||
#import <AdjustSdkIm/ADJSessionFailure.h> | ||
#import <AdjustSdkIm/ADJAdRevenue.h> | ||
#import <AdjustSdkIm/ADJLinkResolution.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
framework module AdjustSdkIm { | ||
umbrella header "AdjustSdkIm.h" | ||
|
||
export * | ||
module * { export * } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// | ||
// AdjustSdkStatic.h | ||
// AdjustSdkStatic | ||
// | ||
// Created by Genady Buchatsky on 12.03.22. | ||
// Copyright © 2022 Adjust GmbH. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
#import <AdjustSdk/Adjust.h> | ||
#import <AdjustSdk/ADJEvent.h> | ||
#import <AdjustSdk/ADJThirdPartySharing.h> | ||
#import <AdjustSdk/ADJConfig.h> | ||
#import <AdjustSdk/ADJLogger.h> | ||
#import <AdjustSdk/ADJAttribution.h> | ||
#import <AdjustSdk/ADJSubscription.h> | ||
#import <AdjustSdk/ADJEventSuccess.h> | ||
#import <AdjustSdk/ADJEventFailure.h> | ||
#import <AdjustSdk/ADJSessionSuccess.h> | ||
#import <AdjustSdk/ADJSessionFailure.h> | ||
#import <AdjustSdk/ADJAdRevenue.h> | ||
#import <AdjustSdk/ADJLinkResolution.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
framework module AdjustSdk { | ||
umbrella header "AdjustSdk.h" | ||
|
||
export * | ||
module * { export * } | ||
} |
Oops, something went wrong.