|
96 | 96 | 5F9071CE233D5FE4003AACAD /* BranchCPIDRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F9071CA233D5FE4003AACAD /* BranchCPIDRequest.h */; platformFilter = ios; }; |
97 | 97 | 5F9071D1233D6034003AACAD /* BNCJSONUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F9071CF233D6033003AACAD /* BNCJSONUtility.h */; platformFilter = ios; }; |
98 | 98 | 5F9071D2233D6034003AACAD /* BNCJSONUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F9071D0233D6034003AACAD /* BNCJSONUtility.m */; platformFilter = ios; }; |
| 99 | + 5F92B24D2387703700CA909B /* BNCLocale.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F92B2432387703500CA909B /* BNCLocale.m */; }; |
| 100 | + 5F92B24E2387703700CA909B /* BNCDeviceSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F92B2442387703600CA909B /* BNCDeviceSystem.m */; }; |
| 101 | + 5F92B24F2387703700CA909B /* BNCReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F92B2452387703600CA909B /* BNCReachability.m */; }; |
| 102 | + 5F92B2502387703700CA909B /* BNCNetworkInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F92B2462387703600CA909B /* BNCNetworkInterface.h */; }; |
| 103 | + 5F92B2512387703700CA909B /* BNCReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F92B2472387703600CA909B /* BNCReachability.h */; }; |
| 104 | + 5F92B2522387703700CA909B /* BNCTelephony.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F92B2482387703600CA909B /* BNCTelephony.h */; }; |
| 105 | + 5F92B2532387703700CA909B /* BNCDeviceSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F92B2492387703600CA909B /* BNCDeviceSystem.h */; }; |
| 106 | + 5F92B2542387703700CA909B /* BNCNetworkInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F92B24A2387703600CA909B /* BNCNetworkInterface.m */; }; |
| 107 | + 5F92B2552387703700CA909B /* BNCLocale.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F92B24B2387703600CA909B /* BNCLocale.h */; }; |
| 108 | + 5F92B2562387703700CA909B /* BNCTelephony.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F92B24C2387703600CA909B /* BNCTelephony.m */; }; |
99 | 109 | 5FB6D3D623219B48006C5094 /* BNCUserAgentCollector.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FB6D3D223219B48006C5094 /* BNCUserAgentCollector.m */; platformFilter = ios; }; |
100 | 110 | 5FB6D3D723219B48006C5094 /* BNCUserAgentCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FB6D3D323219B48006C5094 /* BNCUserAgentCollector.h */; platformFilter = ios; }; |
101 | 111 | 5FB6D3D823219B48006C5094 /* BNCAppleReceipt.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FB6D3D423219B48006C5094 /* BNCAppleReceipt.h */; platformFilter = ios; }; |
|
234 | 244 | 5F9071CA233D5FE4003AACAD /* BranchCPIDRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BranchCPIDRequest.h; path = Requests/BranchCPIDRequest.h; sourceTree = "<group>"; }; |
235 | 245 | 5F9071CF233D6033003AACAD /* BNCJSONUtility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCJSONUtility.h; sourceTree = "<group>"; }; |
236 | 246 | 5F9071D0233D6034003AACAD /* BNCJSONUtility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCJSONUtility.m; sourceTree = "<group>"; }; |
| 247 | + 5F92B2432387703500CA909B /* BNCLocale.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCLocale.m; sourceTree = "<group>"; }; |
| 248 | + 5F92B2442387703600CA909B /* BNCDeviceSystem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCDeviceSystem.m; sourceTree = "<group>"; }; |
| 249 | + 5F92B2452387703600CA909B /* BNCReachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCReachability.m; sourceTree = "<group>"; }; |
| 250 | + 5F92B2462387703600CA909B /* BNCNetworkInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCNetworkInterface.h; sourceTree = "<group>"; }; |
| 251 | + 5F92B2472387703600CA909B /* BNCReachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCReachability.h; sourceTree = "<group>"; }; |
| 252 | + 5F92B2482387703600CA909B /* BNCTelephony.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCTelephony.h; sourceTree = "<group>"; }; |
| 253 | + 5F92B2492387703600CA909B /* BNCDeviceSystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCDeviceSystem.h; sourceTree = "<group>"; }; |
| 254 | + 5F92B24A2387703600CA909B /* BNCNetworkInterface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCNetworkInterface.m; sourceTree = "<group>"; }; |
| 255 | + 5F92B24B2387703600CA909B /* BNCLocale.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCLocale.h; sourceTree = "<group>"; }; |
| 256 | + 5F92B24C2387703600CA909B /* BNCTelephony.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCTelephony.m; sourceTree = "<group>"; }; |
237 | 257 | 5FB6D3D223219B48006C5094 /* BNCUserAgentCollector.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCUserAgentCollector.m; sourceTree = "<group>"; }; |
238 | 258 | 5FB6D3D323219B48006C5094 /* BNCUserAgentCollector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCUserAgentCollector.h; sourceTree = "<group>"; }; |
239 | 259 | 5FB6D3D423219B48006C5094 /* BNCAppleReceipt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCAppleReceipt.h; sourceTree = "<group>"; }; |
|
355 | 375 | E230A1141D03DB9E006181D8 /* Branch-SDK */ = { |
356 | 376 | isa = PBXGroup; |
357 | 377 | children = ( |
| 378 | + 5F92B2492387703600CA909B /* BNCDeviceSystem.h */, |
| 379 | + 5F92B2442387703600CA909B /* BNCDeviceSystem.m */, |
| 380 | + 5F92B24B2387703600CA909B /* BNCLocale.h */, |
| 381 | + 5F92B2432387703500CA909B /* BNCLocale.m */, |
| 382 | + 5F92B2462387703600CA909B /* BNCNetworkInterface.h */, |
| 383 | + 5F92B24A2387703600CA909B /* BNCNetworkInterface.m */, |
| 384 | + 5F92B2472387703600CA909B /* BNCReachability.h */, |
| 385 | + 5F92B2452387703600CA909B /* BNCReachability.m */, |
| 386 | + 5F92B2482387703600CA909B /* BNCTelephony.h */, |
| 387 | + 5F92B24C2387703600CA909B /* BNCTelephony.m */, |
358 | 388 | 5F7DB5F9237C95C30077A95F /* BNCAppleAdClient.h */, |
359 | 389 | 5F7DB5FA237C95C30077A95F /* BNCAppleAdClient.m */, |
360 | 390 | 5F8FC236236BB18900B8474A /* BNCAppleSearchAds.h */, |
|
509 | 539 | E230A1881D03DB9E006181D8 /* BranchActivityItemProvider.h in Headers */, |
510 | 540 | E230A18A1D03DB9E006181D8 /* BranchConstants.h in Headers */, |
511 | 541 | E230A18E1D03DB9E006181D8 /* BranchDeepLinkingController.h in Headers */, |
| 542 | + 5F92B2512387703700CA909B /* BNCReachability.h in Headers */, |
512 | 543 | 4D778E1E218253F200308B51 /* BranchCSSearchableItemAttributeSet.h in Headers */, |
513 | 544 | 4DAF63BA1F86C26A006316E9 /* BranchDelegate.h in Headers */, |
514 | 545 | 4DAB179D1EE8A31B0079EEB4 /* BNCNetworkService.h in Headers */, |
|
523 | 554 | 4DAB17BA1EE8A31B0079EEB4 /* BranchShortUrlRequest.h in Headers */, |
524 | 555 | 5F9071C3233D5FD5003AACAD /* BranchLastAttributedTouchData.h in Headers */, |
525 | 556 | 7DA3BF211D889CE500CA8AE0 /* BranchContentPathProperties.h in Headers */, |
| 557 | + 5F92B2552387703700CA909B /* BNCLocale.h in Headers */, |
| 558 | + 5F92B2502387703700CA909B /* BNCNetworkInterface.h in Headers */, |
526 | 559 | 4DAB17B41EE8A31B0079EEB4 /* BranchRedeemRewardsRequest.h in Headers */, |
527 | 560 | 4DAB17AC1EE8A31B0079EEB4 /* BranchInstallRequest.h in Headers */, |
528 | 561 | 7DA3BF1E1D889CE500CA8AE0 /* BranchContentDiscoverer.h in Headers */, |
|
541 | 574 | 4D1851C92019127700E48994 /* BNCKeyChain.h in Headers */, |
542 | 575 | E230A1711D03DB9E006181D8 /* BNCEncodingUtils.h in Headers */, |
543 | 576 | 4D301CE31FA1452100642F4A /* BNCFieldDefines.h in Headers */, |
| 577 | + 5F92B2522387703700CA909B /* BNCTelephony.h in Headers */, |
544 | 578 | 5FB6D3D823219B48006C5094 /* BNCAppleReceipt.h in Headers */, |
545 | 579 | 4DAB17B61EE8A31B0079EEB4 /* BranchRegisterViewRequest.h in Headers */, |
546 | 580 | 4D291AAB1E322ECC007ED118 /* NSMutableDictionary+Branch.h in Headers */, |
547 | 581 | 4DAB17AA1EE8A31B0079EEB4 /* BranchCreditHistoryRequest.h in Headers */, |
548 | 582 | E230A1831D03DB9E006181D8 /* BNCSystemObserver.h in Headers */, |
549 | 583 | 4DAB17BE1EE8A31B0079EEB4 /* BranchSpotlightUrlRequest.h in Headers */, |
550 | 584 | 4DAB17BC1EE8A31B0079EEB4 /* BranchShortUrlSyncRequest.h in Headers */, |
| 585 | + 5F92B2532387703700CA909B /* BNCDeviceSystem.h in Headers */, |
551 | 586 | 7DA3BF1F1D889CE500CA8AE0 /* BranchContentDiscoveryManifest.h in Headers */, |
552 | 587 | ); |
553 | 588 | runOnlyForDeploymentPostprocessing = 0; |
|
627 | 662 | E230A1701D03DB9E006181D8 /* BNCDeviceInfo.m in Sources */, |
628 | 663 | 7DA3BF201D889CE500CA8AE0 /* BranchContentDiscoveryManifest.m in Sources */, |
629 | 664 | 4DB328071FA10C6300ACF9B0 /* BranchEvent.m in Sources */, |
| 665 | + 5F92B24F2387703700CA909B /* BNCReachability.m in Sources */, |
630 | 666 | 4DAB17AF1EE8A31B0079EEB4 /* BranchLoadRewardsRequest.m in Sources */, |
631 | 667 | E230A1931D03DB9E006181D8 /* BranchUniversalObject.m in Sources */, |
| 668 | + 5F92B24E2387703700CA909B /* BNCDeviceSystem.m in Sources */, |
632 | 669 | 4DAB17C11EE8A31B0079EEB4 /* BranchUserCompletedActionRequest.m in Sources */, |
633 | 670 | 4D1ED27D1FB3A43A007390A8 /* BNCAvailability.m in Sources */, |
| 671 | + 5F92B24D2387703700CA909B /* BNCLocale.m in Sources */, |
634 | 672 | 4DAB17AD1EE8A31B0079EEB4 /* BranchInstallRequest.m in Sources */, |
635 | 673 | 4DAB17A11EE8A31B0079EEB4 /* BNCServerInterface.m in Sources */, |
636 | 674 | 5FB6D3D923219B48006C5094 /* BNCAppleReceipt.m in Sources */, |
637 | 675 | 5FC09DCE235790B8009D4098 /* BNCTuneUtility.m in Sources */, |
638 | 676 | 4DAB179E1EE8A31B0079EEB4 /* BNCNetworkService.m in Sources */, |
| 677 | + 5F92B2542387703700CA909B /* BNCNetworkInterface.m in Sources */, |
639 | 678 | 5F9071CD233D5FE4003AACAD /* BranchCPIDRequest.m in Sources */, |
640 | 679 | 5F9071CB233D5FE4003AACAD /* BranchLATDRequest.m in Sources */, |
641 | 680 | 5F8FC23B236BB18A00B8474A /* BNCAppleSearchAds.m in Sources */, |
|
653 | 692 | 4DAB17B11EE8A31B0079EEB4 /* BranchLogoutRequest.m in Sources */, |
654 | 693 | 4DAB17AB1EE8A31B0079EEB4 /* BranchCreditHistoryRequest.m in Sources */, |
655 | 694 | E230A1891D03DB9E006181D8 /* BranchActivityItemProvider.m in Sources */, |
| 695 | + 5F92B2562387703700CA909B /* BNCTelephony.m in Sources */, |
656 | 696 | 4DAB17BB1EE8A31B0079EEB4 /* BranchShortUrlRequest.m in Sources */, |
657 | 697 | 4D9607FA1FBF9634008AB3C2 /* UIViewController+Branch.m in Sources */, |
658 | 698 | 4D510D731F0D6014003D720B /* BNCDeepLinkViewControllerInstance.m in Sources */, |
|
0 commit comments