Skip to content

Commit c088b0b

Browse files
authored
Merge pull request #1217 from BranchMetrics/SDK-1329-SDK-layout-update
SDK-1329 SDK layout update
2 parents afebe7c + fa15fa8 commit c088b0b

File tree

234 files changed

+3738
-2792
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

234 files changed

+3738
-2792
lines changed

.swiftpm/xcode/xcshareddata/xcschemes/Branch.xcscheme

Lines changed: 0 additions & 67 deletions
This file was deleted.

Branch-SDK/BNCAvailability.h

Lines changed: 0 additions & 25 deletions
This file was deleted.

Branch-SDK/BNCAvailability.m

Lines changed: 0 additions & 14 deletions
This file was deleted.

Branch-TestBed/Branch-SDK-Tests/BNCServerInterface.Test.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ - (void)testGetRequestAsyncRetriesWhenAppropriate {
139139
}];
140140

141141
[serverInterface getRequest:nil url:@"http://foo" key:@"key_live_foo" callback:NULL];
142-
[self waitForExpectationsWithTimeout:5.0 handler:nil];
142+
[self waitForExpectationsWithTimeout:10.0 handler:nil];
143143
}
144144

145145
//==================================================================================
@@ -420,7 +420,7 @@ - (void)testRequestIdFromHeader {
420420
XCTAssertEqualObjects(response.requestId, requestId);
421421
}];
422422

423-
[self waitForExpectationsWithTimeout:1.0 handler:nil];
423+
[self waitForExpectationsWithTimeout:5.0 handler:nil];
424424
}
425425

