Skip to content

Commit

Permalink
remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Mar 15, 2024
1 parent 79b2d6f commit dccaa1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 173 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@
19822A772A4CA69700CFA822 /* UploadCTA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19822A662A4CA69700CFA822 /* UploadCTA.swift */; };
19822A792A4CA69700CFA822 /* ImagePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19822A682A4CA69700CFA822 /* ImagePicker.swift */; };
19DCD95B2A4CA567001FBBF6 /* MuxUploadSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 19DCD95A2A4CA567001FBBF6 /* MuxUploadSDK */; };
F38876CA2B86DBEB00B82A86 /* MemoryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F38876C92B86DBEB00B82A86 /* MemoryTests.swift */; };
F38876D22B86DCFB00B82A86 /* MuxUploadSDK in Frameworks */ = {isa = PBXBuildFile; productRef = F38876D12B86DCFB00B82A86 /* MuxUploadSDK */; };
F38876D72B86DD4A00B82A86 /* FakeBackend.swift in Sources */ = {isa = PBXBuildFile; fileRef = F38876D52B86DD4A00B82A86 /* FakeBackend.swift */; };
F38876D82B86DD4A00B82A86 /* EnvironmentVariables.swift in Sources */ = {isa = PBXBuildFile; fileRef = F38876D62B86DD4A00B82A86 /* EnvironmentVariables.swift */; };
F3DB262A2B8F792D0000C39B /* five_min.mov in Resources */ = {isa = PBXBuildFile; fileRef = F3DB26282B8F5D430000C39B /* five_min.mov */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -73,10 +69,6 @@
358E3C7729A92167005261CB /* SwiftUploadSDKExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftUploadSDKExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
358E3C9129A92168005261CB /* SwiftUploadSDKExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftUploadSDKExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
F38876C72B86DBEB00B82A86 /* SwiftUploadSDKExampleUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftUploadSDKExampleUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
F38876C92B86DBEB00B82A86 /* MemoryTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryTests.swift; sourceTree = "<group>"; };
F38876D52B86DD4A00B82A86 /* FakeBackend.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FakeBackend.swift; sourceTree = "<group>"; };
F38876D62B86DD4A00B82A86 /* EnvironmentVariables.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnvironmentVariables.swift; sourceTree = "<group>"; };
F3DB26282B8F5D430000C39B /* five_min.mov */ = {isa = PBXFileReference; lastKnownFileType = video.quicktime; name = five_min.mov; path = "../../Tests/MuxUploadSDKTests/Upload Tests/five_min.mov"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -197,7 +189,6 @@
358E3C6E29A92167005261CB = {
isa = PBXGroup;
children = (
F3DB26282B8F5D430000C39B /* five_min.mov */,
358E3CC329A9221F005261CB /* Packages */,
19822A502A4CA69700CFA822 /* SwiftUploadSDKExample */,
19822A7A2A4CA6A300CFA822 /* SwiftUploadSDKExampleTests */,
Expand Down Expand Up @@ -235,22 +226,10 @@
F38876C82B86DBEB00B82A86 /* SwiftUploadSDKExampleUnitTests */ = {
isa = PBXGroup;
children = (
F38876D42B86DD4A00B82A86 /* Helpers */,
F38876C92B86DBEB00B82A86 /* MemoryTests.swift */,
);
path = SwiftUploadSDKExampleUnitTests;
sourceTree = "<group>";
};
F38876D42B86DD4A00B82A86 /* Helpers */ = {
isa = PBXGroup;
children = (
F38876D52B86DD4A00B82A86 /* FakeBackend.swift */,
F38876D62B86DD4A00B82A86 /* EnvironmentVariables.swift */,
);
name = Helpers;
path = ../../../Tests/MuxUploadSDKTests/Helpers;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -381,7 +360,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F3DB262A2B8F792D0000C39B /* five_min.mov in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -421,9 +399,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F38876CA2B86DBEB00B82A86 /* MemoryTests.swift in Sources */,
F38876D72B86DD4A00B82A86 /* FakeBackend.swift in Sources */,
F38876D82B86DD4A00B82A86 /* EnvironmentVariables.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

This file was deleted.

0 comments on commit dccaa1a

Please sign in to comment.