|
97 | 97 | 5FB6D3D923219B48006C5094 /* BNCAppleReceipt.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FB6D3D523219B48006C5094 /* BNCAppleReceipt.m */; platformFilter = ios; }; |
98 | 98 | 5FB6D3DD23219C46006C5094 /* BNCThreads.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FB6D3DB23219C46006C5094 /* BNCThreads.h */; platformFilter = ios; }; |
99 | 99 | 5FB6D3DE23219C46006C5094 /* BNCThreads.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FB6D3DC23219C46006C5094 /* BNCThreads.m */; platformFilter = ios; }; |
| 100 | + 5FC09DCE235790B8009D4098 /* BNCTuneUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FC09DCC235790B8009D4098 /* BNCTuneUtility.m */; }; |
| 101 | + 5FC09DCF235790B8009D4098 /* BNCTuneUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FC09DCD235790B8009D4098 /* BNCTuneUtility.h */; }; |
100 | 102 | 7DA3BF1D1D889CE500CA8AE0 /* BranchContentDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA3BF171D889CE500CA8AE0 /* BranchContentDiscoverer.m */; platformFilter = ios; }; |
101 | 103 | 7DA3BF1E1D889CE500CA8AE0 /* BranchContentDiscoverer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DA3BF181D889CE500CA8AE0 /* BranchContentDiscoverer.h */; platformFilter = ios; }; |
102 | 104 | 7DA3BF1F1D889CE500CA8AE0 /* BranchContentDiscoveryManifest.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DA3BF191D889CE500CA8AE0 /* BranchContentDiscoveryManifest.h */; platformFilter = ios; }; |
|
228 | 230 | 5FB6D3D523219B48006C5094 /* BNCAppleReceipt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCAppleReceipt.m; sourceTree = "<group>"; }; |
229 | 231 | 5FB6D3DB23219C46006C5094 /* BNCThreads.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCThreads.h; sourceTree = "<group>"; }; |
230 | 232 | 5FB6D3DC23219C46006C5094 /* BNCThreads.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCThreads.m; sourceTree = "<group>"; }; |
| 233 | + 5FC09DCC235790B8009D4098 /* BNCTuneUtility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCTuneUtility.m; sourceTree = "<group>"; }; |
| 234 | + 5FC09DCD235790B8009D4098 /* BNCTuneUtility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCTuneUtility.h; sourceTree = "<group>"; }; |
231 | 235 | 7DA3BF171D889CE500CA8AE0 /* BranchContentDiscoverer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BranchContentDiscoverer.m; sourceTree = "<group>"; }; |
232 | 236 | 7DA3BF181D889CE500CA8AE0 /* BranchContentDiscoverer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BranchContentDiscoverer.h; sourceTree = "<group>"; }; |
233 | 237 | 7DA3BF191D889CE500CA8AE0 /* BranchContentDiscoveryManifest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BranchContentDiscoveryManifest.h; sourceTree = "<group>"; }; |
|
345 | 349 | E230A1141D03DB9E006181D8 /* Branch-SDK */ = { |
346 | 350 | isa = PBXGroup; |
347 | 351 | children = ( |
| 352 | + 5FC09DCD235790B8009D4098 /* BNCTuneUtility.h */, |
| 353 | + 5FC09DCC235790B8009D4098 /* BNCTuneUtility.m */, |
348 | 354 | 5F9071CF233D6033003AACAD /* BNCJSONUtility.h */, |
349 | 355 | 5F9071D0233D6034003AACAD /* BNCJSONUtility.m */, |
350 | 356 | 5F9071C2233D5FD5003AACAD /* BranchCrossPlatformID.h */, |
|
477 | 483 | 4DCF4B001F438A2B00AF9AAB /* BNCError.h in Headers */, |
478 | 484 | 5F9071C6233D5FD5003AACAD /* BranchCrossPlatformID.h in Headers */, |
479 | 485 | E230A1751D03DB9E006181D8 /* BNCLinkCache.h in Headers */, |
| 486 | + 5FC09DCF235790B8009D4098 /* BNCTuneUtility.h in Headers */, |
480 | 487 | 5FB6D3D723219B48006C5094 /* BNCUserAgentCollector.h in Headers */, |
481 | 488 | 4DCF4B011F438A2B00AF9AAB /* BNCLog.h in Headers */, |
482 | 489 | E230A1771D03DB9E006181D8 /* BNCLinkData.h in Headers */, |
|
618 | 625 | 4DAB17AD1EE8A31B0079EEB4 /* BranchInstallRequest.m in Sources */, |
619 | 626 | 4DAB17A11EE8A31B0079EEB4 /* BNCServerInterface.m in Sources */, |
620 | 627 | 5FB6D3D923219B48006C5094 /* BNCAppleReceipt.m in Sources */, |
| 628 | + 5FC09DCE235790B8009D4098 /* BNCTuneUtility.m in Sources */, |
621 | 629 | 4DAB179E1EE8A31B0079EEB4 /* BNCNetworkService.m in Sources */, |
622 | 630 | 5F9071CD233D5FE4003AACAD /* BranchCPIDRequest.m in Sources */, |
623 | 631 | 5F9071CB233D5FE4003AACAD /* BranchLATDRequest.m in Sources */, |
|
0 commit comments