File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 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 = "";
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 = "";
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 = "";
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 11Pod ::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?
Original file line number Diff line number Diff line change 11Branch 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
59SDK-1905
You can’t perform that action at this time.
0 commit comments