File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed
Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 912912 CODE_SIGN_IDENTITY = "Apple Development";
913913 CODE_SIGN_STYLE = Automatic;
914914 DEVELOPMENT_TEAM = R63EM248DP;
915- MARKETING_VERSION = 1.3.0 ;
915+ MARKETING_VERSION = 1.3.1 ;
916916 OTHER_CODE_SIGN_FLAGS = "--deep";
917917 PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
918918 PROVISIONING_PROFILE_SPECIFIER = "";
925925 CODE_SIGN_IDENTITY = "Apple Development";
926926 CODE_SIGN_STYLE = Automatic;
927927 DEVELOPMENT_TEAM = R63EM248DP;
928- MARKETING_VERSION = 1.3.0 ;
928+ MARKETING_VERSION = 1.3.1 ;
929929 OTHER_CODE_SIGN_FLAGS = "--deep";
930930 PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
931931 PROVISIONING_PROFILE_SPECIFIER = "";
10141014 CODE_SIGN_IDENTITY = "Apple Development";
10151015 CODE_SIGN_STYLE = Automatic;
10161016 DEVELOPMENT_TEAM = R63EM248DP;
1017- MARKETING_VERSION = 1.3.0 ;
1017+ MARKETING_VERSION = 1.3.1 ;
10181018 OTHER_CODE_SIGN_FLAGS = "--deep";
10191019 PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
10201020 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.3.0 " ;
139+ return @" 1.3.1 " ;
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.3.0 "
3+ spec . version = "1.3.1 "
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+ ## v1.3.1 - Jun 2, 2021
4+
5+ CORE-1989
6+ Add getUserIdentity to the public API
7+
8+ CORE-1659
9+ Add INITIATE_STREAM and COMPLETE_STREAM to standard events
10+
11+ Test coverage improvements
12+
313## v1.3.0 - Jan 28, 2021
414
515CORE-1303
You can’t perform that action at this time.
0 commit comments