From 2cc6d98c5052da51d98664c00b6d0879e3783649 Mon Sep 17 00:00:00 2001 From: NidhiDixit09 <93544270+NidhiDixit09@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:53:19 -0800 Subject: [PATCH] Release 3.9.1 Version and ChangeLog Updates. --- BranchSDK.podspec | 2 +- BranchSDK.xcodeproj/project.pbxproj | 12 ++++++------ ChangeLog.md | 3 +++ Sources/BranchSDK/BNCConfig.m | 2 +- scripts/version.sh | 2 +- 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/BranchSDK.podspec b/BranchSDK.podspec index d3b1625d8..1e97bf138 100644 --- a/BranchSDK.podspec +++ b/BranchSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BranchSDK" - s.version = "3.9.0" + s.version = "3.9.1" s.summary = "Create an HTTP URL for any piece of content in your app" s.description = <<-DESC - Want the highest possible conversions on your sharing feature? diff --git a/BranchSDK.xcodeproj/project.pbxproj b/BranchSDK.xcodeproj/project.pbxproj index ffc0fbb05..0eee4b063 100644 --- a/BranchSDK.xcodeproj/project.pbxproj +++ b/BranchSDK.xcodeproj/project.pbxproj @@ -1988,7 +1988,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 3.9.0; + MARKETING_VERSION = 3.9.1; OTHER_LDFLAGS = ( "-weak_framework", LinkPresentation, @@ -2023,7 +2023,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 3.9.0; + MARKETING_VERSION = 3.9.1; OTHER_LDFLAGS = ( "-weak_framework", LinkPresentation, @@ -2229,7 +2229,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MARKETING_VERSION = 3.9.0; + MARKETING_VERSION = 3.9.1; OTHER_LDFLAGS = ( "-weak_framework", LinkPresentation, @@ -2268,7 +2268,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MARKETING_VERSION = 3.9.0; + MARKETING_VERSION = 3.9.1; OTHER_LDFLAGS = ( "-weak_framework", LinkPresentation, @@ -2305,7 +2305,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 3.9.0; + MARKETING_VERSION = 3.9.1; OTHER_LDFLAGS = ( "-weak_framework", LinkPresentation, @@ -2340,7 +2340,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 3.9.0; + MARKETING_VERSION = 3.9.1; OTHER_LDFLAGS = ( "-weak_framework", LinkPresentation, diff --git a/ChangeLog.md b/ChangeLog.md index e6fe47b13..7dd6ed526 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,8 @@ Branch iOS SDK Change Log +v.3.9.1 +- Fix for the warning 'Missing header files from umbrella header' when integrating BranchSDK into a hybrid app using SPM. + v.3.9.0 - Integration Validator 2.0 - Improved integration validator to provide references to how to fix when a check fails, export logs from the app and invoke it using query parameter - Fixed Integration Validator crash when URIs and bundle ids from the server are empty. diff --git a/Sources/BranchSDK/BNCConfig.m b/Sources/BranchSDK/BNCConfig.m index 1d28cc23c..a53496c40 100644 --- a/Sources/BranchSDK/BNCConfig.m +++ b/Sources/BranchSDK/BNCConfig.m @@ -8,7 +8,7 @@ #include "BNCConfig.h" -NSString * const BNC_SDK_VERSION = @"3.9.0"; +NSString * const BNC_SDK_VERSION = @"3.9.1"; NSString * const BNC_LINK_URL = @"https://bnc.lt"; NSString * const BNC_CDN_URL = @"https://cdn.branch.io"; diff --git a/scripts/version.sh b/scripts/version.sh index febeccd8a..dcce08230 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -30,7 +30,7 @@ Options: USAGE } -version=3.9.0 +version=3.9.1 prev_version="$version" if (( $# == 0 )); then