Skip to content

Commit 312c9cf

Browse files
committed
Remove UI Test target
1 parent 1e2bdae commit 312c9cf

File tree

1 file changed

+0
-107
lines changed

1 file changed

+0
-107
lines changed

GitClient.xcodeproj/project.pbxproj

-107
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
61347EF228D5D16D00625FC4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 61347EF128D5D16D00625FC4 /* Assets.xcassets */; };
2323
61347EF528D5D16D00625FC4 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 61347EF428D5D16D00625FC4 /* Preview Assets.xcassets */; };
2424
61347F0028D5D16D00625FC4 /* DiffTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61347EFF28D5D16D00625FC4 /* DiffTests.swift */; };
25-
61347F0A28D5D16D00625FC4 /* GitClientUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61347F0928D5D16D00625FC4 /* GitClientUITests.swift */; };
26-
61347F0C28D5D16D00625FC4 /* GitClientUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61347F0B28D5D16D00625FC4 /* GitClientUITestsLaunchTests.swift */; };
2725
6154D69C2C6739C700448AB4 /* CommitMessageSuggestionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6154D69B2C6739C700448AB4 /* CommitMessageSuggestionView.swift */; };
2826
6156E4EC2C9CE1AF00929F2F /* GitBranchPointsAt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6156E4EB2C9CE1AF00929F2F /* GitBranchPointsAt.swift */; };
2927
616156252D615C750034B1F1 /* FileDiffTheme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 616156242D615C740034B1F1 /* FileDiffTheme.swift */; };
@@ -114,13 +112,6 @@
114112
remoteGlobalIDString = 61347EE928D5D16C00625FC4;
115113
remoteInfo = GitClient;
116114
};
117-
61347F0628D5D16D00625FC4 /* PBXContainerItemProxy */ = {
118-
isa = PBXContainerItemProxy;
119-
containerPortal = 61347EE228D5D16C00625FC4 /* Project object */;
120-
proxyType = 1;
121-
remoteGlobalIDString = 61347EE928D5D16C00625FC4;
122-
remoteInfo = GitClient;
123-
};
124115
/* End PBXContainerItemProxy section */
125116

126117
/* Begin PBXFileReference section */
@@ -142,7 +133,6 @@
142133
61347EF628D5D16D00625FC4 /* GitClient.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = GitClient.entitlements; sourceTree = "<group>"; };
143134
61347EFB28D5D16D00625FC4 /* GitClientTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GitClientTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
144135
61347EFF28D5D16D00625FC4 /* DiffTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiffTests.swift; sourceTree = "<group>"; };
145-
61347F0528D5D16D00625FC4 /* GitClientUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GitClientUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
146136
61347F0928D5D16D00625FC4 /* GitClientUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GitClientUITests.swift; sourceTree = "<group>"; };
147137
61347F0B28D5D16D00625FC4 /* GitClientUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GitClientUITestsLaunchTests.swift; sourceTree = "<group>"; };
148138
6154D69B2C6739C700448AB4 /* CommitMessageSuggestionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommitMessageSuggestionView.swift; sourceTree = "<group>"; };
@@ -243,13 +233,6 @@
243233
);
244234
runOnlyForDeploymentPostprocessing = 0;
245235
};
246-
61347F0228D5D16D00625FC4 /* Frameworks */ = {
247-
isa = PBXFrameworksBuildPhase;
248-
buildActionMask = 2147483647;
249-
files = (
250-
);
251-
runOnlyForDeploymentPostprocessing = 0;
252-
};
253236
/* End PBXFrameworksBuildPhase section */
254237

255238
/* Begin PBXGroup section */
@@ -269,7 +252,6 @@
269252
children = (
270253
61347EEA28D5D16C00625FC4 /* Tempo.app */,
271254
61347EFB28D5D16D00625FC4 /* GitClientTests.xctest */,
272-
61347F0528D5D16D00625FC4 /* GitClientUITests.xctest */,
273255
);
274256
name = Products;
275257
sourceTree = "<group>";
@@ -521,24 +503,6 @@
521503
productReference = 61347EFB28D5D16D00625FC4 /* GitClientTests.xctest */;
522504
productType = "com.apple.product-type.bundle.unit-test";
523505
};
524-
61347F0428D5D16D00625FC4 /* GitClientUITests */ = {
525-
isa = PBXNativeTarget;
526-
buildConfigurationList = 61347F1528D5D16D00625FC4 /* Build configuration list for PBXNativeTarget "GitClientUITests" */;
527-
buildPhases = (
528-
61347F0128D5D16D00625FC4 /* Sources */,
529-
61347F0228D5D16D00625FC4 /* Frameworks */,
530-
61347F0328D5D16D00625FC4 /* Resources */,
531-
);
532-
buildRules = (
533-
);
534-
dependencies = (
535-
61347F0728D5D16D00625FC4 /* PBXTargetDependency */,
536-
);
537-
name = GitClientUITests;
538-
productName = GitClientUITests;
539-
productReference = 61347F0528D5D16D00625FC4 /* GitClientUITests.xctest */;
540-
productType = "com.apple.product-type.bundle.ui-testing";
541-
};
542506
/* End PBXNativeTarget section */
543507

