Skip to content

Commit 086bf7d

Browse files
committed
Remove unused targets
1 parent 97519ce commit 086bf7d

10 files changed

Lines changed: 114 additions & 663 deletions

File tree

example_projects/iOS/MCPTest.xcodeproj/project.pbxproj

Lines changed: 0 additions & 234 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,8 @@
66
objectVersion = 77;
77
objects = {
88

9-
/* Begin PBXContainerItemProxy section */
10-
8BA9F7FB2D62A14500C22D5D /* PBXContainerItemProxy */ = {
11-
isa = PBXContainerItemProxy;
12-
containerPortal = 8BA9F7E22D62A14300C22D5D /* Project object */;
13-
proxyType = 1;
14-
remoteGlobalIDString = 8BA9F7E92D62A14300C22D5D;
15-
remoteInfo = MCPTest;
16-
};
17-
8BA9F8052D62A14500C22D5D /* PBXContainerItemProxy */ = {
18-
isa = PBXContainerItemProxy;
19-
containerPortal = 8BA9F7E22D62A14300C22D5D /* Project object */;
20-
proxyType = 1;
21-
remoteGlobalIDString = 8BA9F7E92D62A14300C22D5D;
22-
remoteInfo = MCPTest;
23-
};
24-
/* End PBXContainerItemProxy section */
25-
269
/* Begin PBXFileReference section */
2710
8BA9F7EA2D62A14300C22D5D /* MCPTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MCPTest.app; sourceTree = BUILT_PRODUCTS_DIR; };
28-
8BA9F7FA2D62A14500C22D5D /* MCPTestTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MCPTestTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
29-
8BA9F8042D62A14500C22D5D /* MCPTestUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MCPTestUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3011
/* End PBXFileReference section */
3112

3213
/* Begin PBXFileSystemSynchronizedRootGroup section */
@@ -35,16 +16,6 @@
3516
path = MCPTest;
3617
sourceTree = "<group>";
3718
};
38-
8BA9F7FD2D62A14500C22D5D /* MCPTestTests */ = {
39-
isa = PBXFileSystemSynchronizedRootGroup;
40-
path = MCPTestTests;
41-
sourceTree = "<group>";
42-
};
43-
8BA9F8072D62A14500C22D5D /* MCPTestUITests */ = {
44-
isa = PBXFileSystemSynchronizedRootGroup;
45-
path = MCPTestUITests;
46-
sourceTree = "<group>";
47-
};
4819
/* End PBXFileSystemSynchronizedRootGroup section */
4920

5021
/* Begin PBXFrameworksBuildPhase section */
@@ -55,29 +26,13 @@
5526
);
5627
runOnlyForDeploymentPostprocessing = 0;
5728
};
58-
8BA9F7F72D62A14500C22D5D /* Frameworks */ = {
59-
isa = PBXFrameworksBuildPhase;
60-
buildActionMask = 2147483647;
61-
files = (
62-
);
63-
runOnlyForDeploymentPostprocessing = 0;
64-
};
65-
8BA9F8012D62A14500C22D5D /* Frameworks */ = {
66-
isa = PBXFrameworksBuildPhase;
67-
buildActionMask = 2147483647;
68-
files = (
69-
);
70-
runOnlyForDeploymentPostprocessing = 0;
71-
};
7229
/* End PBXFrameworksBuildPhase section */
7330

