Skip to content

Commit c24ef4c

Browse files
committed
Release 1.45.0 - Version and ChangeLog updates
1 parent 8c62be5 commit c24ef4c

File tree

6 files changed

+15
-10
lines changed

6 files changed

+15
-10
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.44.0";
14+
NSString * const BNC_SDK_VERSION = @"1.45.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.44.0"
3+
s.version = "1.45.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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
Branch iOS SDK Change Log
22

3+
v.1.45.0
4+
- SDK-1659 SKAN 4.0 Support
5+
* Support for coarse-grained conversion value
6+
* Support for multiple conversion window
7+
* Added calls to updatePostbackConversionValue on Branch Open events
8+
39
v.1.44.0
410
- SDK-1658 Add Support for VIEW_AD, INITIATE_STREAM, COMPLETE_STREAM and all V2 Events as Standard events
511
- SDK-1480 [iOS 16] UIPaste Support for NativeLink Flow
612
* Added API 'passPasteItemProviders'
713
* Added class 'BranchPasteControl'
814
- Requires Xcode 14+
9-
1015
- Known Issues:
1116
* Integration with Carthage fails for tvOS.
1217

carthage-files/BranchSDK.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@
17231723
INFOPLIST_FILE = "Branch-tvOS/Info.plist";
17241724
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
17251725
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1726-
MARKETING_VERSION = 1.44.0;
1726+
MARKETING_VERSION = 1.45.0;
17271727
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
17281728
MTL_FAST_MATH = YES;
17291729
ONLY_ACTIVE_ARCH = YES;
@@ -1760,7 +1760,7 @@
17601760
INFOPLIST_FILE = "Branch-tvOS/Info.plist";
17611761
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
17621762
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1763-
MARKETING_VERSION = 1.44.0;
1763+
MARKETING_VERSION = 1.45.0;
17641764
MTL_FAST_MATH = YES;
17651765
ONLY_ACTIVE_ARCH = NO;
17661766
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1792,7 +1792,7 @@
17921792
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17931793
MACH_O_TYPE = staticlib;
17941794
MACOSX_DEPLOYMENT_TARGET = 10.15;
1795-
MARKETING_VERSION = 1.44.0;
1795+
MARKETING_VERSION = 1.45.0;
17961796
ONLY_ACTIVE_ARCH = YES;
17971797
OTHER_LDFLAGS = "-ObjC";
17981798
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1821,7 +1821,7 @@
18211821
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
18221822
MACH_O_TYPE = staticlib;
18231823
MACOSX_DEPLOYMENT_TARGET = 10.15;
1824-
MARKETING_VERSION = 1.44.0;
1824+
MARKETING_VERSION = 1.45.0;
18251825
ONLY_ACTIVE_ARCH = NO;
18261826
OTHER_LDFLAGS = "-ObjC";
18271827
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1976,7 +1976,7 @@
19761976
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
19771977
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
19781978
MACOSX_DEPLOYMENT_TARGET = 10.15;
1979-
MARKETING_VERSION = 1.44.0;
1979+
MARKETING_VERSION = 1.45.0;
19801980
ONLY_ACTIVE_ARCH = YES;
19811981
OTHER_LDFLAGS = "-ObjC";
19821982
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -2003,7 +2003,7 @@
20032003
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
20042004
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
20052005
MACOSX_DEPLOYMENT_TARGET = 10.15;
2006-
MARKETING_VERSION = 1.44.0;
2006+
MARKETING_VERSION = 1.45.0;
20072007
ONLY_ACTIVE_ARCH = NO;
20082008
OTHER_LDFLAGS = "-ObjC";
20092009
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.44.0
34+
version=1.45.0
3535

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

0 commit comments

Comments
 (0)