Skip to content

Commit a7945e5

Browse files
committed
remove pod from proj
1 parent 4c0a4d9 commit a7945e5

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

NetDiag.xcodeproj/project.pbxproj

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
DD630B3859FFBAD34C8CAFCF /* libPods-NetDiagTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CCDA8C7442728256057F50B3 /* libPods-NetDiagTests.a */; };
1110
DF2B76EC1C33702D00643678 /* QNNPing.m in Sources */ = {isa = PBXBuildFile; fileRef = DF2B76EB1C33702D00643678 /* QNNPing.m */; };
1211
DF47525E1C740F0100EEAF4B /* PingTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DF47525D1C740F0100EEAF4B /* PingTest.m */; };
1312
DF4752601C743A8600EEAF4B /* ExternalIpTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DF47525F1C743A8600EEAF4B /* ExternalIpTest.m */; };
@@ -52,9 +51,6 @@
5251
/* End PBXCopyFilesBuildPhase section */
5352

5453
/* Begin PBXFileReference section */
55-
383B373CBCBF89878ED03538 /* 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>"; };
56-
611872D8785B08947F3AFEF9 /* Pods-NetDiagTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NetDiagTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-NetDiagTests/Pods-NetDiagTests.debug.xcconfig"; sourceTree = "<group>"; };
57-
CCDA8C7442728256057F50B3 /* libPods-NetDiagTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NetDiagTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
5854
DF2B76EA1C33702D00643678 /* QNNPing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QNNPing.h; sourceTree = "<group>"; };
5955
DF2B76EB1C33702D00643678 /* QNNPing.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QNNPing.m; sourceTree = "<group>"; };
6056
DF2B76ED1C33706900643678 /* QNNProtocols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QNNProtocols.h; sourceTree = "<group>"; };
@@ -94,7 +90,6 @@
9490
buildActionMask = 2147483647;
9591
files = (
9692
DF8DFFD41C61DA1B00174DA9 /* libNetDiag.a in Frameworks */,
97-
DD630B3859FFBAD34C8CAFCF /* libPods-NetDiagTests.a in Frameworks */,
9893
);
9994
runOnlyForDeploymentPostprocessing = 0;
10095
};
@@ -112,20 +107,10 @@
112107
isa = PBXGroup;
113108
children = (
114109
DFA9E17B1C6DB22C00C17111 /* libresolv.tbd */,
115-
CCDA8C7442728256057F50B3 /* libPods-NetDiagTests.a */,
116110
);
117111
name = Frameworks;
118112
sourceTree = "<group>";
119113
};
120-
CB5C80A0FE813C3DE7F810D4 /* Pods */ = {
121-
isa = PBXGroup;
122-
children = (
123-
611872D8785B08947F3AFEF9 /* Pods-NetDiagTests.debug.xcconfig */,
124-
383B373CBCBF89878ED03538 /* Pods-NetDiagTests.release.xcconfig */,
125-
);
126-
name = Pods;
127-
sourceTree = "<group>";
128-
};
129114
DF8DFFD01C61DA1B00174DA9 /* NetDiagTests */ = {
130115
isa = PBXGroup;
131116
children = (
@@ -150,7 +135,6 @@
150135
DF8DFFD01C61DA1B00174DA9 /* NetDiagTests */,
151136
DFCEC6461C2EC01D0058EE65 /* Products */,
152137
7EC51E005E7B857726052BEF /* Frameworks */,
153-
CB5C80A0FE813C3DE7F810D4 /* Pods */,
154138
);
155139
sourceTree = "<group>";
156140
};
@@ -366,7 +350,6 @@
366350
/* Begin XCBuildConfiguration section */
367351
DF8DFFD81C61DA1B00174DA9 /* Debug */ = {
368352
isa = XCBuildConfiguration;
369-
baseConfigurationReference = 611872D8785B08947F3AFEF9 /* Pods-NetDiagTests.debug.xcconfig */;
370353
buildSettings = {
371354
INFOPLIST_FILE = NetDiagTests/Info.plist;
372355
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
@@ -381,7 +364,6 @@
381364
};
382365
DF8DFFD91C61DA1B00174DA9 /* Release */ = {
383366
isa = XCBuildConfiguration;
384-
baseConfigurationReference = 383B373CBCBF89878ED03538 /* Pods-NetDiagTests.release.xcconfig */;
385367
buildSettings = {
386368
INFOPLIST_FILE = NetDiagTests/Info.plist;
387369
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";

0 commit comments

Comments
 (0)