Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
uerceg authored and nonelse committed Jan 15, 2020
1 parent 7a58aad commit eaeefc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Adjust.podspec
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.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'
Expand Down
7 changes: 2 additions & 5 deletions Adjust/ADJConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
*/
@property (nonatomic, copy, nullable) NSString *defaultTracker;

@property (nonatomic, copy, nullable) NSString *externalDeviceId;

/**
* @brief Adjust app token.
*/
Expand Down Expand Up @@ -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.
*
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit eaeefc6

Please sign in to comment.