7431
/* Begin PBXGroup section */
7532
8BA9F7E12D62A14300C22D5D = {
7633
isa = PBXGroup;
7734
children = (
7835
8BA9F7EC2D62A14300C22D5D /* MCPTest */,
79-
8BA9F7FD2D62A14500C22D5D /* MCPTestTests */,
80-
8BA9F8072D62A14500C22D5D /* MCPTestUITests */,
8136
8BA9F7EB2D62A14300C22D5D /* Products */,
8237
);
8338
sourceTree = "<group>";
@@ -86,8 +41,6 @@
8641
isa = PBXGroup;
8742
children = (
8843
8BA9F7EA2D62A14300C22D5D /* MCPTest.app */,
89-
8BA9F7FA2D62A14500C22D5D /* MCPTestTests.xctest */,
90-
8BA9F8042D62A14500C22D5D /* MCPTestUITests.xctest */,
9144
);
9245
name = Products;
9346
sourceTree = "<group>";
@@ -117,52 +70,6 @@
11770
productReference = 8BA9F7EA2D62A14300C22D5D /* MCPTest.app */;
11871
productType = "com.apple.product-type.application";
11972
};
120-
8BA9F7F92D62A14500C22D5D /* MCPTestTests */ = {
121-
isa = PBXNativeTarget;
122-
buildConfigurationList = 8BA9F8112D62A14500C22D5D /* Build configuration list for PBXNativeTarget "MCPTestTests" */;
123-
buildPhases = (
124-
8BA9F7F62D62A14500C22D5D /* Sources */,
125-
8BA9F7F72D62A14500C22D5D /* Frameworks */,
126-
8BA9F7F82D62A14500C22D5D /* Resources */,
127-
);
128-
buildRules = (
129-
);
130-
dependencies = (
131-
8BA9F7FC2D62A14500C22D5D /* PBXTargetDependency */,
132-
);
133-
fileSystemSynchronizedGroups = (
134-
8BA9F7FD2D62A14500C22D5D /* MCPTestTests */,
135-
);
136-
name = MCPTestTests;
137-
packageProductDependencies = (
138-
);
139-
productName = MCPTestTests;
140-
productReference = 8BA9F7FA2D62A14500C22D5D /* MCPTestTests.xctest */;
141-
productType = "com.apple.product-type.bundle.unit-test";
142-
};
143-
8BA9F8032D62A14500C22D5D /* MCPTestUITests */ = {
144-
isa = PBXNativeTarget;
145-
buildConfigurationList = 8BA9F8142D62A14500C22D5D /* Build configuration list for PBXNativeTarget "MCPTestUITests" */;
146-
buildPhases = (
147-
8BA9F8002D62A14500C22D5D /* Sources */,
148-
8BA9F8012D62A14500C22D5D /* Frameworks */,
149-
8BA9F8022D62A14500C22D5D /* Resources */,
150-
);
151-
buildRules = (
152-
);
153-
dependencies = (
154-
8BA9F8062D62A14500C22D5D /* PBXTargetDependency */,
155-
);
156-
fileSystemSynchronizedGroups = (
157-
8BA9F8072D62A14500C22D5D /* MCPTestUITests */,
158-
);
159-
name = MCPTestUITests;
160-
packageProductDependencies = (
161-
);
162-
productName = MCPTestUITests;
163-
productReference = 8BA9F8042D62A14500C22D5D /* MCPTestUITests.xctest */;
164-
productType = "com.apple.product-type.bundle.ui-testing";
165-
};
16673
/* End PBXNativeTarget section */
16774

16875
/* Begin PBXProject section */
@@ -176,14 +83,6 @@
17683
8BA9F7E92D62A14300C22D5D = {
17784
CreatedOnToolsVersion = 16.2;
17885
};
179-
8BA9F7F92D62A14500C22D5D = {
180-
CreatedOnToolsVersion = 16.2;
181-
TestTargetID = 8BA9F7E92D62A14300C22D5D;
182-
};
183-
8BA9F8032D62A14500C22D5D = {
184-
CreatedOnToolsVersion = 16.2;
185-
TestTargetID = 8BA9F7E92D62A14300C22D5D;
186-
};
18786
};
18887
};
18988
buildConfigurationList = 8BA9F7E52D62A14300C22D5D /* Build configuration list for PBXProject "MCPTest" */;
@@ -201,8 +100,6 @@
201100
projectRoot = "";
202101
targets = (
203102
8BA9F7E92D62A14300C22D5D /* MCPTest */,
204-
8BA9F7F92D62A14500C22D5D /* MCPTestTests */,
205-
8BA9F8032D62A14500C22D5D /* MCPTestUITests */,
206103
);
207104
};
208105
/* End PBXProject section */
@@ -215,20 +112,6 @@
215112
);
216113
runOnlyForDeploymentPostprocessing = 0;
217114
};
218-
8BA9F7F82D62A14500C22D5D /* Resources */ = {
219-
isa = PBXResourcesBuildPhase;
220-
buildActionMask = 2147483647;
221-
files = (
222-
);
223-
runOnlyForDeploymentPostprocessing = 0;
224-
};
225-
8BA9F8022D62A14500C22D5D /* Resources */ = {
226-
isa = PBXResourcesBuildPhase;
227-
buildActionMask = 2147483647;
228-
files = (
229-
);
230-
runOnlyForDeploymentPostprocessing = 0;
231-
};
232115
/* End PBXResourcesBuildPhase section */
233116

234117
/* Begin PBXSourcesBuildPhase section */
@@ -239,35 +122,8 @@
239122
);
240123
runOnlyForDeploymentPostprocessing = 0;
241124
};
242-
8BA9F7F62D62A14500C22D5D /* Sources */ = {
243-
isa = PBXSourcesBuildPhase;
244-
buildActionMask = 2147483647;
245-
files = (
246-
);
247-
runOnlyForDeploymentPostprocessing = 0;
248-
};
249-
8BA9F8002D62A14500C22D5D /* Sources */ = {
250-
isa = PBXSourcesBuildPhase;
251-
buildActionMask = 2147483647;
252-
files = (
253-
);
254-
runOnlyForDeploymentPostprocessing = 0;
255-
};
256125
/* End PBXSourcesBuildPhase section */
257126

