From eaeefc69edf97b027037224a7f5e912b617f7d07 Mon Sep 17 00:00:00 2001 From: uerceg Date: Wed, 15 Jan 2020 17:07:47 +0100 Subject: [PATCH] Cleanup --- Adjust.podspec | 4 ++-- Adjust/ADJConfig.h | 7 ++----- CHANGELOG.md | 4 ++-- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Adjust.podspec b/Adjust.podspec index 55b334bb5..671a0ab60 100644 --- a/Adjust.podspec +++ b/Adjust.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "Adjust" - s.version = "4.19.0" + s.version = "4.20.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 = { "Christian Wellenbrock" => "welle@adjust.com" } - s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.19.0" } + s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.20.0" } s.ios.deployment_target = '6.0' s.tvos.deployment_target = '9.0' s.framework = 'SystemConfiguration' diff --git a/Adjust/ADJConfig.h b/Adjust/ADJConfig.h index 6542b6917..4437f4182 100644 --- a/Adjust/ADJConfig.h +++ b/Adjust/ADJConfig.h @@ -95,6 +95,8 @@ */ @property (nonatomic, copy, nullable) NSString *defaultTracker; +@property (nonatomic, copy, nullable) NSString *externalDeviceId; + /** * @brief Adjust app token. */ @@ -175,11 +177,6 @@ info3:(NSUInteger)info3 info4:(NSUInteger)info4; -/** - * @brief Default tracker to attribute organic installs to (optional). - */ -@property (nonatomic, copy, nullable) NSString *externalDeviceId; - /** * @brief Get configuration object for the initialization of the Adjust SDK. * diff --git a/CHANGELOG.md b/CHANGELOG.md index 019de24ec..d20d87b4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ ### Version 4.20.0 (15th January 2020) #### Added -- Added external device id +- Added external device ID support. --- -### Version 4.20.0 (9th December 2019) +### Version 4.19.0 (9th December 2019) #### Added - Added `disableThirdPartySharing` method to `Adjust` interface to allow disabling of data sharing with third parties outside of Adjust ecosystem.