Skip to content

Commit

Permalink
🔥 Del: UITests 폴더 및 파일
Browse files Browse the repository at this point in the history
  • Loading branch information
anyukyung committed Nov 16, 2023
1 parent ec455df commit c959d5f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 89 deletions.
16 changes: 0 additions & 16 deletions iOS/Layover/Layover.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
FC7E45432AFEB62B004F155A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FC7E45422AFEB62B004F155A /* Assets.xcassets */; };
FC7E45462AFEB62B004F155A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FC7E45442AFEB62B004F155A /* LaunchScreen.storyboard */; };
FC7E45512AFEB62C004F155A /* LayoverTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC7E45502AFEB62C004F155A /* LayoverTests.swift */; };
FC7E455B2AFEB62C004F155A /* LayoverUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC7E455A2AFEB62C004F155A /* LayoverUITests.swift */; };
FC7E455D2AFEB62C004F155A /* LayoverUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC7E455C2AFEB62C004F155A /* LayoverUITestsLaunchTests.swift */; };
FC7E456A2AFEC06E004F155A /* .swiftlint.yml in Resources */ = {isa = PBXBuildFile; fileRef = FC7E45692AFEC06E004F155A /* .swiftlint.yml */; };
FC7E458C2AFF7455004F155A /* DummyModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC7E458B2AFF7455004F155A /* DummyModel.swift */; };
FC7E458E2AFF7462004F155A /* DummyService.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC7E458D2AFF7462004F155A /* DummyService.swift */; };
Expand Down Expand Up @@ -136,8 +134,6 @@
FC7E454C2AFEB62B004F155A /* LayoverTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LayoverTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
FC7E45502AFEB62C004F155A /* LayoverTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LayoverTests.swift; sourceTree = "<group>"; };
FC7E45562AFEB62C004F155A /* LayoverUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LayoverUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
FC7E455A2AFEB62C004F155A /* LayoverUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LayoverUITests.swift; sourceTree = "<group>"; };
FC7E455C2AFEB62C004F155A /* LayoverUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LayoverUITestsLaunchTests.swift; sourceTree = "<group>"; };
FC7E45692AFEC06E004F155A /* .swiftlint.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .swiftlint.yml; sourceTree = "<group>"; };
FC7E458B2AFF7455004F155A /* DummyModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DummyModel.swift; sourceTree = "<group>"; };
FC7E458D2AFF7462004F155A /* DummyService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DummyService.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -286,7 +282,6 @@
FC7E45692AFEC06E004F155A /* .swiftlint.yml */,
FC7E45382AFEB623004F155A /* Layover */,
FC7E454F2AFEB62C004F155A /* LayoverTests */,
FC7E45592AFEB62C004F155A /* LayoverUITests */,
FC7E45372AFEB623004F155A /* Products */,
);
sourceTree = "<group>";
Expand Down Expand Up @@ -328,15 +323,6 @@
path = LayoverTests;
sourceTree = "<group>";
};
FC7E45592AFEB62C004F155A /* LayoverUITests */ = {
isa = PBXGroup;
children = (
FC7E455A2AFEB62C004F155A /* LayoverUITests.swift */,
FC7E455C2AFEB62C004F155A /* LayoverUITestsLaunchTests.swift */,
);
path = LayoverUITests;
sourceTree = "<group>";
};
FC7E456E2AFF6EDA004F155A /* Models */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -627,8 +613,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FC7E455B2AFEB62C004F155A /* LayoverUITests.swift in Sources */,
FC7E455D2AFEB62C004F155A /* LayoverUITestsLaunchTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
41 changes: 0 additions & 41 deletions iOS/Layover/LayoverUITests/LayoverUITests.swift

This file was deleted.

32 changes: 0 additions & 32 deletions iOS/Layover/LayoverUITests/LayoverUITestsLaunchTests.swift

This file was deleted.

0 comments on commit c959d5f

Please sign in to comment.