|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 7DA3BF1D1D889CE500CA8AE0 /* BranchContentDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA3BF171D889CE500CA8AE0 /* BranchContentDiscoverer.m */; }; |
| 11 | + 7DA3BF1E1D889CE500CA8AE0 /* BranchContentDiscoverer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DA3BF181D889CE500CA8AE0 /* BranchContentDiscoverer.h */; }; |
| 12 | + 7DA3BF1F1D889CE500CA8AE0 /* BranchContentDiscoveryManifest.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DA3BF191D889CE500CA8AE0 /* BranchContentDiscoveryManifest.h */; }; |
| 13 | + 7DA3BF201D889CE500CA8AE0 /* BranchContentDiscoveryManifest.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA3BF1A1D889CE500CA8AE0 /* BranchContentDiscoveryManifest.m */; }; |
| 14 | + 7DA3BF211D889CE500CA8AE0 /* BranchContentPathProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DA3BF1B1D889CE500CA8AE0 /* BranchContentPathProperties.h */; }; |
| 15 | + 7DA3BF221D889CE500CA8AE0 /* BranchContentPathProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA3BF1C1D889CE500CA8AE0 /* BranchContentPathProperties.m */; }; |
10 | 16 | E230A16C1D03DB9E006181D8 /* BNCConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E230A1151D03DB9E006181D8 /* BNCConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
11 | 17 | E230A16D1D03DB9E006181D8 /* BNCContentDiscoveryManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E230A1161D03DB9E006181D8 /* BNCContentDiscoveryManager.h */; }; |
12 | 18 | E230A16E1D03DB9E006181D8 /* BNCContentDiscoveryManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E230A1171D03DB9E006181D8 /* BNCContentDiscoveryManager.m */; }; |
|
84 | 90 | /* End PBXBuildFile section */ |
85 | 91 |
|
86 | 92 | /* Begin PBXFileReference section */ |
| 93 | + 7DA3BF171D889CE500CA8AE0 /* BranchContentDiscoverer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BranchContentDiscoverer.m; sourceTree = "<group>"; }; |
| 94 | + 7DA3BF181D889CE500CA8AE0 /* BranchContentDiscoverer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BranchContentDiscoverer.h; sourceTree = "<group>"; }; |
| 95 | + 7DA3BF191D889CE500CA8AE0 /* BranchContentDiscoveryManifest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BranchContentDiscoveryManifest.h; sourceTree = "<group>"; }; |
| 96 | + 7DA3BF1A1D889CE500CA8AE0 /* BranchContentDiscoveryManifest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BranchContentDiscoveryManifest.m; sourceTree = "<group>"; }; |
| 97 | + 7DA3BF1B1D889CE500CA8AE0 /* BranchContentPathProperties.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BranchContentPathProperties.h; sourceTree = "<group>"; }; |
| 98 | + 7DA3BF1C1D889CE500CA8AE0 /* BranchContentPathProperties.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BranchContentPathProperties.m; sourceTree = "<group>"; }; |
87 | 99 | E230A1151D03DB9E006181D8 /* BNCConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCConfig.h; sourceTree = "<group>"; }; |
88 | 100 | E230A1161D03DB9E006181D8 /* BNCContentDiscoveryManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCContentDiscoveryManager.h; sourceTree = "<group>"; }; |
89 | 101 | E230A1171D03DB9E006181D8 /* BNCContentDiscoveryManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCContentDiscoveryManager.m; sourceTree = "<group>"; }; |
|
184 | 196 | E230A1141D03DB9E006181D8 /* Branch-SDK */ = { |
185 | 197 | isa = PBXGroup; |
186 | 198 | children = ( |
| 199 | + 7DA3BF171D889CE500CA8AE0 /* BranchContentDiscoverer.m */, |
| 200 | + 7DA3BF181D889CE500CA8AE0 /* BranchContentDiscoverer.h */, |
| 201 | + 7DA3BF191D889CE500CA8AE0 /* BranchContentDiscoveryManifest.h */, |
| 202 | + 7DA3BF1A1D889CE500CA8AE0 /* BranchContentDiscoveryManifest.m */, |
| 203 | + 7DA3BF1B1D889CE500CA8AE0 /* BranchContentPathProperties.h */, |
| 204 | + 7DA3BF1C1D889CE500CA8AE0 /* BranchContentPathProperties.m */, |
187 | 205 | E230A1151D03DB9E006181D8 /* BNCConfig.h */, |
188 | 206 | E230A1161D03DB9E006181D8 /* BNCContentDiscoveryManager.h */, |
189 | 207 | E230A1171D03DB9E006181D8 /* BNCContentDiscoveryManager.m */, |
|
316 | 334 | E230A1791D03DB9E006181D8 /* BNCPreferenceHelper.h in Headers */, |
317 | 335 | E230A17B1D03DB9E006181D8 /* BNCServerInterface.h in Headers */, |
318 | 336 | E230A1961D03DB9E006181D8 /* BranchViewHandler.h in Headers */, |
| 337 | + 7DA3BF211D889CE500CA8AE0 /* BranchContentPathProperties.h in Headers */, |
319 | 338 | E230A1861D03DB9E006181D8 /* Branch.h in Headers */, |
320 | 339 | E230A16C1D03DB9E006181D8 /* BNCConfig.h in Headers */, |
| 340 | + 7DA3BF1E1D889CE500CA8AE0 /* BranchContentDiscoverer.h in Headers */, |
321 | 341 | E230A18E1D03DB9E006181D8 /* BranchDeepLinkingController.h in Headers */, |
322 | 342 | E230A1921D03DB9E006181D8 /* BranchUniversalObject.h in Headers */, |
323 | 343 | E230A1771D03DB9E006181D8 /* BNCLinkData.h in Headers */, |
|
351 | 371 | E230A18A1D03DB9E006181D8 /* BranchConstants.h in Headers */, |
352 | 372 | E230A1751D03DB9E006181D8 /* BNCLinkCache.h in Headers */, |
353 | 373 | E230A19C1D03DB9E006181D8 /* BranchCloseRequest.h in Headers */, |
| 374 | + 7DA3BF1F1D889CE500CA8AE0 /* BranchContentDiscoveryManifest.h in Headers */, |
354 | 375 | ); |
355 | 376 | runOnlyForDeploymentPostprocessing = 0; |
356 | 377 | }; |
|
423 | 444 | files = ( |
424 | 445 | E230A16E1D03DB9E006181D8 /* BNCContentDiscoveryManager.m in Sources */, |
425 | 446 | E230A1701D03DB9E006181D8 /* BNCDeviceInfo.m in Sources */, |
| 447 | + 7DA3BF201D889CE500CA8AE0 /* BranchContentDiscoveryManifest.m in Sources */, |
426 | 448 | E230A1B71D03DB9F006181D8 /* BranchSpotlightUrlRequest.m in Sources */, |
427 | 449 | E230A1B31D03DB9E006181D8 /* BranchShortUrlRequest.m in Sources */, |
428 | 450 | E230A1931D03DB9E006181D8 /* BranchUniversalObject.m in Sources */, |
|
444 | 466 | E230A1871D03DB9E006181D8 /* Branch.m in Sources */, |
445 | 467 | E230A1761D03DB9E006181D8 /* BNCLinkCache.m in Sources */, |
446 | 468 | E230A1AD1D03DB9E006181D8 /* BranchRedeemRewardsRequest.m in Sources */, |
| 469 | + 7DA3BF1D1D889CE500CA8AE0 /* BranchContentDiscoverer.m in Sources */, |
447 | 470 | E230A1971D03DB9E006181D8 /* BranchViewHandler.m in Sources */, |
448 | 471 | E230A1801D03DB9E006181D8 /* BNCServerResponse.m in Sources */, |
449 | 472 | E230A1A91D03DB9E006181D8 /* BranchLogoutRequest.m in Sources */, |
|
456 | 479 | E230A17E1D03DB9E006181D8 /* BNCServerRequestQueue.m in Sources */, |
457 | 480 | E2B9477F1D15E3C100F2270D /* BNCFabricAnswers.m in Sources */, |
458 | 481 | E230A1A31D03DB9E006181D8 /* BranchInstallRequest.m in Sources */, |
| 482 | + 7DA3BF221D889CE500CA8AE0 /* BranchContentPathProperties.m in Sources */, |
459 | 483 | ); |
460 | 484 | runOnlyForDeploymentPostprocessing = 0; |
461 | 485 | }; |
|
0 commit comments