258-
/* Begin PBXTargetDependency section */
259-
8BA9F7FC2D62A14500C22D5D /* PBXTargetDependency */ = {
260-
isa = PBXTargetDependency;
261-
target = 8BA9F7E92D62A14300C22D5D /* MCPTest */;
262-
targetProxy = 8BA9F7FB2D62A14500C22D5D /* PBXContainerItemProxy */;
263-
};
264-
8BA9F8062D62A14500C22D5D /* PBXTargetDependency */ = {
265-
isa = PBXTargetDependency;
266-
target = 8BA9F7E92D62A14300C22D5D /* MCPTest */;
267-
targetProxy = 8BA9F8052D62A14500C22D5D /* PBXContainerItemProxy */;
268-
};
269-
/* End PBXTargetDependency section */
270-
271127
/* Begin XCBuildConfiguration section */
272128
8BA9F80C2D62A14500C22D5D /* Debug */ = {
273129
isa = XCBuildConfiguration;
@@ -446,78 +302,6 @@
446302
};
447303
name = Release;
448304
};
449-
8BA9F8122D62A14500C22D5D /* Debug */ = {
450-
isa = XCBuildConfiguration;
451-
buildSettings = {
452-
BUNDLE_LOADER = "$(TEST_HOST)";
453-
CODE_SIGN_STYLE = Automatic;
454-
CURRENT_PROJECT_VERSION = 1;
455-
DEVELOPMENT_TEAM = BR6WD3M6ZD;
456-
GENERATE_INFOPLIST_FILE = YES;
457-
IPHONEOS_DEPLOYMENT_TARGET = 18.2;
458-
MARKETING_VERSION = 1.0;
459-
PRODUCT_BUNDLE_IDENTIFIER = com.cameroncooke.MCPTestTests;
460-
PRODUCT_NAME = "$(TARGET_NAME)";
461-
SWIFT_EMIT_LOC_STRINGS = NO;
462-
SWIFT_VERSION = 5.0;
463-
TARGETED_DEVICE_FAMILY = "1,2";
464-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MCPTest.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MCPTest";
465-
};
466-
name = Debug;
467-
};
468-
8BA9F8132D62A14500C22D5D /* Release */ = {
469-
isa = XCBuildConfiguration;
470-
buildSettings = {
471-
BUNDLE_LOADER = "$(TEST_HOST)";
472-
CODE_SIGN_STYLE = Automatic;
473-
CURRENT_PROJECT_VERSION = 1;
474-
DEVELOPMENT_TEAM = BR6WD3M6ZD;
475-
GENERATE_INFOPLIST_FILE = YES;
476-
IPHONEOS_DEPLOYMENT_TARGET = 18.2;
477-
MARKETING_VERSION = 1.0;
478-
PRODUCT_BUNDLE_IDENTIFIER = com.cameroncooke.MCPTestTests;
479-
PRODUCT_NAME = "$(TARGET_NAME)";
480-
SWIFT_EMIT_LOC_STRINGS = NO;
481-
SWIFT_VERSION = 5.0;
482-
TARGETED_DEVICE_FAMILY = "1,2";
483-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MCPTest.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MCPTest";
484-
};
485-
name = Release;
486-
};
487-
8BA9F8152D62A14500C22D5D /* Debug */ = {
488-
isa = XCBuildConfiguration;
489-
buildSettings = {
490-
CODE_SIGN_STYLE = Automatic;
491-
CURRENT_PROJECT_VERSION = 1;
492-
DEVELOPMENT_TEAM = BR6WD3M6ZD;
493-
GENERATE_INFOPLIST_FILE = YES;
494-
MARKETING_VERSION = 1.0;
495-
PRODUCT_BUNDLE_IDENTIFIER = com.cameroncooke.MCPTestUITests;
496-
PRODUCT_NAME = "$(TARGET_NAME)";
497-
SWIFT_EMIT_LOC_STRINGS = NO;
498-
SWIFT_VERSION = 5.0;
499-
TARGETED_DEVICE_FAMILY = "1,2";
500-
TEST_TARGET_NAME = MCPTest;
501-
};
502-
name = Debug;
503-
};
504-
8BA9F8162D62A14500C22D5D /* Release */ = {
505-
isa = XCBuildConfiguration;
506-
buildSettings = {
507-
CODE_SIGN_STYLE = Automatic;
508-
CURRENT_PROJECT_VERSION = 1;
509-
DEVELOPMENT_TEAM = BR6WD3M6ZD;
510-
GENERATE_INFOPLIST_FILE = YES;
511-
MARKETING_VERSION = 1.0;
512-
PRODUCT_BUNDLE_IDENTIFIER = com.cameroncooke.MCPTestUITests;
513-
PRODUCT_NAME = "$(TARGET_NAME)";
514-
SWIFT_EMIT_LOC_STRINGS = NO;
515-
SWIFT_VERSION = 5.0;
516-
TARGETED_DEVICE_FAMILY = "1,2";
517-
TEST_TARGET_NAME = MCPTest;
518-
};
519-
name = Release;
520-
};
521305
/* End XCBuildConfiguration section */
522306

