Skip to content

Commit 061c8d2

Browse files
Release 1.5.0 (#44)
1 parent cc56659 commit 061c8d2

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

Branch.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@
933933
CODE_SIGN_STYLE = Automatic;
934934
DEVELOPMENT_TEAM = R63EM248DP;
935935
MACOSX_DEPLOYMENT_TARGET = 10.15;
936-
MARKETING_VERSION = 1.4.1;
936+
MARKETING_VERSION = 1.5.0;
937937
OTHER_CODE_SIGN_FLAGS = "--deep";
938938
PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
939939
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -947,7 +947,7 @@
947947
CODE_SIGN_STYLE = Automatic;
948948
DEVELOPMENT_TEAM = R63EM248DP;
949949
MACOSX_DEPLOYMENT_TARGET = 10.15;
950-
MARKETING_VERSION = 1.4.1;
950+
MARKETING_VERSION = 1.5.0;
951951
OTHER_CODE_SIGN_FLAGS = "--deep";
952952
PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
953953
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1037,7 +1037,7 @@
10371037
CODE_SIGN_STYLE = Automatic;
10381038
DEVELOPMENT_TEAM = R63EM248DP;
10391039
MACOSX_DEPLOYMENT_TARGET = 10.15;
1040-
MARKETING_VERSION = 1.4.1;
1040+
MARKETING_VERSION = 1.5.0;
10411041
OTHER_CODE_SIGN_FLAGS = "--deep";
10421042
PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
10431043
PROVISIONING_PROFILE_SPECIFIER = "";

Branch/BranchMainClass.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ + (NSString *)kitDisplayVersion {
136136
// NSString*_Nullable string =
137137
// [[[NSBundle bundleForClass:self] infoDictionary] objectForKey:@"CFBundleShortVersionString"];
138138
// return string?:@"";
139-
return @"1.4.1";
139+
return @"1.5.0";
140140
}
141141

142142
- (Branch*) startWithConfiguration:(BranchConfiguration*)configuration {

BranchMacOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "BranchMacOS"
3-
spec.version = "1.4.1"
3+
spec.version = "1.5.0"
44
spec.summary = "Create an HTTP URL for any piece of content in your MacOS app"
55
spec.description = <<-DESC
66
- Want the highest possible conversions on your sharing feature?

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Branch Mac SDK Change Log
22

3+
## 1.5.0 - April 30, 2024
4+
- Removed v1/profile and v1/logout requests.
5+
- Create new versions of logout() and setUserIdentity() without callbacks.
6+
37
## 1.4.1 - May 9, 2023
48

59
SDK-1905

0 commit comments

Comments
 (0)