From 061c8d2b857967a533bf27f72d7152b7bfcf8c90 Mon Sep 17 00:00:00 2001 From: Nipun Singh <88689850+nsingh-branch@users.noreply.github.com> Date: Mon, 20 May 2024 16:45:59 -0700 Subject: [PATCH] Release 1.5.0 (#44) --- Branch.xcodeproj/project.pbxproj | 6 +++--- Branch/BranchMainClass.m | 2 +- BranchMacOS.podspec | 2 +- CHANGELOG.md | 4 ++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Branch.xcodeproj/project.pbxproj b/Branch.xcodeproj/project.pbxproj index 834469b..192aebc 100644 --- a/Branch.xcodeproj/project.pbxproj +++ b/Branch.xcodeproj/project.pbxproj @@ -933,7 +933,7 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = R63EM248DP; MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 1.4.1; + MARKETING_VERSION = 1.5.0; OTHER_CODE_SIGN_FLAGS = "--deep"; PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -947,7 +947,7 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = R63EM248DP; MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 1.4.1; + MARKETING_VERSION = 1.5.0; OTHER_CODE_SIGN_FLAGS = "--deep"; PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -1037,7 +1037,7 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = R63EM248DP; MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 1.4.1; + MARKETING_VERSION = 1.5.0; OTHER_CODE_SIGN_FLAGS = "--deep"; PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/Branch/BranchMainClass.m b/Branch/BranchMainClass.m index 2c934f9..04fb8bc 100644 --- a/Branch/BranchMainClass.m +++ b/Branch/BranchMainClass.m @@ -136,7 +136,7 @@ + (NSString *)kitDisplayVersion { // NSString*_Nullable string = // [[[NSBundle bundleForClass:self] infoDictionary] objectForKey:@"CFBundleShortVersionString"]; // return string?:@""; - return @"1.4.1"; + return @"1.5.0"; } - (Branch*) startWithConfiguration:(BranchConfiguration*)configuration { diff --git a/BranchMacOS.podspec b/BranchMacOS.podspec index c9256ac..62bd469 100644 --- a/BranchMacOS.podspec +++ b/BranchMacOS.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "BranchMacOS" - spec.version = "1.4.1" + spec.version = "1.5.0" spec.summary = "Create an HTTP URL for any piece of content in your MacOS app" spec.description = <<-DESC - Want the highest possible conversions on your sharing feature? diff --git a/CHANGELOG.md b/CHANGELOG.md index 6220026..ca950df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ Branch Mac SDK Change Log +## 1.5.0 - April 30, 2024 +- Removed v1/profile and v1/logout requests. +- Create new versions of logout() and setUserIdentity() without callbacks. + ## 1.4.1 - May 9, 2023 SDK-1905