|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | DF2B76EC1C33702D00643678 /* QNNPing.m in Sources */ = {isa = PBXBuildFile; fileRef = DF2B76EB1C33702D00643678 /* QNNPing.m */; }; |
11 | 11 | DF2B76F11C3B9DA100643678 /* QNNSimplePing.m in Sources */ = {isa = PBXBuildFile; fileRef = DF2B76F01C3B9DA100643678 /* QNNSimplePing.m */; }; |
| 12 | + DF8DFFC51C60951D00174DA9 /* QNNNslookup.m in Sources */ = {isa = PBXBuildFile; fileRef = DF8DFFC41C60951D00174DA9 /* QNNNslookup.m */; }; |
| 13 | + DF8DFFD21C61DA1B00174DA9 /* TcpPingTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DF8DFFD11C61DA1B00174DA9 /* TcpPingTest.m */; }; |
| 14 | + DF8DFFD41C61DA1B00174DA9 /* libNetDiag.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DFCEC6451C2EC01D0058EE65 /* libNetDiag.a */; }; |
12 | 15 | DF9D41FA1C57787500486F87 /* QNNTcpPing.m in Sources */ = {isa = PBXBuildFile; fileRef = DF9D41F91C57787500486F87 /* QNNTcpPing.m */; }; |
13 | 16 | DF9D41FD1C57789B00486F87 /* QNNUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = DF9D41FC1C57789B00486F87 /* QNNUtil.m */; }; |
14 | 17 | DF9D42001C5778B600486F87 /* QNNRtmp.m in Sources */ = {isa = PBXBuildFile; fileRef = DF9D41FF1C5778B600486F87 /* QNNRtmp.m */; }; |
|
17 | 20 | DFCEC6491C2EC01D0058EE65 /* QNNetDiag.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = DFCEC6481C2EC01D0058EE65 /* QNNetDiag.h */; }; |
18 | 21 | /* End PBXBuildFile section */ |
19 | 22 |
|
| 23 | +/* Begin PBXContainerItemProxy section */ |
| 24 | + DF8DFFD51C61DA1B00174DA9 /* PBXContainerItemProxy */ = { |
| 25 | + isa = PBXContainerItemProxy; |
| 26 | + containerPortal = DFCEC63D1C2EC01D0058EE65 /* Project object */; |
| 27 | + proxyType = 1; |
| 28 | + remoteGlobalIDString = DFCEC6441C2EC01D0058EE65; |
| 29 | + remoteInfo = NetDiag; |
| 30 | + }; |
| 31 | +/* End PBXContainerItemProxy section */ |
| 32 | + |
20 | 33 | /* Begin PBXCopyFilesBuildPhase section */ |
21 | 34 | DFCEC6431C2EC01D0058EE65 /* CopyFiles */ = { |
22 | 35 | isa = PBXCopyFilesBuildPhase; |
|
36 | 49 | DF2B76ED1C33706900643678 /* QNNProtocols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QNNProtocols.h; sourceTree = "<group>"; }; |
37 | 50 | DF2B76EF1C3B9DA100643678 /* QNNSimplePing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QNNSimplePing.h; sourceTree = "<group>"; }; |
38 | 51 | DF2B76F01C3B9DA100643678 /* QNNSimplePing.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QNNSimplePing.m; sourceTree = "<group>"; }; |
| 52 | + DF8DFFC31C60951D00174DA9 /* QNNNslookup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QNNNslookup.h; sourceTree = "<group>"; }; |
| 53 | + DF8DFFC41C60951D00174DA9 /* QNNNslookup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QNNNslookup.m; sourceTree = "<group>"; }; |
| 54 | + DF8DFFCF1C61DA1B00174DA9 /* NetDiagTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NetDiagTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 55 | + DF8DFFD11C61DA1B00174DA9 /* TcpPingTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TcpPingTest.m; sourceTree = "<group>"; }; |
| 56 | + DF8DFFD31C61DA1B00174DA9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
39 | 57 | DF9D41F81C57787500486F87 /* QNNTcpPing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QNNTcpPing.h; sourceTree = "<group>"; }; |
40 | 58 | DF9D41F91C57787500486F87 /* QNNTcpPing.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QNNTcpPing.m; sourceTree = "<group>"; }; |
41 | 59 | DF9D41FB1C57789B00486F87 /* QNNUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QNNUtil.h; sourceTree = "<group>"; }; |
|
51 | 69 | /* End PBXFileReference section */ |
52 | 70 |
|
53 | 71 | /* Begin PBXFrameworksBuildPhase section */ |
| 72 | + DF8DFFCC1C61DA1B00174DA9 /* Frameworks */ = { |
| 73 | + isa = PBXFrameworksBuildPhase; |
| 74 | + buildActionMask = 2147483647; |
| 75 | + files = ( |
| 76 | + DF8DFFD41C61DA1B00174DA9 /* libNetDiag.a in Frameworks */, |
| 77 | + ); |
| 78 | + runOnlyForDeploymentPostprocessing = 0; |
| 79 | + }; |
54 | 80 | DFCEC6421C2EC01D0058EE65 /* Frameworks */ = { |
55 | 81 | isa = PBXFrameworksBuildPhase; |
56 | 82 | buildActionMask = 2147483647; |
|
61 | 87 | /* End PBXFrameworksBuildPhase section */ |
62 | 88 |
|
63 | 89 | /* Begin PBXGroup section */ |
| 90 | + DF8DFFD01C61DA1B00174DA9 /* NetDiagTests */ = { |
| 91 | + isa = PBXGroup; |
| 92 | + children = ( |
| 93 | + DF8DFFD11C61DA1B00174DA9 /* TcpPingTest.m */, |
| 94 | + DF8DFFD31C61DA1B00174DA9 /* Info.plist */, |
| 95 | + ); |
| 96 | + path = NetDiagTests; |
| 97 | + sourceTree = "<group>"; |
| 98 | + }; |
64 | 99 | DFCEC63C1C2EC01D0058EE65 = { |
65 | 100 | isa = PBXGroup; |
66 | 101 | children = ( |
67 | 102 | DFCEC6471C2EC01D0058EE65 /* NetDiag */, |
| 103 | + DF8DFFD01C61DA1B00174DA9 /* NetDiagTests */, |
68 | 104 | DFCEC6461C2EC01D0058EE65 /* Products */, |
69 | 105 | ); |
70 | 106 | sourceTree = "<group>"; |
|
73 | 109 | isa = PBXGroup; |
74 | 110 | children = ( |
75 | 111 | DFCEC6451C2EC01D0058EE65 /* libNetDiag.a */, |
| 112 | + DF8DFFCF1C61DA1B00174DA9 /* NetDiagTests.xctest */, |
76 | 113 | ); |
77 | 114 | name = Products; |
78 | 115 | sourceTree = "<group>"; |
|
96 | 133 | DF9D42021C5778EA00486F87 /* QNNTraceRoute.m */, |
97 | 134 | DF9D42071C57BEFD00486F87 /* QNNExternalIp.h */, |
98 | 135 | DF9D42081C57BEFD00486F87 /* QNNExternalIp.m */, |
| 136 | + DF8DFFC31C60951D00174DA9 /* QNNNslookup.h */, |
| 137 | + DF8DFFC41C60951D00174DA9 /* QNNNslookup.m */, |
99 | 138 | ); |
100 | 139 | path = NetDiag; |
101 | 140 | sourceTree = "<group>"; |
102 | 141 | }; |
103 | 142 | /* End PBXGroup section */ |
104 | 143 |
|
105 | 144 | /* Begin PBXNativeTarget section */ |
| 145 | + DF8DFFCE1C61DA1B00174DA9 /* NetDiagTests */ = { |
| 146 | + isa = PBXNativeTarget; |
| 147 | + buildConfigurationList = DF8DFFD71C61DA1B00174DA9 /* Build configuration list for PBXNativeTarget "NetDiagTests" */; |
| 148 | + buildPhases = ( |
| 149 | + DF8DFFCB1C61DA1B00174DA9 /* Sources */, |
| 150 | + DF8DFFCC1C61DA1B00174DA9 /* Frameworks */, |
| 151 | + DF8DFFCD1C61DA1B00174DA9 /* Resources */, |
| 152 | + ); |
| 153 | + buildRules = ( |
| 154 | + ); |
| 155 | + dependencies = ( |
| 156 | + DF8DFFD61C61DA1B00174DA9 /* PBXTargetDependency */, |
| 157 | + ); |
| 158 | + name = NetDiagTests; |
| 159 | + productName = NetDiagTests; |
| 160 | + productReference = DF8DFFCF1C61DA1B00174DA9 /* NetDiagTests.xctest */; |
| 161 | + productType = "com.apple.product-type.bundle.unit-test"; |
| 162 | + }; |
106 | 163 | DFCEC6441C2EC01D0058EE65 /* NetDiag */ = { |
107 | 164 | isa = PBXNativeTarget; |
108 | 165 | buildConfigurationList = DFCEC64E1C2EC01D0058EE65 /* Build configuration list for PBXNativeTarget "NetDiag" */; |
|
129 | 186 | LastUpgradeCheck = 0720; |
130 | 187 | ORGANIZATIONNAME = "Qiniu Cloud Storage"; |
131 | 188 | TargetAttributes = { |
| 189 | + DF8DFFCE1C61DA1B00174DA9 = { |
| 190 | + CreatedOnToolsVersion = 7.2; |
| 191 | + }; |
132 | 192 | DFCEC6441C2EC01D0058EE65 = { |
133 | 193 | CreatedOnToolsVersion = 7.2; |
134 | 194 | }; |
|
147 | 207 | projectRoot = ""; |
148 | 208 | targets = ( |
149 | 209 | DFCEC6441C2EC01D0058EE65 /* NetDiag */, |
| 210 | + DF8DFFCE1C61DA1B00174DA9 /* NetDiagTests */, |
150 | 211 | ); |
151 | 212 | }; |
152 | 213 | /* End PBXProject section */ |
153 | 214 |
|
| 215 | +/* Begin PBXResourcesBuildPhase section */ |
| 216 | + DF8DFFCD1C61DA1B00174DA9 /* Resources */ = { |
| 217 | + isa = PBXResourcesBuildPhase; |
| 218 | + buildActionMask = 2147483647; |
| 219 | + files = ( |
| 220 | + ); |
| 221 | + runOnlyForDeploymentPostprocessing = 0; |
| 222 | + }; |
| 223 | +/* End PBXResourcesBuildPhase section */ |
| 224 | + |
154 | 225 | /* Begin PBXSourcesBuildPhase section */ |
| 226 | + DF8DFFCB1C61DA1B00174DA9 /* Sources */ = { |
| 227 | + isa = PBXSourcesBuildPhase; |
| 228 | + buildActionMask = 2147483647; |
| 229 | + files = ( |
| 230 | + DF8DFFD21C61DA1B00174DA9 /* TcpPingTest.m in Sources */, |
| 231 | + ); |
| 232 | + runOnlyForDeploymentPostprocessing = 0; |
| 233 | + }; |
155 | 234 | DFCEC6411C2EC01D0058EE65 /* Sources */ = { |
156 | 235 | isa = PBXSourcesBuildPhase; |
157 | 236 | buildActionMask = 2147483647; |
158 | 237 | files = ( |
| 238 | + DF8DFFC51C60951D00174DA9 /* QNNNslookup.m in Sources */, |
159 | 239 | DF2B76EC1C33702D00643678 /* QNNPing.m in Sources */, |
160 | 240 | DF9D41FA1C57787500486F87 /* QNNTcpPing.m in Sources */, |
161 | 241 | DF2B76F11C3B9DA100643678 /* QNNSimplePing.m in Sources */, |
|
168 | 248 | }; |
169 | 249 | /* End PBXSourcesBuildPhase section */ |
170 | 250 |
|
| 251 | +/* Begin PBXTargetDependency section */ |
| 252 | + DF8DFFD61C61DA1B00174DA9 /* PBXTargetDependency */ = { |
| 253 | + isa = PBXTargetDependency; |
| 254 | + target = DFCEC6441C2EC01D0058EE65 /* NetDiag */; |
| 255 | + targetProxy = DF8DFFD51C61DA1B00174DA9 /* PBXContainerItemProxy */; |
| 256 | + }; |
| 257 | +/* End PBXTargetDependency section */ |
| 258 | + |
171 | 259 | /* Begin XCBuildConfiguration section */ |
| 260 | + DF8DFFD81C61DA1B00174DA9 /* Debug */ = { |
| 261 | + isa = XCBuildConfiguration; |
| 262 | + buildSettings = { |
| 263 | + INFOPLIST_FILE = NetDiagTests/Info.plist; |
| 264 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 265 | + PRODUCT_BUNDLE_IDENTIFIER = com.qiniu.NetDiagTests; |
| 266 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 267 | + }; |
| 268 | + name = Debug; |
| 269 | + }; |
| 270 | + DF8DFFD91C61DA1B00174DA9 /* Release */ = { |
| 271 | + isa = XCBuildConfiguration; |
| 272 | + buildSettings = { |
| 273 | + INFOPLIST_FILE = NetDiagTests/Info.plist; |
| 274 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 275 | + PRODUCT_BUNDLE_IDENTIFIER = com.qiniu.NetDiagTests; |
| 276 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 277 | + }; |
| 278 | + name = Release; |
| 279 | + }; |
172 | 280 | DFCEC64C1C2EC01D0058EE65 /* Debug */ = { |
173 | 281 | isa = XCBuildConfiguration; |
174 | 282 | buildSettings = { |
|
270 | 378 | /* End XCBuildConfiguration section */ |
271 | 379 |
|
272 | 380 | /* Begin XCConfigurationList section */ |
| 381 | + DF8DFFD71C61DA1B00174DA9 /* Build configuration list for PBXNativeTarget "NetDiagTests" */ = { |
| 382 | + isa = XCConfigurationList; |
| 383 | + buildConfigurations = ( |
| 384 | + DF8DFFD81C61DA1B00174DA9 /* Debug */, |
| 385 | + DF8DFFD91C61DA1B00174DA9 /* Release */, |
| 386 | + ); |
| 387 | + defaultConfigurationIsVisible = 0; |
| 388 | + }; |
273 | 389 | DFCEC6401C2EC01D0058EE65 /* Build configuration list for PBXProject "NetDiag" */ = { |
274 | 390 | isa = XCConfigurationList; |
275 | 391 | buildConfigurations = ( |
|
0 commit comments