File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::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'
3838end
Original file line number Diff line number Diff line change 1111NSString * const BNC_API_BASE_URL = @" https://api2.branch.io" ;
1212NSString * const BNC_API_VERSION = @" v1" ;
1313NSString * 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 " ;
Original file line number Diff line number Diff line change 11Branch 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+
313v.1.45.2
414- SDK-1741 Fix SKAN error handling on iOS 15.4
515
You can’t perform that action at this time.
0 commit comments