Skip to content

Commit 67fbfa0

Browse files
authored
Merge pull request #1225 from BranchMetrics/SDK-1613-prep-2.0.0-Release-Candidate
SDK-1613 update version to 2.0.0. Update changelog
2 parents 018ae1e + 00d9f2f commit 67fbfa0

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

BranchSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BranchSDK"
3-
s.version = "1.45.2"
3+
s.version = "2.0.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?
@@ -34,5 +34,5 @@ Use the Branch SDK (branch.io) to create and power the links that point back to
3434

3535
s.frameworks = 'CoreServices', 'SystemConfiguration'
3636
s.weak_framework = 'LinkPresentation'
37-
s.ios.frameworks = 'WebKit', 'iAd', 'CoreTelephony'
37+
s.ios.frameworks = 'WebKit', 'CoreTelephony'
3838
end

BranchSDK/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.45.2";
14+
NSString * const BNC_SDK_VERSION = @"2.0.0";

ChangeLog.md

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

3+
v.2.0.0
4+
Branch iOS SDK 2.0.0 fixes longstanding issues with the umbrella header and project layout.
5+
Although the code is largely unchanged, this changes the SDK name from Branch to BranchSDK.
6+
7+
Clients will need to update all import statements from `import Branch` to `import BranchSDK`.
8+
9+
- SDK-1329 - SDK umbrella header fix
10+
- SDK-1758 - Add gbraid timestamps to calls
11+
- SDK-1663 - Revert thread queue priority to avoid a potential priority inversion
12+
313
v.1.45.2
414
- SDK-1741 Fix SKAN error handling on iOS 15.4
515

0 commit comments

Comments
 (0)