544508
/* Begin PBXProject section */
@@ -556,10 +520,6 @@
556520
CreatedOnToolsVersion = 14.0.1;
557521
TestTargetID = 61347EE928D5D16C00625FC4;
558522
};
559-
61347F0428D5D16D00625FC4 = {
560-
CreatedOnToolsVersion = 14.0.1;
561-
TestTargetID = 61347EE928D5D16C00625FC4;
562-
};
563523
};
564524
};
565525
buildConfigurationList = 61347EE528D5D16C00625FC4 /* Build configuration list for PBXProject "GitClient" */;
@@ -581,7 +541,6 @@
581541
targets = (
582542
61347EE928D5D16C00625FC4 /* GitClient */,
583543
61347EFA28D5D16D00625FC4 /* GitClientTests */,
584-
61347F0428D5D16D00625FC4 /* GitClientUITests */,
585544
);
586545
};
587546
/* End PBXProject section */
@@ -603,13 +562,6 @@
603562
);
604563
runOnlyForDeploymentPostprocessing = 0;
605564
};
606-
61347F0328D5D16D00625FC4 /* Resources */ = {
607-
isa = PBXResourcesBuildPhase;
608-
buildActionMask = 2147483647;
609-
files = (
610-
);
611-
runOnlyForDeploymentPostprocessing = 0;
612-
};
613565
/* End PBXResourcesBuildPhase section */
614566

615567
/* Begin PBXSourcesBuildPhase section */
@@ -718,15 +670,6 @@
718670
);
719671
runOnlyForDeploymentPostprocessing = 0;
720672
};
721-
61347F0128D5D16D00625FC4 /* Sources */ = {
722-
isa = PBXSourcesBuildPhase;
723-
buildActionMask = 2147483647;
724-
files = (
725-
61347F0C28D5D16D00625FC4 /* GitClientUITestsLaunchTests.swift in Sources */,
726-
61347F0A28D5D16D00625FC4 /* GitClientUITests.swift in Sources */,
727-
);
728-
runOnlyForDeploymentPostprocessing = 0;
729-
};
730673
/* End PBXSourcesBuildPhase section */
731674

732675
/* Begin PBXTargetDependency section */
@@ -735,11 +678,6 @@
735678
target = 61347EE928D5D16C00625FC4 /* GitClient */;
736679
targetProxy = 61347EFC28D5D16D00625FC4 /* PBXContainerItemProxy */;
737680
};
738-
61347F0728D5D16D00625FC4 /* PBXTargetDependency */ = {
739-
isa = PBXTargetDependency;
740-
target = 61347EE928D5D16C00625FC4 /* GitClient */;
741-
targetProxy = 61347F0628D5D16D00625FC4 /* PBXContainerItemProxy */;
742-
};
743681
/* End PBXTargetDependency section */
744682

745683
/* Begin XCBuildConfiguration section */
@@ -958,42 +896,6 @@
958896
};
959897
name = Release;
960898
};
961-
61347F1628D5D16D00625FC4 /* Debug */ = {
962-
isa = XCBuildConfiguration;
963-
buildSettings = {
964-
CODE_SIGN_STYLE = Automatic;
965-
CURRENT_PROJECT_VERSION = 1;
966-
DEAD_CODE_STRIPPING = YES;
967-
DEVELOPMENT_TEAM = JRA6VW2DG4;
968-
GENERATE_INFOPLIST_FILE = YES;
969-
MACOSX_DEPLOYMENT_TARGET = 14.0;
970-
MARKETING_VERSION = 1.0;
971-
PRODUCT_BUNDLE_IDENTIFIER = dev.aoyama.GitClientUITests;
972-
PRODUCT_NAME = "$(TARGET_NAME)";
973-
SWIFT_EMIT_LOC_STRINGS = NO;
974-
SWIFT_VERSION = 5.0;
975-
TEST_TARGET_NAME = GitClient;
976-
};
977-
name = Debug;
978-
};
979-
61347F1728D5D16D00625FC4 /* Release */ = {
980-
isa = XCBuildConfiguration;
981-
buildSettings = {
982-
CODE_SIGN_STYLE = Automatic;
983-
CURRENT_PROJECT_VERSION = 1;
984-
DEAD_CODE_STRIPPING = YES;
985-
DEVELOPMENT_TEAM = JRA6VW2DG4;
986-
GENERATE_INFOPLIST_FILE = YES;
987-
MACOSX_DEPLOYMENT_TARGET = 14.0;
988-
MARKETING_VERSION = 1.0;
989-
PRODUCT_BUNDLE_IDENTIFIER = dev.aoyama.GitClientUITests;
990-
PRODUCT_NAME = "$(TARGET_NAME)";
991-
SWIFT_EMIT_LOC_STRINGS = NO;
992-
SWIFT_VERSION = 5.0;
993-
TEST_TARGET_NAME = GitClient;
994-
};
995-
name = Release;
996-
};
997899
/* End XCBuildConfiguration section */
998900

999901
/* Begin XCConfigurationList section */
@@ -1024,15 +926,6 @@
1024926
defaultConfigurationIsVisible = 0;
1025927
defaultConfigurationName = Release;
1026928
};
1027-
61347F1528D5D16D00625FC4 /* Build configuration list for PBXNativeTarget "GitClientUITests" */ = {
1028-
isa = XCConfigurationList;
1029-
buildConfigurations = (
1030-
61347F1628D5D16D00625FC4 /* Debug */,
1031-
61347F1728D5D16D00625FC4 /* Release */,
1032-
);
1033-
defaultConfigurationIsVisible = 0;
1034-
defaultConfigurationName = Release;
1035-
};
1036929
/* End XCConfigurationList section */
1037930

1038931
/* Begin XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)