Skip to content

Commit

Permalink
Release 1.5.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch authored May 20, 2024
1 parent cc56659 commit 061c8d2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Branch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand All @@ -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 = "";
Expand Down Expand Up @@ -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 = "";
Expand Down
2 changes: 1 addition & 1 deletion Branch/BranchMainClass.m
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion BranchMacOS.podspec
Original file line number Diff line number Diff line change
@@ -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?
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 061c8d2

Please sign in to comment.