Skip to content

Commit

Permalink
Remove unused UI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidewoode committed Nov 28, 2023
1 parent 94910e2 commit 873375c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 137 deletions.
119 changes: 0 additions & 119 deletions BlackCandy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@
DD522C312900EACB008FE88D /* path-configuration.json in Resources */ = {isa = PBXBuildFile; fileRef = DD522C302900EACB008FE88D /* path-configuration.json */; };
DD62F4D027C769CE005A5D0B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DD62F4CF27C769CE005A5D0B /* Assets.xcassets */; };
DD62F4D327C769CE005A5D0B /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DD62F4D227C769CE005A5D0B /* Preview Assets.xcassets */; };
DD62F4E727C769CE005A5D0B /* BlackCandyUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD62F4E627C769CE005A5D0B /* BlackCandyUITests.swift */; };
DD62F4E927C769CE005A5D0B /* BlackCandyUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD62F4E827C769CE005A5D0B /* BlackCandyUITestsLaunchTests.swift */; };
DD62F4F727C76C13005A5D0B /* Turbo in Frameworks */ = {isa = PBXBuildFile; productRef = DD62F4F627C76C13005A5D0B /* Turbo */; };
DD6E0EA32884FEE100F39DB3 /* ComposableArchitecture in Frameworks */ = {isa = PBXBuildFile; productRef = DD6E0EA22884FEE100F39DB3 /* ComposableArchitecture */; };
DD6E0EAE2885380C00F39DB3 /* LoginAuthenticationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6E0EAD2885380C00F39DB3 /* LoginAuthenticationView.swift */; };
Expand Down Expand Up @@ -107,13 +105,6 @@
remoteGlobalIDString = DD62F4C727C769CC005A5D0B;
remoteInfo = BlackCandy;
};
DD62F4E327C769CE005A5D0B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DD62F4C027C769CC005A5D0B /* Project object */;
proxyType = 1;
remoteGlobalIDString = DD62F4C727C769CC005A5D0B;
remoteInfo = BlackCandy;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -193,9 +184,6 @@
DD62F4CF27C769CE005A5D0B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
DD62F4D227C769CE005A5D0B /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
DD62F4D827C769CE005A5D0B /* BlackCandyTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BlackCandyTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
DD62F4E227C769CE005A5D0B /* BlackCandyUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BlackCandyUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
DD62F4E627C769CE005A5D0B /* BlackCandyUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlackCandyUITests.swift; sourceTree = "<group>"; };
DD62F4E827C769CE005A5D0B /* BlackCandyUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlackCandyUITestsLaunchTests.swift; sourceTree = "<group>"; };
DD6E0EAD2885380C00F39DB3 /* LoginAuthenticationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginAuthenticationView.swift; sourceTree = "<group>"; };
DD751E042886835600B8128E /* LoginState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginState.swift; sourceTree = "<group>"; };
DD751E0828869C4600B8128E /* Localizable.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; path = Localizable.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -241,13 +229,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
DD62F4DF27C769CE005A5D0B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
Expand Down Expand Up @@ -491,7 +472,6 @@
648805F92ABA98C500E007B4 /* BlackCandy.xcconfig */,
DD62F4CA27C769CC005A5D0B /* BlackCandy */,
DD62F4DB27C769CE005A5D0B /* BlackCandyTests */,
DD62F4E527C769CE005A5D0B /* BlackCandyUITests */,
DD62F4C927C769CC005A5D0B /* Products */,
DD05117E28F8402C00104197 /* Frameworks */,
);
Expand All @@ -502,7 +482,6 @@
children = (
DD62F4C827C769CC005A5D0B /* BlackCandy.app */,
DD62F4D827C769CE005A5D0B /* BlackCandyTests.xctest */,
DD62F4E227C769CE005A5D0B /* BlackCandyUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -550,15 +529,6 @@
path = BlackCandyTests;
sourceTree = "<group>";
};
DD62F4E527C769CE005A5D0B /* BlackCandyUITests */ = {
isa = PBXGroup;
children = (
DD62F4E627C769CE005A5D0B /* BlackCandyUITests.swift */,
DD62F4E827C769CE005A5D0B /* BlackCandyUITestsLaunchTests.swift */,
);
path = BlackCandyUITests;
sourceTree = "<group>";
};
DD6E0EAA2885344400F39DB3 /* Utils */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -657,24 +627,6 @@
productReference = DD62F4D827C769CE005A5D0B /* BlackCandyTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
DD62F4E127C769CE005A5D0B /* BlackCandyUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = DD62F4F227C769CE005A5D0B /* Build configuration list for PBXNativeTarget "BlackCandyUITests" */;
buildPhases = (
DD62F4DE27C769CE005A5D0B /* Sources */,
DD62F4DF27C769CE005A5D0B /* Frameworks */,
DD62F4E027C769CE005A5D0B /* Resources */,
);
buildRules = (
);
dependencies = (
DD62F4E427C769CE005A5D0B /* PBXTargetDependency */,
);
name = BlackCandyUITests;
productName = BlackCandyUITests;
productReference = DD62F4E227C769CE005A5D0B /* BlackCandyUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
Expand All @@ -692,10 +644,6 @@
CreatedOnToolsVersion = 13.2.1;
TestTargetID = DD62F4C727C769CC005A5D0B;
};
DD62F4E127C769CE005A5D0B = {
CreatedOnToolsVersion = 13.2.1;
TestTargetID = DD62F4C727C769CC005A5D0B;
};
};
};
buildConfigurationList = DD62F4C327C769CC005A5D0B /* Build configuration list for PBXProject "BlackCandy" */;
Expand All @@ -720,7 +668,6 @@
targets = (
DD62F4C727C769CC005A5D0B /* BlackCandy */,
DD62F4D727C769CE005A5D0B /* BlackCandyTests */,
DD62F4E127C769CE005A5D0B /* BlackCandyUITests */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -748,13 +695,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
DD62F4E027C769CE005A5D0B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down Expand Up @@ -846,15 +786,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
DD62F4DE27C769CE005A5D0B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
DD62F4E927C769CE005A5D0B /* BlackCandyUITestsLaunchTests.swift in Sources */,
DD62F4E727C769CE005A5D0B /* BlackCandyUITests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
Expand All @@ -863,11 +794,6 @@
target = DD62F4C727C769CC005A5D0B /* BlackCandy */;
targetProxy = DD62F4D927C769CE005A5D0B /* PBXContainerItemProxy */;
};
DD62F4E427C769CE005A5D0B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = DD62F4C727C769CC005A5D0B /* BlackCandy */;
targetProxy = DD62F4E327C769CE005A5D0B /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
Expand Down Expand Up @@ -1095,42 +1021,6 @@
};
name = Release;
};
DD62F4F327C769CE005A5D0B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_TEAM = G8A3H8HY7R;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "$(APP_IDENTIFIER)UITests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = BlackCandy;
};
name = Debug;
};
DD62F4F427C769CE005A5D0B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_TEAM = G8A3H8HY7R;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "$(APP_IDENTIFIER)UITests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = BlackCandy;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand Down Expand Up @@ -1161,15 +1051,6 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
DD62F4F227C769CE005A5D0B /* Build configuration list for PBXNativeTarget "BlackCandyUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DD62F4F327C769CE005A5D0B /* Debug */,
DD62F4F427C769CE005A5D0B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
Expand Down
10 changes: 0 additions & 10 deletions BlackCandy.xcodeproj/xcshareddata/xcschemes/BlackCandy.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@
ReferencedContainer = "container:BlackCandy.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DD62F4E127C769CE005A5D0B"
BuildableName = "BlackCandyUITests.xctest"
BlueprintName = "BlackCandyUITests"
ReferencedContainer = "container:BlackCandy.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
Expand Down
4 changes: 0 additions & 4 deletions BlackCandyUITests/BlackCandyUITests.swift

This file was deleted.

4 changes: 0 additions & 4 deletions BlackCandyUITests/BlackCandyUITestsLaunchTests.swift

This file was deleted.

0 comments on commit 873375c

Please sign in to comment.