523307
/* Begin XCConfigurationList section */
@@ -539,24 +323,6 @@
539323
defaultConfigurationIsVisible = 0;
540324
defaultConfigurationName = Release;
541325
};
542-
8BA9F8112D62A14500C22D5D /* Build configuration list for PBXNativeTarget "MCPTestTests" */ = {
543-
isa = XCConfigurationList;
544-
buildConfigurations = (
545-
8BA9F8122D62A14500C22D5D /* Debug */,
546-
8BA9F8132D62A14500C22D5D /* Release */,
547-
);
548-
defaultConfigurationIsVisible = 0;
549-
defaultConfigurationName = Release;
550-
};
551-
8BA9F8142D62A14500C22D5D /* Build configuration list for PBXNativeTarget "MCPTestUITests" */ = {
552-
isa = XCConfigurationList;
553-
buildConfigurations = (
554-
8BA9F8152D62A14500C22D5D /* Debug */,
555-
8BA9F8162D62A14500C22D5D /* Release */,
556-
);
557-
defaultConfigurationIsVisible = 0;
558-
defaultConfigurationName = Release;
559-
};
560326
/* End XCConfigurationList section */
561327
};
562328
rootObject = 8BA9F7E22D62A14300C22D5D /* Project object */;

example_projects/macOS/MCPTest.xcodeproj/xcshareddata/xcschemes/MCPTestTests.xcscheme renamed to example_projects/iOS/MCPTest.xcodeproj/xcshareddata/xcschemes/MCPTest.xcscheme

Lines changed: 36 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,29 @@
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES"
88
buildArchitectures = "Automatic">
9+
<BuildActionEntries>
10+
<BuildActionEntry
11+
buildForTesting = "YES"
12+
buildForRunning = "YES"
13+
buildForProfiling = "YES"
14+
buildForArchiving = "YES"
15+
buildForAnalyzing = "YES">
16+
<BuildableReference
17+
BuildableIdentifier = "primary"
18+
BlueprintIdentifier = "8BA9F7E92D62A14300C22D5D"
19+
BuildableName = "MCPTest.app"
20+
BlueprintName = "MCPTest"
21+
ReferencedContainer = "container:MCPTest.xcodeproj">
22+
</BuildableReference>
23+
</BuildActionEntry>
24+
</BuildActionEntries>
925
</BuildAction>
1026
<TestAction
1127
buildConfiguration = "Debug"
1228
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
1329
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
1430
shouldUseLaunchSchemeArgsEnv = "YES"
1531
shouldAutocreateTestPlan = "YES">
16-
<Testables>
17-
<TestableReference
18-
skipped = "NO"
19-
parallelizable = "YES">
20-
<BuildableReference
21-
BuildableIdentifier = "primary"
22-
BlueprintIdentifier = "8BA9F8302D62A18100C22D5D"
23-
BuildableName = "MCPTestTests.xctest"
24-
BlueprintName = "MCPTestTests"
25-
ReferencedContainer = "container:MCPTest.xcodeproj">
26-
</BuildableReference>
27-
</TestableReference>
28-
</Testables>
2932
</TestAction>
3033
<LaunchAction
3134
buildConfiguration = "Debug"
@@ -37,13 +40,33 @@
3740
debugDocumentVersioning = "YES"
3841
debugServiceExtension = "internal"
3942
allowLocationSimulation = "YES">
43+
<BuildableProductRunnable
44+
runnableDebuggingMode = "0">
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "8BA9F7E92D62A14300C22D5D"
48+
BuildableName = "MCPTest.app"
49+
BlueprintName = "MCPTest"
50+
ReferencedContainer = "container:MCPTest.xcodeproj">
51+
</BuildableReference>
52+
</BuildableProductRunnable>
4053
</LaunchAction>
4154
<ProfileAction
4255
buildConfiguration = "Release"
4356
shouldUseLaunchSchemeArgsEnv = "YES"
4457
savedToolIdentifier = ""
4558
useCustomWorkingDirectory = "NO"
4659
debugDocumentVersioning = "YES">
60+
<BuildableProductRunnable
61+
runnableDebuggingMode = "0">
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "8BA9F7E92D62A14300C22D5D"
65+
BuildableName = "MCPTest.app"
66+
BlueprintName = "MCPTest"
67+
ReferencedContainer = "container:MCPTest.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
4770
</ProfileAction>
4871
<AnalyzeAction
4972
buildConfiguration = "Debug">

0 commit comments

Comments
 (0)