From e6b39795c5671574cb302aba03b218481c27f762 Mon Sep 17 00:00:00 2001 From: Aditi3 Date: Thu, 27 Jan 2022 14:49:11 +0530 Subject: [PATCH 1/6] Update `compatibilityVersion` to `Xcode 10.0` From f145c9409824f786b5cd091ac1191a91b5deb382 Mon Sep 17 00:00:00 2001 From: Aditi3 Date: Fri, 18 Aug 2023 11:45:00 +0200 Subject: [PATCH 2/6] chore: add purchase headers symlinks --- Adjust/include/ADJPurchase.h | 1 + Adjust/include/ADJPurchaseVerificationResult.h | 1 + 2 files changed, 2 insertions(+) create mode 120000 Adjust/include/ADJPurchase.h create mode 120000 Adjust/include/ADJPurchaseVerificationResult.h diff --git a/Adjust/include/ADJPurchase.h b/Adjust/include/ADJPurchase.h new file mode 120000 index 000000000..42245ce99 --- /dev/null +++ b/Adjust/include/ADJPurchase.h @@ -0,0 +1 @@ +../ADJPurchase.h \ No newline at end of file diff --git a/Adjust/include/ADJPurchaseVerificationResult.h b/Adjust/include/ADJPurchaseVerificationResult.h new file mode 120000 index 000000000..f9e624dab --- /dev/null +++ b/Adjust/include/ADJPurchaseVerificationResult.h @@ -0,0 +1 @@ +../ADJPurchaseVerificationResult.h \ No newline at end of file From b3e0c6d50aed2ff4582954e08a1d29d3d6003a43 Mon Sep 17 00:00:00 2001 From: Aditi3 Date: Fri, 18 Aug 2023 12:02:11 +0200 Subject: [PATCH 3/6] build: prepare 4.34.1 --- Adjust.podspec | 4 ++-- AdjustBridge/AdjustBridgeRegister.m | 2 +- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Adjust.podspec b/Adjust.podspec index fb0d50448..2ec1357bf 100644 --- a/Adjust.podspec +++ b/Adjust.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "Adjust" - s.version = "4.34.0" + s.version = "4.34.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 = { "Adjust" => "sdk@adjust.com" } - s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.34.0" } + s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.34.1" } s.ios.deployment_target = '9.0' s.tvos.deployment_target = '9.0' s.framework = 'SystemConfiguration' diff --git a/AdjustBridge/AdjustBridgeRegister.m b/AdjustBridge/AdjustBridgeRegister.m index 9000149ef..5729bf3f4 100644 --- a/AdjustBridge/AdjustBridgeRegister.m +++ b/AdjustBridge/AdjustBridgeRegister.m @@ -275,7 +275,7 @@ + (NSString *)adjust_js { if (this.sdkPrefix) { return this.sdkPrefix; } else { - return 'web-bridge4.34.0'; + return 'web-bridge4.34.1'; } }, setTestOptions: function(testOptions) { diff --git a/CHANGELOG.md b/CHANGELOG.md index c13f2ac95..3cc11ef74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### Version 4.34.1 (18th August 2023) +#### Fixed +- Fixed `ADJPurchase.h` file not found via SPM installation + (https://github.com/adjust/ios_sdk/issues/673). + +--- + + ### Version 4.34.0 (17th August 2023) #### Added - Added ability to delay SDK start in order to wait for an answer to the ATT dialog. You can set the number of seconds to wait (capped internally to 120) by calling the `setAttConsentWaitingInterval:` method of the `ADJConfig` instance. diff --git a/VERSION b/VERSION index b6a235845..516b3249d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.34.0 +4.34.1 From e2b3a0862de37fd56418758e82f0427de0205708 Mon Sep 17 00:00:00 2001 From: uerceg Date: Fri, 18 Aug 2023 15:29:36 +0200 Subject: [PATCH 4/6] chore: update CHANGELOG --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc11ef74..5f91b5fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ ### Version 4.34.1 (18th August 2023) #### Fixed -- Fixed `ADJPurchase.h` file not found via SPM installation - (https://github.com/adjust/ios_sdk/issues/673). +- Fixed `ADJPurchase.h` file not found issue via SPM installation (https://github.com/adjust/ios_sdk/issues/673). --- - ### Version 4.34.0 (17th August 2023) #### Added - Added ability to delay SDK start in order to wait for an answer to the ATT dialog. You can set the number of seconds to wait (capped internally to 120) by calling the `setAttConsentWaitingInterval:` method of the `ADJConfig` instance. From 60fdc128600ff98bd7e92d8b8ed0967755b460f0 Mon Sep 17 00:00:00 2001 From: uerceg Date: Fri, 18 Aug 2023 15:30:44 +0200 Subject: [PATCH 5/6] feat: update version number to 4.34.1 --- Adjust/ADJUtil.m | 2 +- Adjust/Adjust.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Adjust/ADJUtil.m b/Adjust/ADJUtil.m index 56debe900..bb19642ae 100644 --- a/Adjust/ADJUtil.m +++ b/Adjust/ADJUtil.m @@ -35,7 +35,7 @@ static NSRegularExpression *shortUniversalLinkRegex = nil; static NSRegularExpression *excludedDeeplinkRegex = nil; -static NSString * const kClientSdk = @"ios4.34.0"; +static NSString * const kClientSdk = @"ios4.34.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 1e82fc8b7..95b7335af 100644 --- a/Adjust/Adjust.h +++ b/Adjust/Adjust.h @@ -2,7 +2,7 @@ // Adjust.h // Adjust SDK // -// V4.34.0 +// V4.34.1 // Created by Christian Wellenbrock (@wellle) on 23rd July 2013. // Copyright (c) 2012-2021 Adjust GmbH. All rights reserved. // From b0b795a9db49946e165e7bc99596cc370ba5df69 Mon Sep 17 00:00:00 2001 From: uerceg Date: Fri, 18 Aug 2023 15:31:16 +0200 Subject: [PATCH 6/6] chore: update pod in example swift app --- examples/AdjustExample-Swift/Podfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/AdjustExample-Swift/Podfile.lock b/examples/AdjustExample-Swift/Podfile.lock index bcba97baf..6bd4d76d4 100644 --- a/examples/AdjustExample-Swift/Podfile.lock +++ b/examples/AdjustExample-Swift/Podfile.lock @@ -1,7 +1,7 @@ PODS: - - Adjust (4.34.0): - - Adjust/Core (= 4.34.0) - - Adjust/Core (4.34.0) + - Adjust (4.34.1): + - Adjust/Core (= 4.34.1) + - Adjust/Core (4.34.1) DEPENDENCIES: - Adjust (from `../../`) @@ -11,7 +11,7 @@ EXTERNAL SOURCES: :path: "../../" SPEC CHECKSUMS: - Adjust: 6d8152f2df622d9a6c369d3d8b7492f14213d4e3 + Adjust: 1410b6ccbce29c91b8e88064186a7b103244fa43 PODFILE CHECKSUM: 4c79da456db9adb90cdd42adc7f721c7bb6490cd