From dc28e963ec7a76a5b16268782dc96b92b2155efe Mon Sep 17 00:00:00 2001 From: rabc Date: Wed, 28 Apr 2021 09:44:50 +0200 Subject: [PATCH 1/4] Add header --- Adjust/include/ADJAdRevenue.h | 1 + 1 file changed, 1 insertion(+) create mode 120000 Adjust/include/ADJAdRevenue.h diff --git a/Adjust/include/ADJAdRevenue.h b/Adjust/include/ADJAdRevenue.h new file mode 120000 index 000000000..2cb4e0b7c --- /dev/null +++ b/Adjust/include/ADJAdRevenue.h @@ -0,0 +1 @@ +../ADJAdRevenue.h \ No newline at end of file From 538c215587170370740f0e2894050f5dd8bb848e Mon Sep 17 00:00:00 2001 From: rabc Date: Wed, 28 Apr 2021 09:58:26 +0200 Subject: [PATCH 2/4] Add header for ADJLinkResolution --- Adjust/include/ADJLinkResolution.h | 1 + 1 file changed, 1 insertion(+) create mode 120000 Adjust/include/ADJLinkResolution.h diff --git a/Adjust/include/ADJLinkResolution.h b/Adjust/include/ADJLinkResolution.h new file mode 120000 index 000000000..1d9ce513d --- /dev/null +++ b/Adjust/include/ADJLinkResolution.h @@ -0,0 +1 @@ +../ADJLinkResolution.h \ No newline at end of file From 501a026a3b400bbe9e9218dd4b8c4bfd230ef494 Mon Sep 17 00:00:00 2001 From: rabc Date: Wed, 28 Apr 2021 10:49:53 +0200 Subject: [PATCH 3/4] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5637494f..3a8fed2ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### Version 4.29.1 (28th April 2021) +#### Fixed +- Fixed missing header error for SPM users from v4.29.0. + +--- + ### Version 4.29.0 (27th April 2021) #### Added - Added `adjustConversionValueUpdated:` callback which can be used to get information when Adjust SDK updates conversion value for the user. From 790ca56e7fa66eb85ee03e69be5671460cc474df Mon Sep 17 00:00:00 2001 From: uerceg Date: Wed, 28 Apr 2021 11:05:25 +0200 Subject: [PATCH 4/4] update version number to 4.29.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 f9488f470..a8758e3aa 100644 --- a/Adjust.podspec +++ b/Adjust.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "Adjust" - s.version = "4.29.0" + s.version = "4.29.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.29.0" } + s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.29.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 8a0312801..1adcb98e4 100644 --- a/Adjust/ADJUtil.m +++ b/Adjust/ADJUtil.m @@ -39,7 +39,7 @@ static NSRegularExpression *shortUniversalLinkRegex = nil; static NSRegularExpression *excludedDeeplinkRegex = nil; -static NSString * const kClientSdk = @"ios4.29.0"; +static NSString * const kClientSdk = @"ios4.29.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 f57823695..76d1f7abf 100644 --- a/Adjust/Adjust.h +++ b/Adjust/Adjust.h @@ -2,7 +2,7 @@ // Adjust.h // Adjust SDK // -// V4.29.0 +// V4.29.1 // Created by Christian Wellenbrock (@wellle) on 23rd July 2013. // Copyright (c) 2012-2021 Adjust GmbH. All rights reserved. // diff --git a/AdjustBridge/AdjustBridgeRegister.m b/AdjustBridge/AdjustBridgeRegister.m index 1c698cd60..fdea46c39 100644 --- a/AdjustBridge/AdjustBridgeRegister.m +++ b/AdjustBridge/AdjustBridgeRegister.m @@ -246,7 +246,7 @@ + (NSString *)adjust_js { if (this.sdkPrefix) { return this.sdkPrefix; } else { - return 'web-bridge4.29.0'; + return 'web-bridge4.29.1'; } }, setTestOptions: function(testOptions) { diff --git a/AdjustTests/AdjustUnitTests/ADJPackageFields.m b/AdjustTests/AdjustUnitTests/ADJPackageFields.m index 76f0f3d53..a1b02e3f6 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.29.0"; + self.clientSdk = @"ios4.29.1"; self.suffix = @""; self.environment = @"sandbox"; diff --git a/README.md b/README.md index 15a6b82c9..78db22da3 100644 --- a/README.md +++ b/README.md @@ -85,13 +85,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.29.0' +pod 'Adjust', '~> 4.29.1' ``` or: ```ruby -pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.29.0' +pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.29.1' ``` --- diff --git a/VERSION b/VERSION index e052d5603..2ff15b2a2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.29.0 +4.29.1 diff --git a/doc/chinese/README.md b/doc/chinese/README.md index cbd25c1b1..c1c2ec5e0 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.29.0' +pod 'Adjust', '~> 4.29.1' ``` 或: ```ruby -pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.29.0' +pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.29.1' ``` --- diff --git a/doc/english/migrate.md b/doc/english/migrate.md index 34c31c080..f37493dff 100644 --- a/doc/english/migrate.md +++ b/doc/english/migrate.md @@ -1,4 +1,4 @@ -## Migrate your Adjust SDK for iOS to v4.29.0 from v3.4.0 +## Migrate your Adjust SDK for iOS to v4.29.1 from v3.4.0 ### Initial setup diff --git a/doc/english/web_views.md b/doc/english/web_views.md index d29c448a5..7d149dba6 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.29.0' +pod 'Adjust/WebBridge', '~> 4.29.1' ``` --- diff --git a/doc/japanese/README.md b/doc/japanese/README.md index 04cb300fd..4509da7b4 100644 --- a/doc/japanese/README.md +++ b/doc/japanese/README.md @@ -25,13 +25,13 @@ adjust SDKをiOSプロジェクトに連携する手順を説明します。 [こちらの手順](#sdk-integrate)に進んでください。 ```ruby -pod 'Adjust', '~> 4.29.0' +pod 'Adjust', '~> 4.29.1' ``` または ```ruby -pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.29.0' +pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.29.1' ``` --- diff --git a/doc/korean/README.md b/doc/korean/README.md index 8e89cc186..7f68138e1 100644 --- a/doc/korean/README.md +++ b/doc/korean/README.md @@ -77,13 +77,13 @@ iOS 개발용 Xcode를 사용한다는 가정하에 iOS 프로젝트에 Adjust S [CocoaPods][cocoapods]를 사용하는 경우, 다음 내용을 `Podfile`에 추가한 후 [해당 단계](#sdk-integrate)를 완료하세요. ```ruby -pod 'Adjust', '~> 4.29.0' +pod 'Adjust', '~> 4.29.1' ``` 또는: ```ruby -pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.29.0' +pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.29.1' ``` --- diff --git a/doc/korean/web_views.md b/doc/korean/web_views.md index 6f0a04bb0..1bbde2494 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.29.0' +pod 'Adjust/WebBridge', '~> 4.29.1' ``` --- diff --git a/doc/migrate.md b/doc/migrate.md index 34c31c080..f37493dff 100644 --- a/doc/migrate.md +++ b/doc/migrate.md @@ -1,4 +1,4 @@ -## Migrate your Adjust SDK for iOS to v4.29.0 from v3.4.0 +## Migrate your Adjust SDK for iOS to v4.29.1 from v3.4.0 ### Initial setup