Skip to content

Commit e37c15f

Browse files
committed
Updated podfile and changed predhelper
1 parent 508cb3e commit e37c15f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Branch-TestBed/Branch-SDK-Tests/BNCPreferenceHelperTests.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ - (void)testSetTrackingDisabled_YES {
382382

383383
BOOL storedValue = [[BNCPreferenceHelper sharedInstance] trackingDisabled];
384384
XCTAssertTrue(storedValue);
385+
[[BNCPreferenceHelper sharedInstance] setTrackingDisabled:NO];
385386
}
386387

387388
- (void)testSetTrackingDisabled_NO {

DeepLinkDemo/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment the next line to define a global platform for your project
2-
platform :ios, '9.0'
2+
platform :ios, '12.0'
33

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

0 commit comments

Comments
 (0)