Removed (temporarily) the Libraries test plan from the project.

This commit is contained in:
Javier Cicchelli 2024-03-18 03:20:50 +01:00
parent 38e671a69e
commit 6be1276be4
4 changed files with 4 additions and 56 deletions

View File

@ -27,13 +27,8 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<TestPlans>
<TestPlanReference
reference = "container:../Libraries.xctestplan"
default = "YES">
</TestPlanReference>
</TestPlans>
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
</TestAction>
<LaunchAction
buildConfiguration = "Debug"

View File

@ -1,11 +1,12 @@
//
// FilterWordsUseCaseTests.swift
// ReviewsFoundationTest
// ReviewsFilterTest
//
// Created by Javier Cicchelli on 18/03/2024.
// Copyright © 2024 Röck+Cöde VoF. All rights reserved.
//
import ReviewsFilterKit
import ReviewsFoundationKit
import XCTest

View File

@ -46,7 +46,6 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
02900C4B2BA5347A008D2E8D /* Libraries.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = Libraries.xctestplan; sourceTree = "<group>"; };
02DC7F8F2BA51793000EEEBE /* ReviewsFeed.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ReviewsFeed.framework; sourceTree = BUILT_PRODUCTS_DIR; };
02DC7F912BA51793000EEEBE /* ReviewsFeed.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReviewsFeed.h; sourceTree = "<group>"; };
02DC7FB12BA52084000EEEBE /* Libraries */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Libraries; sourceTree = "<group>"; };
@ -82,14 +81,6 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
02900C4C2BA5347A008D2E8D /* Test Plans */ = {
isa = PBXGroup;
children = (
02900C4B2BA5347A008D2E8D /* Libraries.xctestplan */,
);
path = "Test Plans";
sourceTree = "<group>";
};
02A6DA2F2BA591C000B943E2 /* Bundle */ = {
isa = PBXGroup;
children = (
@ -182,7 +173,6 @@
02DC7FB12BA52084000EEEBE /* Libraries */,
02DC7FAB2BA51848000EEEBE /* Frameworks */,
345AD11A24C6EDD9004E2EE1 /* App */,
02900C4C2BA5347A008D2E8D /* Test Plans */,
345AD11924C6EDD9004E2EE1 /* Products */,
);
sourceTree = "<group>";

View File

@ -1,38 +0,0 @@
{
"configurations" : [
{
"id" : "BF43DE96-4FFB-475F-B056-3EE94ACD1F54",
"name" : "Test Scheme Action",
"options" : {
}
}
],
"defaultOptions" : {
"codeCoverage" : false
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:Libraries",
"identifier" : "ReviewsFoundationTest",
"name" : "ReviewsFoundationTest"
}
},
{
"target" : {
"containerPath" : "container:",
"identifier" : "ReviewsFilterTest",
"name" : "ReviewsFilterTest"
}
},
{
"target" : {
"containerPath" : "container:",
"identifier" : "ReviewsiTunesTest",
"name" : "ReviewsiTunesTest"
}
}
],
"version" : 1
}