File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 12941294 GCC_PRECOMPILE_PREFIX_HEADER = YES;
12951295 GCC_PREFIX_HEADER = "Branch-TestBed/Branch-TestBed-Prefix.pch";
12961296 INFOPLIST_FILE = "Branch-TestBed/Branch-TestBed-Info.plist";
1297- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
1297+ IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
12981298 PRODUCT_BUNDLE_IDENTIFIER = "io.branch.sdk.Branch-TestBed";
12991299 PRODUCT_NAME = "$(TARGET_NAME)";
13001300 PROVISIONING_PROFILE = "";
13151315 GCC_PRECOMPILE_PREFIX_HEADER = YES;
13161316 GCC_PREFIX_HEADER = "Branch-TestBed/Branch-TestBed-Prefix.pch";
13171317 INFOPLIST_FILE = "Branch-TestBed/Branch-TestBed-Info.plist";
1318- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
1318+ IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
13191319 PRODUCT_BUNDLE_IDENTIFIER = "io.branch.sdk.Branch-TestBed";
13201320 PRODUCT_NAME = "$(TARGET_NAME)";
13211321 PROVISIONING_PROFILE = "";
Original file line number Diff line number Diff line change 1515#import " BNCEncodingUtils.h"
1616@import SafariServices;
1717
18+ // Ignore Safari availability for iOS 8 and lower in this example.
19+ #pragma clang diagnostic ignored "-Wpartial-availability"
20+
1821@interface AppDelegate () <SFSafariViewControllerDelegate>
1922@property (nonatomic , strong ) SFSafariViewController *onboardingVC;
2023@end
You can’t perform that action at this time.
0 commit comments