Skip to content

Commit 8464cc0

Browse files
committed
Release v1.43.0
1 parent b014cfe commit 8464cc0

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

Branch-SDK/BNCConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
NSString * const BNC_API_BASE_URL = @"https://api2.branch.io";
1212
NSString * const BNC_API_VERSION = @"v1";
1313
NSString * const BNC_LINK_URL = @"https://bnc.lt";
14-
NSString * const BNC_SDK_VERSION = @"1.42.0";
14+
NSString * const BNC_SDK_VERSION = @"1.43.0";
0 Bytes
Binary file not shown.

Branch.podspec

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

ChangeLog.md

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

3+
v.1.43.0
4+
- SDK-1382 Added new methods to create Branch QR codes
5+
* getQRCodeAsData()
6+
* getQRCodeAsImage()
7+
* showShareSheetWithQRCodeFromViewController()
8+
- SDK-1348 Support for new SKAN API
9+
* updatePostbackConversionValue()
10+
311
v.1.42.0
412
- SDK-1168 Fixed bnc.lt from showing in the share sheet
513
- SDK-1383 Added helper method for adding LPLinkMetadata to share sheets

carthage-files/BranchSDK.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@
16781678
INFOPLIST_FILE = "Branch-tvOS/Info.plist";
16791679
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
16801680
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1681-
MARKETING_VERSION = 1.42.0;
1681+
MARKETING_VERSION = 1.43.0;
16821682
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
16831683
MTL_FAST_MATH = YES;
16841684
ONLY_ACTIVE_ARCH = YES;
@@ -1714,7 +1714,7 @@
17141714
INFOPLIST_FILE = "Branch-tvOS/Info.plist";
17151715
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
17161716
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1717-
MARKETING_VERSION = 1.42.0;
1717+
MARKETING_VERSION = 1.43.0;
17181718
MTL_FAST_MATH = YES;
17191719
ONLY_ACTIVE_ARCH = NO;
17201720
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1746,7 +1746,7 @@
17461746
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17471747
MACH_O_TYPE = staticlib;
17481748
MACOSX_DEPLOYMENT_TARGET = 10.15;
1749-
MARKETING_VERSION = 1.42.0;
1749+
MARKETING_VERSION = 1.43.0;
17501750
ONLY_ACTIVE_ARCH = YES;
17511751
OTHER_LDFLAGS = "-ObjC";
17521752
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1775,7 +1775,7 @@
17751775
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17761776
MACH_O_TYPE = staticlib;
17771777
MACOSX_DEPLOYMENT_TARGET = 10.15;
1778-
MARKETING_VERSION = 1.42.0;
1778+
MARKETING_VERSION = 1.43.0;
17791779
ONLY_ACTIVE_ARCH = NO;
17801780
OTHER_LDFLAGS = "-ObjC";
17811781
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1930,7 +1930,7 @@
19301930
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
19311931
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
19321932
MACOSX_DEPLOYMENT_TARGET = 10.15;
1933-
MARKETING_VERSION = 1.42.0;
1933+
MARKETING_VERSION = 1.43.0;
19341934
ONLY_ACTIVE_ARCH = YES;
19351935
OTHER_LDFLAGS = "-ObjC";
19361936
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1957,7 +1957,7 @@
19571957
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
19581958
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
19591959
MACOSX_DEPLOYMENT_TARGET = 10.15;
1960-
MARKETING_VERSION = 1.42.0;
1960+
MARKETING_VERSION = 1.43.0;
19611961
ONLY_ACTIVE_ARCH = NO;
19621962
OTHER_LDFLAGS = "-ObjC";
19631963
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;

scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Options:
3131
USAGE
3232
}
3333

34-
version=1.42.0
34+
version=1.43.0
3535

3636
if (( $# == 0 )); then
3737
echo $version

0 commit comments

Comments
 (0)