Skip to content

Commit 35cf189

Browse files
fix(removal): [SDK-2083] Removed Facebook App Links Code
1 parent 8927069 commit 35cf189

19 files changed

+1
-329
lines changed

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

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

Branch-TestBed/Branch-SDK-Tests/BNCFacebookMock.h

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

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

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ - (void)testRequestBody {
7272
NSMutableDictionary *expectedParams = [NSMutableDictionary dictionaryWithDictionary:@{
7373
@"app_version": @"foo-app-version",
7474
@"debug": @1,
75-
@"facebook_app_link_checked": @0,
7675
@"latest_install_time": BNCWireFormatFromDate(appDate),
7776
@"ios_bundle_id": @"foo-bundle-id",
7877
@"ios_team_id": @"R63EM248DP",

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ - (void)testRequestBodyWithNoDeviceToken {
7777
@"pn": BUNDLE_ID
7878
},
7979
@"debug": IS_DEBUG,
80-
@"facebook_app_link_checked": @0,
8180
@"randomized_bundle_token": RANDOMIZED_BUNDLE_TOKEN,
8281
@"ios_bundle_id": BUNDLE_ID,
8382
@"ios_team_id": @"R63EM248DP",
@@ -153,7 +152,6 @@ - (void)testRequestBodyWithDeviceToken {
153152
},
154153
@"debug": IS_DEBUG,
155154
@"randomized_device_token": DEVICE_TOKEN,
156-
@"facebook_app_link_checked": @0,
157155
@"randomized_bundle_token": RANDOMIZED_BUNDLE_TOKEN,
158156
@"ios_bundle_id": BUNDLE_ID,
159157
@"ios_team_id": @"R63EM248DP",

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,6 @@
167167
5F892EBE2361157E0023AEC1 /* NSError+Branch.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F892EBC2361157D0023AEC1 /* NSError+Branch.m */; };
168168
5F892EBF2361157E0023AEC1 /* NSError+Branch.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F892EBD2361157D0023AEC1 /* NSError+Branch.h */; settings = {ATTRIBUTES = (Public, ); }; };
169169
5F892EC5236116CD0023AEC1 /* NSErrorBranchCategoryTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F892EC4236116CC0023AEC1 /* NSErrorBranchCategoryTests.m */; };
170-
5F892ECE23624E0A0023AEC1 /* BNCFacebookAppLinksTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F892ECD23624E0A0023AEC1 /* BNCFacebookAppLinksTests.m */; };
171-
5F892ED1236257AF0023AEC1 /* BNCFacebookMock.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F892ED0236257AF0023AEC1 /* BNCFacebookMock.m */; };
172-
5F892ED8236258390023AEC1 /* BNCFacebookAppLinks.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F892ED6236258390023AEC1 /* BNCFacebookAppLinks.m */; };
173-
5F892ED9236258390023AEC1 /* BNCFacebookAppLinks.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F892ED7236258390023AEC1 /* BNCFacebookAppLinks.h */; };
174170
5F8B7B4021B5F5CD009CE0A6 /* libBranch.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 466B58381B17773000A69EDE /* libBranch.a */; };
175171
5F8B7B4721B5F5F0009CE0A6 /* Branch_setBranchKeyTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F8B7B4621B5F5F0009CE0A6 /* Branch_setBranchKeyTests.m */; };
176172
5F8BB66E278771890055D2DC /* BNCKeyChainTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F8BB66D278771890055D2DC /* BNCKeyChainTests.m */; };
@@ -478,11 +474,6 @@
478474
5F892EBC2361157D0023AEC1 /* NSError+Branch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSError+Branch.m"; sourceTree = "<group>"; };
479475
5F892EBD2361157D0023AEC1 /* NSError+Branch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSError+Branch.h"; sourceTree = "<group>"; };
480476
5F892EC4236116CC0023AEC1 /* NSErrorBranchCategoryTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSErrorBranchCategoryTests.m; sourceTree = "<group>"; };
481-
5F892ECD23624E0A0023AEC1 /* BNCFacebookAppLinksTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BNCFacebookAppLinksTests.m; sourceTree = "<group>"; };
482-
5F892ECF236257AF0023AEC1 /* BNCFacebookMock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BNCFacebookMock.h; sourceTree = "<group>"; };
483-
5F892ED0236257AF0023AEC1 /* BNCFacebookMock.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BNCFacebookMock.m; sourceTree = "<group>"; };
484-
5F892ED6236258390023AEC1 /* BNCFacebookAppLinks.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCFacebookAppLinks.m; sourceTree = "<group>"; };
485-
5F892ED7236258390023AEC1 /* BNCFacebookAppLinks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCFacebookAppLinks.h; sourceTree = "<group>"; };
486477
5F8B7B3B21B5F5CD009CE0A6 /* Branch-SDK-Unhosted-Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Branch-SDK-Unhosted-Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
487478
5F8B7B3F21B5F5CD009CE0A6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
488479
5F8B7B4621B5F5F0009CE0A6 /* Branch_setBranchKeyTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Branch_setBranchKeyTests.m; sourceTree = "<group>"; };
@@ -695,9 +686,6 @@
695686
5F437E3F237E1A560052064B /* BNCDeviceSystemTests.m */,
696687
5F2035CB240DDE90004FDC3E /* BNCDisableAdNetworkCalloutsTests.m */,
697688
4D16838E2098C901008819E3 /* BNCEncodingUtils.Test.m */,
698-
5F892ECD23624E0A0023AEC1 /* BNCFacebookAppLinksTests.m */,
699-
5F892ECF236257AF0023AEC1 /* BNCFacebookMock.h */,
700-
5F892ED0236257AF0023AEC1 /* BNCFacebookMock.m */,
701689
5F3D6719233062FD00454FF1 /* BNCJsonLoader.h */,
702690
5F3D671A233062FD00454FF1 /* BNCJsonLoader.m */,
703691
5F73FC8023314697000EBD32 /* BNCJSONUtilityTests.m */,
@@ -927,8 +915,6 @@
927915
464EA39A1ACB38EC000E4094 /* BNCEncodingUtils.m */,
928916
C10A6DE329A991E30061A851 /* BNCEventUtils.h */,
929917
C10A6DE129A991CB0061A851 /* BNCEventUtils.m */,
930-
5F892ED7236258390023AEC1 /* BNCFacebookAppLinks.h */,
931-
5F892ED6236258390023AEC1 /* BNCFacebookAppLinks.m */,
932918
4DE649191FE1D7F500226507 /* BNCFieldDefines.h */,
933919
5FE276AD2432705B00EA1BD2 /* BNCInitSessionResponse.h */,
934920
5FE276AE2432705B00EA1BD2 /* BNCInitSessionResponse.m */,
@@ -1136,7 +1122,6 @@
11361122
4DCAC8301F426F7C00405D1D /* NSMutableDictionary+Branch.h in Headers */,
11371123
4DCAC8311F426F7C00405D1D /* NSString+Branch.h in Headers */,
11381124
5F38021E24DCC2E800E6FAFD /* BranchCPIDRequest.h in Headers */,
1139-
5F892ED9236258390023AEC1 /* BNCFacebookAppLinks.h in Headers */,
11401125
5F38021A24DCC2E800E6FAFD /* BNCServerInterface.h in Headers */,
11411126
5F38022D24DCC2E800E6FAFD /* BranchInstallRequest.h in Headers */,
11421127
5FE276AF2432705B00EA1BD2 /* BNCInitSessionResponse.h in Headers */,
@@ -1467,7 +1452,6 @@
14671452
4D35141C1E3201D80085EBA1 /* NSMutableDictionary+Branch.m in Sources */,
14681453
4D955CCD2035021400FB8008 /* BNCURLFilter.m in Sources */,
14691454
466B58681B17779C00A69EDE /* BNCLinkData.m in Sources */,
1470-
5F892ED8236258390023AEC1 /* BNCFacebookAppLinks.m in Sources */,
14711455
54FF1F921BD1DC320004CE2E /* BranchLinkProperties.m in Sources */,
14721456
466B586A1B17779C00A69EDE /* BNCLinkCache.m in Sources */,
14731457
4D7881F7209CF28F002B750F /* BNCThreads.m in Sources */,
@@ -1539,7 +1523,6 @@
15391523
4AB16368239E3A2700D42931 /* DispatchToIsolationQueueTests.m in Sources */,
15401524
5F8BB66E278771890055D2DC /* BNCKeyChainTests.m in Sources */,
15411525
C1CC888229BAAFC000BDD2B5 /* BNCReferringURLUtilityTests.m in Sources */,
1542-
5F892ECE23624E0A0023AEC1 /* BNCFacebookAppLinksTests.m in Sources */,
15431526
5FE694382405FA2700E3AEE2 /* BNCCallbackMapTests.m in Sources */,
15441527
5FDB04F424E6156800F2F267 /* BNCSKAdNetworkTests.m in Sources */,
15451528
4D1683BB2098C902008819E3 /* BranchShortUrlRequestTests.m in Sources */,
@@ -1565,7 +1548,6 @@
15651548
4D1683AC2098C902008819E3 /* BranchInstallRequestTests.m in Sources */,
15661549
4D1683C72098C902008819E3 /* BNCCrashlyticsWrapper.Test.m in Sources */,
15671550
5FDF91592581CDF4009BE5A3 /* BNCPartnerParametersTests.m in Sources */,
1568-
5F892ED1236257AF0023AEC1 /* BNCFacebookMock.m in Sources */,
15691551
);
15701552
runOnlyForDeploymentPostprocessing = 0;
15711553
};

0 commit comments

Comments
 (0)