Skip to content

Commit

Permalink
Updated podfile and changed predhelper
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Oct 23, 2023
1 parent 508cb3e commit e37c15f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Branch-TestBed/Branch-SDK-Tests/BNCPreferenceHelperTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ - (void)testSetTrackingDisabled_YES {

BOOL storedValue = [[BNCPreferenceHelper sharedInstance] trackingDisabled];
XCTAssertTrue(storedValue);
[[BNCPreferenceHelper sharedInstance] setTrackingDisabled:NO];
}

- (void)testSetTrackingDisabled_NO {
Expand Down
2 changes: 1 addition & 1 deletion DeepLinkDemo/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
platform :ios, '12.0'

target 'DeepLinkDemo' do
# Comment the next line if you don't want to use dynamic frameworks
Expand Down

0 comments on commit e37c15f

Please sign in to comment.