426426
- (void) testServerInterfaceDictionaryPrepForGbraid {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ - (void)setUp {
5353
[[BNCUserAgentCollector instance] loadUserAgentWithCompletion:^(NSString * _Nullable userAgent) {
5454
[expectation fulfill];
5555
}];
56-
[self waitForExpectationsWithTimeout:2.0 handler:^(NSError * _Nullable error) { }];
56+
[self waitForExpectationsWithTimeout:5.0 handler:^(NSError * _Nullable error) { }];
5757
}
5858

5959
- (void)resetExpectations {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#import "BNCTestCase.h"
1212
#import "BNCURLFilter.h"
1313
#import "Branch.h"
14+
#import "BNCLog.h"
1415

1516
@interface BNCURLFilter ()
1617
@property (readwrite) NSURL *jsonURL;

Branch-TestBed/Branch-SDK-Tests/BranchDelegate.Test.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#import "BNCTestCase.h"
1010
#import "Branch.h"
11+
#import "NSError+Branch.h"
1112
#import "BNCEncodingUtils.h"
1213

1314
@interface BranchDelegateTest : BNCTestCase <BranchDelegate>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#import "BNCTestCase.h"
1010
#import "Branch.h"
11+
#import "BNCLog.h"
1112
#import "BNCApplication+BNCTest.h"
1213
#import "BranchOpenRequest.h"
1314
#import "BranchConstants.h"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#import <XCTest/XCTest.h>
1010
#import "Branch.h"
11+
#import "BranchQRCode.h"
1112
#import "BNCQRCodeCache.h"
1213

1314
@interface BranchQRCodeTests : XCTestCase

Branch-TestBed/Branch-TestBed.xcodeproj/project.pbxproj

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
4D7881FD209CF2D4002B750F /* BNCTestCase.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4D7881F9209CF2D4002B750F /* BNCTestCase.strings */; };
7070
4D7881FE209CF2D4002B750F /* BNCTestCase.Test.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D7881FA209CF2D4002B750F /* BNCTestCase.Test.m */; };
7171
4D7881FF209CF2D4002B750F /* BNCApplication+BNCTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D7881FC209CF2D4002B750F /* BNCApplication+BNCTest.m */; };
72-
4D8999ED1DC108FF00F7EE0A /* BNCAvailability.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D8999EB1DC108FF00F7EE0A /* BNCAvailability.m */; };
7372
4D8EE7A61E1F0A5D00B1F450 /* BNCCommerceEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D8EE7A41E1F0A5D00B1F450 /* BNCCommerceEvent.m */; };
7473
4D93D8622098D43C00CFABA6 /* UITestSafari.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D93D8602098D43C00CFABA6 /* UITestSafari.m */; };
7574
4D955CCC2035021400FB8008 /* BNCURLFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D955CCA2035021400FB8008 /* BNCURLFilter.h */; };
@@ -80,7 +79,6 @@
8079
4DB327FF1FA10B9000ACF9B0 /* BranchDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DB327FD1FA10B9000ACF9B0 /* BranchDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
8180
4DB328001FA10B9000ACF9B0 /* BranchDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DB327FE1FA10B9000ACF9B0 /* BranchDelegate.m */; };
8281
4DB567341E79F46000A8A324 /* BranchShareLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DB567321E79F46000A8A324 /* BranchShareLink.m */; };
83-
4DB5EB4C209B9A6B00149DC9 /* BranchEvent.Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1683952098C901008819E3 /* BranchEvent.Test.swift */; };
8482
4DBC88651F3A55B700E119BF /* NSString+Branch.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DA577211E67B28700A43BDD /* NSString+Branch.m */; };
8583
4DBEFFF61FB114F900F7C41B /* ArrayPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DBEFFF51FB114F900F7C41B /* ArrayPickerView.m */; };
8684
4DCAC8011F426F7C00405D1D /* BNCCommerceEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D8EE7A31E1F0A5D00B1F450 /* BNCCommerceEvent.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -93,7 +91,6 @@
9391
4DCAC80B1F426F7C00405D1D /* BNCLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DA577151E67B1D600A43BDD /* BNCLog.h */; settings = {ATTRIBUTES = (Public, ); }; };
9492
4DCAC80C1F426F7C00405D1D /* BNCPreferenceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 670016C11946309100A9E103 /* BNCPreferenceHelper.h */; settings = {ATTRIBUTES = (Public, ); }; };
9593
4DCAC80E1F426F7C00405D1D /* BNCSystemObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 670016C71946309100A9E103 /* BNCSystemObserver.h */; };
96-
4DCAC80F1F426F7C00405D1D /* BNCAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D8999EA1DC108FF00F7EE0A /* BNCAvailability.h */; settings = {ATTRIBUTES = (Public, ); }; };
9794
4DCAC8101F426F7C00405D1D /* Branch.h in Headers */ = {isa = PBXBuildFile; fileRef = 670016BD1946309100A9E103 /* Branch.h */; settings = {ATTRIBUTES = (Public, ); }; };
9895
4DCAC8111F426F7C00405D1D /* BranchActivityItemProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = D258D2C41A794D64004A1C90 /* BranchActivityItemProvider.h */; settings = {ATTRIBUTES = (Public, ); }; };
9996
4DCAC8121F426F7C00405D1D /* BranchConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 4665AF221B28935700184037 /* BranchConstants.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -402,8 +399,6 @@
402399
4D7881FA209CF2D4002B750F /* BNCTestCase.Test.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCTestCase.Test.m; sourceTree = "<group>"; };
403400
4D7881FB209CF2D4002B750F /* BNCApplication+BNCTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "BNCApplication+BNCTest.h"; sourceTree = "<group>"; };
404401
4D7881FC209CF2D4002B750F /* BNCApplication+BNCTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "BNCApplication+BNCTest.m"; sourceTree = "<group>"; };
405-
4D8999EA1DC108FF00F7EE0A /* BNCAvailability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCAvailability.h; sourceTree = "<group>"; };
406-
4D8999EB1DC108FF00F7EE0A /* BNCAvailability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCAvailability.m; sourceTree = "<group>"; };
407402
4D8EE7A31E1F0A5D00B1F450 /* BNCCommerceEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCCommerceEvent.h; sourceTree = "<group>"; };
408403
4D8EE7A41E1F0A5D00B1F450 /* BNCCommerceEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCCommerceEvent.m; sourceTree = "<group>"; };
409404
4D93D8592098CC4400CFABA6 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
@@ -832,7 +827,7 @@
832827
6589EBA52674270100F2E28B /* Branch-TestBed-CI.xctestplan */,
833828
033FC71025AC1E5800D8319E /* Branch-TestBed.xctestplan */,
834829
4D93D8592098CC4400CFABA6 /* README.md */,
835-
670016BB1946309100A9E103 /* Branch-SDK */,
830+
670016BB1946309100A9E103 /* BranchSDK */,
836831
4D16837A2098C901008819E3 /* Branch-SDK-Tests */,
837832
5F8B7B3C21B5F5CD009CE0A6 /* Branch-SDK-Unhosted-Tests */,
838833
670016691940F51400A9E103 /* Branch-TestBed */,
@@ -915,7 +910,7 @@
915910
name = "Supporting Files";
916911
sourceTree = "<group>";
917912
};
918-
670016BB1946309100A9E103 /* Branch-SDK */ = {
913+
670016BB1946309100A9E103 /* BranchSDK */ = {
919914
isa = PBXGroup;
920915
children = (
921916
C12320B8280E2091007771C0 /* BranchQRCode.m */,
@@ -975,8 +970,6 @@
975970
5FC7326722D81002006E6FBC /* BNCAppleReceipt.m */,
976971
4D59B51B2006979B00F89FD5 /* BNCApplication.h */,
977972
4D59B51C2006979B00F89FD5 /* BNCApplication.m */,
978-
4D8999EA1DC108FF00F7EE0A /* BNCAvailability.h */,
979-
4D8999EB1DC108FF00F7EE0A /* BNCAvailability.m */,
980973
E2B947491D15D73900F2270D /* BNCCallbacks.h */,
981974
4D8EE7A31E1F0A5D00B1F450 /* BNCCommerceEvent.h */,
982975
4D8EE7A41E1F0A5D00B1F450 /* BNCCommerceEvent.m */,
@@ -1079,8 +1072,8 @@
10791072
C10C61AB28248E5A00761D7E /* BNCQRCodeCache.h */,
10801073
C10C61AC28248E5A00761D7E /* BNCQRCodeCache.m */,
10811074
);
1082-
name = "Branch-SDK";
1083-
path = "../Branch-SDK";
1075+
name = BranchSDK;
1076+
path = ../BranchSDK;
10841077
sourceTree = "<group>";
10851078
};
10861079
/* End PBXGroup section */
@@ -1096,7 +1089,6 @@
10961089
5FB38C802521234F00E9A85A /* BNCAppGroupsData.h in Headers */,
10971090
9A2B7DD51FEC3BAF00CD188B /* Branch+Validator.h in Headers */,
10981091
F185BAAA1F3D30D70056300C /* BNCSpotlightService.h in Headers */,
1099-
4DCAC80F1F426F7C00405D1D /* BNCAvailability.h in Headers */,
11001092
5F38021024DCC2E800E6FAFD /* BranchCloseRequest.h in Headers */,
11011093
5FDB04ED24E4D23300F2F267 /* BNCSKAdNetwork.h in Headers */,
11021094
5F5EC45B2374D95300AAAFC7 /* BNCAppleAdClient.h in Headers */,
@@ -1280,7 +1272,7 @@
12801272
attributes = {
12811273
CLASSPREFIX = BNC;
12821274
DefaultBuildSystemTypeForWorkspace = Latest;
1283-
LastUpgradeCheck = 1100;
1275+
LastUpgradeCheck = 1410;
12841276
ORGANIZATIONNAME = "Branch, Inc.";
12851277
TargetAttributes = {
12861278
466B58371B17773000A69EDE = {
@@ -1465,7 +1457,6 @@
14651457
E729974E28E2BBFA007D91B2 /* BranchPasteControl.m in Sources */,
14661458
5F892EB82360EFE90023AEC1 /* BNCAppleSearchAds.m in Sources */,
14671459
466B58591B17779C00A69EDE /* BNCPreferenceHelper.m in Sources */,
1468-
4D8999ED1DC108FF00F7EE0A /* BNCAvailability.m in Sources */,
14691460
5F5EC45C2374D95300AAAFC7 /* BNCAppleAdClient.m in Sources */,
14701461
5F38021724DCC2E800E6FAFD /* BranchOpenRequest.m in Sources */,
14711462
4D59B5222006979C00F89FD5 /* BNCKeyChain.m in Sources */,
@@ -1547,7 +1538,6 @@
15471538
5F22AFC0240600A200837CF5 /* BNCCallbackMap.m in Sources */,
15481539
4D1683B72098C902008819E3 /* BNCTestCase.m in Sources */,
15491540
4D1683B82098C902008819E3 /* BNCEncodingUtils.Test.m in Sources */,
1550-
4DB5EB4C209B9A6B00149DC9 /* BranchEvent.Test.swift in Sources */,
15511541
4D1683B12098C902008819E3 /* BranchLogoutRequestTests.m in Sources */,
15521542
5F909B5E23314CE900A774D2 /* BNCJSONUtilityTests.m in Sources */,
15531543
5F909B722332BEF600A774D2 /* BranchLastAttributedTouchDataTests.m in Sources */,
@@ -1670,6 +1660,7 @@
16701660
"DEBUG=1",
16711661
"$(inherited)",
16721662
);
1663+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
16731664
MTL_ENABLE_DEBUG_INFO = YES;
16741665
OTHER_LDFLAGS = "-ObjC";
16751666
PRIVATE_HEADERS_FOLDER_PATH = /headers;
@@ -1688,6 +1679,7 @@
16881679
DEFINES_MODULE = YES;
16891680
ENABLE_STRICT_OBJC_MSGSEND = YES;
16901681
GCC_NO_COMMON_BLOCKS = YES;
1682+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
16911683
MTL_ENABLE_DEBUG_INFO = NO;
16921684
OTHER_LDFLAGS = "-ObjC";
16931685
PRIVATE_HEADERS_FOLDER_PATH = /headers;
@@ -1709,7 +1701,7 @@
17091701
DEVELOPMENT_TEAM = R63EM248DP;
17101702
GCC_C_LANGUAGE_STANDARD = gnu11;
17111703
INFOPLIST_FILE = "Branch-SDK-Unhosted-Tests/Info.plist";
1712-
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
1704+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
17131705
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17141706
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
17151707
MTL_FAST_MATH = YES;
@@ -1732,7 +1724,7 @@
17321724
DEVELOPMENT_TEAM = R63EM248DP;
17331725
GCC_C_LANGUAGE_STANDARD = gnu11;
17341726
INFOPLIST_FILE = "Branch-SDK-Unhosted-Tests/Info.plist";
1735-
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
1727+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
17361728
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17371729
MTL_ENABLE_DEBUG_INFO = NO;
17381730
MTL_FAST_MATH = YES;
@@ -1769,6 +1761,7 @@
17691761
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
17701762
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
17711763
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1764+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
17721765
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
17731766
CLANG_WARN_STRICT_PROTOTYPES = YES;
17741767
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -1796,7 +1789,7 @@
17961789
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
17971790
GCC_WARN_UNUSED_FUNCTION = YES;
17981791
GCC_WARN_UNUSED_VARIABLE = YES;
1799-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1792+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
18001793
ONLY_ACTIVE_ARCH = YES;
18011794
SDKROOT = iphoneos;
18021795
SWIFT_VERSION = 4.2;
@@ -1830,6 +1823,7 @@
18301823
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
18311824
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
18321825
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1826+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
18331827
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
18341828
CLANG_WARN_STRICT_PROTOTYPES = YES;
18351829
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -1850,7 +1844,7 @@
18501844
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
18511845
GCC_WARN_UNUSED_FUNCTION = YES;
18521846
GCC_WARN_UNUSED_VARIABLE = YES;
1853-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1847+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
18541848
SDKROOT = iphoneos;
18551849
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
18561850
SWIFT_VERSION = 4.2;
@@ -1871,7 +1865,7 @@
18711865
GCC_PRECOMPILE_PREFIX_HEADER = YES;
18721866
GCC_PREFIX_HEADER = "Branch-TestBed/Branch-TestBed-Prefix.pch";
18731867
INFOPLIST_FILE = "Branch-TestBed/Branch-TestBed-Info.plist";
1874-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1868+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
18751869
PRODUCT_BUNDLE_IDENTIFIER = "io.branch.sdk.Branch-TestBed";
18761870
PRODUCT_NAME = "$(TARGET_NAME)";
18771871
PROVISIONING_PROFILE = "";
@@ -1894,7 +1888,7 @@
18941888
GCC_PRECOMPILE_PREFIX_HEADER = YES;
18951889
GCC_PREFIX_HEADER = "Branch-TestBed/Branch-TestBed-Prefix.pch";
18961890
INFOPLIST_FILE = "Branch-TestBed/Branch-TestBed-Info.plist";
1897-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1891+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
18981892
PRODUCT_BUNDLE_IDENTIFIER = "io.branch.sdk.Branch-TestBed";
18991893
PRODUCT_NAME = "$(TARGET_NAME)";
19001894
PROVISIONING_PROFILE = "";
@@ -1918,6 +1912,7 @@
19181912
"$(inherited)",
19191913
);
19201914
INFOPLIST_FILE = "Branch-SDK-Tests/Info.plist";
1915+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
19211916
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
19221917
MTL_ENABLE_DEBUG_INFO = YES;
19231918
PRODUCT_BUNDLE_IDENTIFIER = "io.branch.sdk.$(PRODUCT_NAME:rfc1034identifier)";
@@ -1939,6 +1934,7 @@
19391934
ENABLE_STRICT_OBJC_MSGSEND = YES;
19401935
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
19411936
INFOPLIST_FILE = "Branch-SDK-Tests/Info.plist";
1937+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
19421938
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
19431939
MTL_ENABLE_DEBUG_INFO = NO;
19441940
PRODUCT_BUNDLE_IDENTIFIER = "io.branch.sdk.$(PRODUCT_NAME:rfc1034identifier)";
@@ -1960,7 +1956,7 @@
19601956
DEVELOPMENT_TEAM = R63EM248DP;
19611957
HEADER_SEARCH_PATHS = "\"${PODS_ROOT}/Headers/Public\"";
19621958
INFOPLIST_FILE = "Branch-TestBed-UITests/Info.plist";
1963-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1959+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
19641960
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
19651961
MTL_ENABLE_DEBUG_INFO = YES;
19661962
PRODUCT_BUNDLE_IDENTIFIER = "io.branch.sdk.$(PRODUCT_NAME:rfc1034identifier)";
@@ -1981,7 +1977,7 @@
19811977
DEVELOPMENT_TEAM = R63EM248DP;
19821978
HEADER_SEARCH_PATHS = "\"${PODS_ROOT}/Headers/Public\"";
19831979
INFOPLIST_FILE = "Branch-TestBed-UITests/Info.plist";
1984-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1980+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
19851981
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
19861982
MTL_ENABLE_DEBUG_INFO = NO;
19871983
PRODUCT_BUNDLE_IDENTIFIER = "io.branch.sdk.$(PRODUCT_NAME:rfc1034identifier)";

0 commit comments

Comments
 (0)