Skip to content

Commit

Permalink
Update Branch SDK to 1.39.x
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed Mar 24, 2021
1 parent d824bc6 commit 2384f6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Branch-Segment-iOS Change Log

- v0.1.25
* Update to Branch iOS SDK 1.39.x
* Note, we recommend using data export integration instead.

- v0.1.24
* Update to Branch iOS SDK 0.36.x
* Note, we recommend using data export integration instead.
Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/BNCBranchIntegration.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ - (instancetype)initWithSettings:(NSDictionary *)settings analytics:(SEGAnalytic
self.settings = settings ?: @{};
NSString *branchKey = [self.settings objectForKey:@"branch_key"];
[Branch setBranchKey:branchKey];
[[Branch getInstance] registerPluginName:@"Segment - iOS" version:@"0.1.22"];
[[Branch getInstance] registerPluginName:@"Segment - iOS" version:@"0.1.25"];

[[Branch getInstance] dispatchToIsolationQueue:^{
NSString *segmentID = [analytics getAnonymousId];
Expand Down
4 changes: 2 additions & 2 deletions Segment-Branch.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Segment-Branch"
s.version = "0.1.24"
s.version = "0.1.25"
s.summary = "Branch Integration for Analytics for iOS."

s.description = <<-DESC
Expand All @@ -24,5 +24,5 @@ Pod::Spec.new do |s|
s.source_files = 'Pod/Classes/**/*'

s.dependency 'Analytics'
s.dependency 'Branch', '~> 0.36.0'
s.dependency 'Branch', '~> 1.39.0'
end

0 comments on commit 2384f6a

Please # to comment.