From d81e5a654d45c385e90460b291ffba120f1c05d8 Mon Sep 17 00:00:00 2001 From: rabc Date: Mon, 18 Jan 2021 12:53:07 +0100 Subject: [PATCH 1/3] Add missing header file --- Adjust/include/ADJThirdPartySharing.h | 1 + 1 file changed, 1 insertion(+) create mode 120000 Adjust/include/ADJThirdPartySharing.h diff --git a/Adjust/include/ADJThirdPartySharing.h b/Adjust/include/ADJThirdPartySharing.h new file mode 120000 index 000000000..57de65ac8 --- /dev/null +++ b/Adjust/include/ADJThirdPartySharing.h @@ -0,0 +1 @@ +../ADJThirdPartySharing.h \ No newline at end of file From 11df1f3ba809ed8725f022b912eddbd977f0c89f Mon Sep 17 00:00:00 2001 From: uerceg Date: Mon, 18 Jan 2021 15:13:19 +0100 Subject: [PATCH 2/3] update version number to 4.25.1 --- Adjust.podspec | 4 ++-- Adjust/ADJUtil.m | 2 +- Adjust/Adjust.h | 2 +- AdjustBridge/AdjustBridgeRegister.m | 2 +- AdjustTests/AdjustUnitTests/ADJPackageFields.m | 2 +- README.md | 4 ++-- VERSION | 2 +- doc/chinese/README.md | 4 ++-- doc/english/migrate.md | 2 +- doc/english/web_views.md | 2 +- doc/japanese/README.md | 4 ++-- doc/korean/README.md | 4 ++-- doc/korean/web_views.md | 2 +- doc/migrate.md | 2 +- 14 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Adjust.podspec b/Adjust.podspec index 8d98a56e4..fc7a0578e 100644 --- a/Adjust.podspec +++ b/Adjust.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "Adjust" - s.version = "4.25.0" + s.version = "4.25.1" 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.25.0" } + s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.25.1" } s.ios.deployment_target = '6.0' s.tvos.deployment_target = '9.0' s.framework = 'SystemConfiguration' diff --git a/Adjust/ADJUtil.m b/Adjust/ADJUtil.m index 119ebe383..e538da63b 100644 --- a/Adjust/ADJUtil.m +++ b/Adjust/ADJUtil.m @@ -37,7 +37,7 @@ static CTTelephonyNetworkInfo *networkInfo = nil; #endif -static NSString * const kClientSdk = @"ios4.25.0"; +static NSString * const kClientSdk = @"ios4.25.1"; static NSString * const kDeeplinkParam = @"deep_link="; static NSString * const kSchemeDelimiter = @"://"; static NSString * const kDefaultScheme = @"AdjustUniversalScheme"; diff --git a/Adjust/Adjust.h b/Adjust/Adjust.h index cc8ab108d..a61dad0c8 100644 --- a/Adjust/Adjust.h +++ b/Adjust/Adjust.h @@ -2,7 +2,7 @@ // Adjust.h // Adjust // -// V4.25.0 +// V4.25.1 // Created by Christian Wellenbrock (wellle) on 23rd July 2013. // Copyright © 2012-2017 Adjust GmbH. All rights reserved. // diff --git a/AdjustBridge/AdjustBridgeRegister.m b/AdjustBridge/AdjustBridgeRegister.m index f5c6f97e9..d37210af5 100644 --- a/AdjustBridge/AdjustBridgeRegister.m +++ b/AdjustBridge/AdjustBridgeRegister.m @@ -241,7 +241,7 @@ + (NSString *)adjust_js { if (this.sdkPrefix) { return this.sdkPrefix; } else { - return 'web-bridge4.25.0'; + return 'web-bridge4.25.1'; } }, setTestOptions: function(testOptions) { diff --git a/AdjustTests/AdjustUnitTests/ADJPackageFields.m b/AdjustTests/AdjustUnitTests/ADJPackageFields.m index 8f0fa67d4..f6e2ffbe6 100644 --- a/AdjustTests/AdjustUnitTests/ADJPackageFields.m +++ b/AdjustTests/AdjustUnitTests/ADJPackageFields.m @@ -16,7 +16,7 @@ - (id) init { // default values self.appToken = @"qwerty123456"; - self.clientSdk = @"ios4.25.0"; + self.clientSdk = @"ios4.25.1"; self.suffix = @""; self.environment = @"sandbox"; diff --git a/README.md b/README.md index c270f7834..dd3713daa 100644 --- a/README.md +++ b/README.md @@ -79,13 +79,13 @@ We will describe the steps to integrate the Adjust SDK into your iOS project. We If you're using [CocoaPods][cocoapods], you can add the following line to your `Podfile` and continue from [this step](#sdk-integrate): ```ruby -pod 'Adjust', '~> 4.25.0' +pod 'Adjust', '~> 4.25.1' ``` or: ```ruby -pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.25.0' +pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.25.1' ``` --- diff --git a/VERSION b/VERSION index 4d9fbcf24..72e19f2fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.25.0 +4.25.1 diff --git a/doc/chinese/README.md b/doc/chinese/README.md index 307cbdccd..69c59268c 100644 --- a/doc/chinese/README.md +++ b/doc/chinese/README.md @@ -76,13 +76,13 @@ Read this in other languages: [English][en-readme], [中文][zh-readme], [日本 如果您正在使用[CocoaPods][cocoapods],您可以将以下代码行添加至 `Podfile`,然后继续进行[此步骤](#sdk-integrate): ```ruby -pod 'Adjust', '~> 4.25.0' +pod 'Adjust', '~> 4.25.1' ``` 或: ```ruby -pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.25.0' +pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.25.1' ``` --- diff --git a/doc/english/migrate.md b/doc/english/migrate.md index 291526e29..2f19a2724 100644 --- a/doc/english/migrate.md +++ b/doc/english/migrate.md @@ -1,4 +1,4 @@ -## Migrate your Adjust SDK for iOS to v4.25.0 from v3.4.0 +## Migrate your Adjust SDK for iOS to v4.25.1 from v3.4.0 ### Initial setup diff --git a/doc/english/web_views.md b/doc/english/web_views.md index 520d3ccab..add40a29b 100644 --- a/doc/english/web_views.md +++ b/doc/english/web_views.md @@ -64,7 +64,7 @@ We will describe the steps to integrate the Adjust SDK into your iOS project. We If you're using [CocoaPods][cocoapods], you can add the following line to your `Podfile` and continue from [this step](#sdk-integrate): ```ruby -pod 'Adjust/WebBridge', '~> 4.25.0' +pod 'Adjust/WebBridge', '~> 4.25.1' ``` --- diff --git a/doc/japanese/README.md b/doc/japanese/README.md index d87941a8d..bbb1a1849 100644 --- a/doc/japanese/README.md +++ b/doc/japanese/README.md @@ -25,13 +25,13 @@ adjust SDKをiOSプロジェクトに連携する手順を説明します。 [こちらの手順](#sdk-integrate)に進んでください。 ```ruby -pod 'Adjust', '~> 4.25.0' +pod 'Adjust', '~> 4.25.1' ``` または ```ruby -pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.25.0' +pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.25.1' ``` --- diff --git a/doc/korean/README.md b/doc/korean/README.md index 04e94a0d1..9f7fef7fa 100644 --- a/doc/korean/README.md +++ b/doc/korean/README.md @@ -76,13 +76,13 @@ iOS 개발용 Xcode를 사용한다는 가정하에 iOS 프로젝트에 Adjust S [CocoaPods][cocoapods]를 사용하는 경우, 다음 내용을 `Podfile`에 추가한 후 [해당 단계](#sdk-integrate)를 완료하세요. ```ruby -pod 'Adjust', '~> 4.25.0' +pod 'Adjust', '~> 4.25.1' ``` 또는: ```ruby -pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.25.0' +pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.25.1' ``` --- diff --git a/doc/korean/web_views.md b/doc/korean/web_views.md index 2d8658ecc..b108eac24 100644 --- a/doc/korean/web_views.md +++ b/doc/korean/web_views.md @@ -64,7 +64,7 @@ iOS 개발용 Xcode를 사용한다는 가정하에 iOS 프로젝트에 Adjust S [CocoaPods][cocoapods]를 사용하는 경우, 다음 내용을 'Podfile'에 추가한 후 [해당 단계](#sdk-integrate)를 완료하세요. ```ruby -pod 'Adjust/WebBridge', '~> 4.25.0' +pod 'Adjust/WebBridge', '~> 4.25.1' ``` --- diff --git a/doc/migrate.md b/doc/migrate.md index 291526e29..2f19a2724 100644 --- a/doc/migrate.md +++ b/doc/migrate.md @@ -1,4 +1,4 @@ -## Migrate your Adjust SDK for iOS to v4.25.0 from v3.4.0 +## Migrate your Adjust SDK for iOS to v4.25.1 from v3.4.0 ### Initial setup From fe29da2dbf6235806501565e81d8b9446453240f Mon Sep 17 00:00:00 2001 From: uerceg Date: Mon, 18 Jan 2021 15:14:19 +0100 Subject: [PATCH 3/3] update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c52d79ba..8936cb15c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### Version 4.25.1 (18th January 2021) +#### Fixed +- Fixed missing header error for SPM users from v4.25.0. + +--- + ### Version 4.25.0 (16th January 2021) #### Added - Added support for Apple Search Ads attribution with usage of `AdServices.framework`.