|
13 | 13 | DF8DFFC51C60951D00174DA9 /* QNNNslookup.m in Sources */ = {isa = PBXBuildFile; fileRef = DF8DFFC41C60951D00174DA9 /* QNNNslookup.m */; }; |
14 | 14 | DF8DFFD21C61DA1B00174DA9 /* TcpPingTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DF8DFFD11C61DA1B00174DA9 /* TcpPingTest.m */; }; |
15 | 15 | DF8DFFD41C61DA1B00174DA9 /* libNetDiag.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DFCEC6451C2EC01D0058EE65 /* libNetDiag.a */; }; |
16 | | - DF8DFFDC1C61E6B200174DA9 /* QNTestLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DF8DFFDB1C61E6B200174DA9 /* QNTestLogger.m */; }; |
| 16 | + DF8DFFDC1C61E6B200174DA9 /* QNNTestLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DF8DFFDB1C61E6B200174DA9 /* QNNTestLogger.m */; }; |
17 | 17 | DF9D41FA1C57787500486F87 /* QNNTcpPing.m in Sources */ = {isa = PBXBuildFile; fileRef = DF9D41F91C57787500486F87 /* QNNTcpPing.m */; }; |
18 | 18 | DF9D41FD1C57789B00486F87 /* QNNUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = DF9D41FC1C57789B00486F87 /* QNNUtil.m */; }; |
19 | 19 | DF9D42001C5778B600486F87 /* QNNRtmp.m in Sources */ = {isa = PBXBuildFile; fileRef = DF9D41FF1C5778B600486F87 /* QNNRtmp.m */; }; |
20 | 20 | DF9D42031C5778EA00486F87 /* QNNTraceRoute.m in Sources */ = {isa = PBXBuildFile; fileRef = DF9D42021C5778EA00486F87 /* QNNTraceRoute.m */; }; |
21 | 21 | DF9D42091C57BEFD00486F87 /* QNNExternalIp.m in Sources */ = {isa = PBXBuildFile; fileRef = DF9D42081C57BEFD00486F87 /* QNNExternalIp.m */; }; |
| 22 | + DFA9E1761C6B350800C17111 /* QNNHttp.m in Sources */ = {isa = PBXBuildFile; fileRef = DFA9E1751C6B350800C17111 /* QNNHttp.m */; }; |
| 23 | + DFA9E1781C6C8FE800C17111 /* RtmpTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DFA9E1771C6C8FE800C17111 /* RtmpTest.m */; }; |
| 24 | + DFA9E17A1C6DB06D00C17111 /* NslookupTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DFA9E1791C6DB06D00C17111 /* NslookupTest.m */; }; |
| 25 | + DFA9E17C1C6DB22C00C17111 /* libresolv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = DFA9E17B1C6DB22C00C17111 /* libresolv.tbd */; }; |
| 26 | + DFA9E17E1C708A0000C17111 /* QNNHttpTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DFA9E17D1C708A0000C17111 /* QNNHttpTest.m */; }; |
22 | 27 | DFCEC6491C2EC01D0058EE65 /* QNNetDiag.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = DFCEC6481C2EC01D0058EE65 /* QNNetDiag.h */; }; |
23 | 28 | /* End PBXBuildFile section */ |
24 | 29 |
|
|
57 | 62 | DF8DFFCF1C61DA1B00174DA9 /* NetDiagTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NetDiagTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
58 | 63 | DF8DFFD11C61DA1B00174DA9 /* TcpPingTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TcpPingTest.m; sourceTree = "<group>"; }; |
59 | 64 | DF8DFFD31C61DA1B00174DA9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
60 | | - DF8DFFDA1C61E6B200174DA9 /* QNTestLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QNTestLogger.h; sourceTree = "<group>"; }; |
61 | | - DF8DFFDB1C61E6B200174DA9 /* QNTestLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QNTestLogger.m; sourceTree = "<group>"; }; |
| 65 | + DF8DFFDA1C61E6B200174DA9 /* QNNTestLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QNNTestLogger.h; sourceTree = "<group>"; }; |
| 66 | + DF8DFFDB1C61E6B200174DA9 /* QNNTestLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QNNTestLogger.m; sourceTree = "<group>"; }; |
62 | 67 | DF9D41F81C57787500486F87 /* QNNTcpPing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QNNTcpPing.h; sourceTree = "<group>"; }; |
63 | 68 | DF9D41F91C57787500486F87 /* QNNTcpPing.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QNNTcpPing.m; sourceTree = "<group>"; }; |
64 | 69 | DF9D41FB1C57789B00486F87 /* QNNUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QNNUtil.h; sourceTree = "<group>"; }; |
|
69 | 74 | DF9D42021C5778EA00486F87 /* QNNTraceRoute.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QNNTraceRoute.m; sourceTree = "<group>"; }; |
70 | 75 | DF9D42071C57BEFD00486F87 /* QNNExternalIp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QNNExternalIp.h; sourceTree = "<group>"; }; |
71 | 76 | DF9D42081C57BEFD00486F87 /* QNNExternalIp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QNNExternalIp.m; sourceTree = "<group>"; }; |
| 77 | + DFA9E1741C6B350800C17111 /* QNNHttp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QNNHttp.h; sourceTree = "<group>"; }; |
| 78 | + DFA9E1751C6B350800C17111 /* QNNHttp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QNNHttp.m; sourceTree = "<group>"; }; |
| 79 | + DFA9E1771C6C8FE800C17111 /* RtmpTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RtmpTest.m; sourceTree = "<group>"; }; |
| 80 | + DFA9E1791C6DB06D00C17111 /* NslookupTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NslookupTest.m; sourceTree = "<group>"; }; |
| 81 | + DFA9E17B1C6DB22C00C17111 /* libresolv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.tbd; path = usr/lib/libresolv.tbd; sourceTree = SDKROOT; }; |
| 82 | + DFA9E17D1C708A0000C17111 /* QNNHttpTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QNNHttpTest.m; sourceTree = "<group>"; }; |
72 | 83 | DFCEC6451C2EC01D0058EE65 /* libNetDiag.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libNetDiag.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
73 | 84 | DFCEC6481C2EC01D0058EE65 /* QNNetDiag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QNNetDiag.h; sourceTree = "<group>"; }; |
74 | 85 | E7FCF14D691EF09CEBD2808D /* Pods-NetDiagTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NetDiagTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-NetDiagTests/Pods-NetDiagTests.release.xcconfig"; sourceTree = "<group>"; }; |
|
80 | 91 | isa = PBXFrameworksBuildPhase; |
81 | 92 | buildActionMask = 2147483647; |
82 | 93 | files = ( |
| 94 | + DFA9E17C1C6DB22C00C17111 /* libresolv.tbd in Frameworks */, |
83 | 95 | DF8DFFD41C61DA1B00174DA9 /* libNetDiag.a in Frameworks */, |
84 | 96 | A6296E24683C84AC5548DB39 /* libPods-NetDiagTests.a in Frameworks */, |
85 | 97 | ); |
|
107 | 119 | 7EC51E005E7B857726052BEF /* Frameworks */ = { |
108 | 120 | isa = PBXGroup; |
109 | 121 | children = ( |
| 122 | + DFA9E17B1C6DB22C00C17111 /* libresolv.tbd */, |
110 | 123 | F50835689CBA65323B9B2AA7 /* libPods-NetDiagTests.a */, |
111 | 124 | ); |
112 | 125 | name = Frameworks; |
|
117 | 130 | children = ( |
118 | 131 | DF8DFFD11C61DA1B00174DA9 /* TcpPingTest.m */, |
119 | 132 | DF8DFFD31C61DA1B00174DA9 /* Info.plist */, |
120 | | - DF8DFFDA1C61E6B200174DA9 /* QNTestLogger.h */, |
121 | | - DF8DFFDB1C61E6B200174DA9 /* QNTestLogger.m */, |
| 133 | + DF8DFFDA1C61E6B200174DA9 /* QNNTestLogger.h */, |
| 134 | + DF8DFFDB1C61E6B200174DA9 /* QNNTestLogger.m */, |
| 135 | + DFA9E1771C6C8FE800C17111 /* RtmpTest.m */, |
| 136 | + DFA9E1791C6DB06D00C17111 /* NslookupTest.m */, |
| 137 | + DFA9E17D1C708A0000C17111 /* QNNHttpTest.m */, |
122 | 138 | ); |
123 | 139 | path = NetDiagTests; |
124 | 140 | sourceTree = "<group>"; |
|
164 | 180 | DF9D42081C57BEFD00486F87 /* QNNExternalIp.m */, |
165 | 181 | DF8DFFC31C60951D00174DA9 /* QNNNslookup.h */, |
166 | 182 | DF8DFFC41C60951D00174DA9 /* QNNNslookup.m */, |
| 183 | + DFA9E1741C6B350800C17111 /* QNNHttp.h */, |
| 184 | + DFA9E1751C6B350800C17111 /* QNNHttp.m */, |
167 | 185 | ); |
168 | 186 | path = NetDiag; |
169 | 187 | sourceTree = "<group>"; |
|
307 | 325 | isa = PBXSourcesBuildPhase; |
308 | 326 | buildActionMask = 2147483647; |
309 | 327 | files = ( |
310 | | - DF8DFFDC1C61E6B200174DA9 /* QNTestLogger.m in Sources */, |
| 328 | + DFA9E17A1C6DB06D00C17111 /* NslookupTest.m in Sources */, |
| 329 | + DF8DFFDC1C61E6B200174DA9 /* QNNTestLogger.m in Sources */, |
| 330 | + DFA9E17E1C708A0000C17111 /* QNNHttpTest.m in Sources */, |
| 331 | + DFA9E1781C6C8FE800C17111 /* RtmpTest.m in Sources */, |
311 | 332 | DF8DFFD21C61DA1B00174DA9 /* TcpPingTest.m in Sources */, |
312 | 333 | ); |
313 | 334 | runOnlyForDeploymentPostprocessing = 0; |
|
324 | 345 | DF9D42001C5778B600486F87 /* QNNRtmp.m in Sources */, |
325 | 346 | DF9D41FD1C57789B00486F87 /* QNNUtil.m in Sources */, |
326 | 347 | DF9D42031C5778EA00486F87 /* QNNTraceRoute.m in Sources */, |
| 348 | + DFA9E1761C6B350800C17111 /* QNNHttp.m in Sources */, |
327 | 349 | ); |
328 | 350 | runOnlyForDeploymentPostprocessing = 0; |
329 | 351 | }; |
|
0 commit comments