Skip to content

Commit 130fd9a

Browse files
committed
remove tests
1 parent 79b2d6f commit 130fd9a

File tree

2 files changed

+3
-186
lines changed

2 files changed

+3
-186
lines changed

Example/SwiftUploadSDKExample/SwiftUploadSDKExample.xcodeproj/project.pbxproj

Lines changed: 3 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@
2626
19822A772A4CA69700CFA822 /* UploadCTA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19822A662A4CA69700CFA822 /* UploadCTA.swift */; };
2727
19822A792A4CA69700CFA822 /* ImagePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19822A682A4CA69700CFA822 /* ImagePicker.swift */; };
2828
19DCD95B2A4CA567001FBBF6 /* MuxUploadSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 19DCD95A2A4CA567001FBBF6 /* MuxUploadSDK */; };
29-
F38876CA2B86DBEB00B82A86 /* MemoryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F38876C92B86DBEB00B82A86 /* MemoryTests.swift */; };
3029
F38876D22B86DCFB00B82A86 /* MuxUploadSDK in Frameworks */ = {isa = PBXBuildFile; productRef = F38876D12B86DCFB00B82A86 /* MuxUploadSDK */; };
31-
F38876D72B86DD4A00B82A86 /* FakeBackend.swift in Sources */ = {isa = PBXBuildFile; fileRef = F38876D52B86DD4A00B82A86 /* FakeBackend.swift */; };
32-
F38876D82B86DD4A00B82A86 /* EnvironmentVariables.swift in Sources */ = {isa = PBXBuildFile; fileRef = F38876D62B86DD4A00B82A86 /* EnvironmentVariables.swift */; };
33-
F3DB262A2B8F792D0000C39B /* five_min.mov in Resources */ = {isa = PBXBuildFile; fileRef = F3DB26282B8F5D430000C39B /* five_min.mov */; };
3430
/* End PBXBuildFile section */
3531

3632
/* Begin PBXContainerItemProxy section */
@@ -72,11 +68,7 @@
7268
19DCD9592A4CA546001FBBF6 /* swift-upload-sdk */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "swift-upload-sdk"; path = ../..; sourceTree = "<group>"; };
7369
358E3C7729A92167005261CB /* SwiftUploadSDKExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftUploadSDKExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
7470
358E3C9129A92168005261CB /* SwiftUploadSDKExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftUploadSDKExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
75-
F38876C72B86DBEB00B82A86 /* SwiftUploadSDKExampleUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftUploadSDKExampleUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
76-
F38876C92B86DBEB00B82A86 /* MemoryTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryTests.swift; sourceTree = "<group>"; };
77-
F38876D52B86DD4A00B82A86 /* FakeBackend.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FakeBackend.swift; sourceTree = "<group>"; };
78-
F38876D62B86DD4A00B82A86 /* EnvironmentVariables.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnvironmentVariables.swift; sourceTree = "<group>"; };
79-
F3DB26282B8F5D430000C39B /* five_min.mov */ = {isa = PBXFileReference; lastKnownFileType = video.quicktime; name = five_min.mov; path = "../../Tests/MuxUploadSDKTests/Upload Tests/five_min.mov"; sourceTree = "<group>"; };
71+
F38876C72B86DBEB00B82A86 /* .xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = .xctest; sourceTree = BUILT_PRODUCTS_DIR; };
8072
/* End PBXFileReference section */
8173

8274
/* Begin PBXFrameworksBuildPhase section */
@@ -197,7 +189,6 @@
197189
358E3C6E29A92167005261CB = {
198190
isa = PBXGroup;
199191
children = (
200-
F3DB26282B8F5D430000C39B /* five_min.mov */,
201192
358E3CC329A9221F005261CB /* Packages */,
202193
19822A502A4CA69700CFA822 /* SwiftUploadSDKExample */,
203194
19822A7A2A4CA6A300CFA822 /* SwiftUploadSDKExampleTests */,
@@ -212,7 +203,7 @@
212203
children = (
213204
358E3C7729A92167005261CB /* SwiftUploadSDKExample.app */,
214205
358E3C9129A92168005261CB /* SwiftUploadSDKExampleTests.xctest */,
215-
F38876C72B86DBEB00B82A86 /* SwiftUploadSDKExampleUnitTests.xctest */,
206+
F38876C72B86DBEB00B82A86 /* .xctest */,
216207
);
217208
name = Products;
218209
sourceTree = "<group>";
@@ -235,22 +226,10 @@
235226
F38876C82B86DBEB00B82A86 /* SwiftUploadSDKExampleUnitTests */ = {
236227
isa = PBXGroup;
237228
children = (
238-
F38876D42B86DD4A00B82A86 /* Helpers */,
239-
F38876C92B86DBEB00B82A86 /* MemoryTests.swift */,
240229
);
241230
path = SwiftUploadSDKExampleUnitTests;
242231
sourceTree = "<group>";
243232
};
244-
F38876D42B86DD4A00B82A86 /* Helpers */ = {
245-
isa = PBXGroup;
246-
children = (
247-
F38876D52B86DD4A00B82A86 /* FakeBackend.swift */,
248-
F38876D62B86DD4A00B82A86 /* EnvironmentVariables.swift */,
249-
);
250-
name = Helpers;
251-
path = ../../../Tests/MuxUploadSDKTests/Helpers;
252-
sourceTree = "<group>";
253-
};
254233
/* End PBXGroup section */
255234

256235
/* Begin PBXNativeTarget section */
@@ -310,7 +289,7 @@
310289
F38876D12B86DCFB00B82A86 /* MuxUploadSDK */,
311290
);
312291
productName = SwiftUploadSDKExampleUnitTests;
313-
productReference = F38876C72B86DBEB00B82A86 /* SwiftUploadSDKExampleUnitTests.xctest */;
292+
productReference = F38876C72B86DBEB00B82A86 /* .xctest */;
314293
productType = "com.apple.product-type.bundle.unit-test";
315294
};
316295
/* End PBXNativeTarget section */
@@ -381,7 +360,6 @@
381360
isa = PBXResourcesBuildPhase;
382361
buildActionMask = 2147483647;
383362
files = (
384-
F3DB262A2B8F792D0000C39B /* five_min.mov in Resources */,
385363
);
386364
runOnlyForDeploymentPostprocessing = 0;
387365
};
@@ -421,9 +399,6 @@
421399
isa = PBXSourcesBuildPhase;
422400
buildActionMask = 2147483647;
423401
files = (
424-
F38876CA2B86DBEB00B82A86 /* MemoryTests.swift in Sources */,
425-
F38876D72B86DD4A00B82A86 /* FakeBackend.swift in Sources */,
426-
F38876D82B86DD4A00B82A86 /* EnvironmentVariables.swift in Sources */,
427402
);
428403
runOnlyForDeploymentPostprocessing = 0;
429404
};
@@ -580,7 +555,6 @@
580555
"@executable_path/Frameworks",
581556
);
582557
MARKETING_VERSION = 1.0;
583-
PRODUCT_BUNDLE_IDENTIFIER = "com.mux.video.upload.Test-App";
584558
PRODUCT_NAME = "$(TARGET_NAME)";
585559
SWIFT_EMIT_LOC_STRINGS = YES;
586560
SWIFT_VERSION = 5.0;
@@ -612,7 +586,6 @@
612586
"@executable_path/Frameworks",
613587
);
614588
MARKETING_VERSION = 1.0;
615-
PRODUCT_BUNDLE_IDENTIFIER = "com.mux.video.upload.Test-App";
616589
PRODUCT_NAME = "$(TARGET_NAME)";
617590
PROVISIONING_PROFILE_SPECIFIER = "";
618591
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -630,8 +603,6 @@
630603
DEVELOPMENT_TEAM = XX95P4Y787;
631604
GENERATE_INFOPLIST_FILE = YES;
632605
MARKETING_VERSION = 1.0;
633-
PRODUCT_BUNDLE_IDENTIFIER = "com.mux.video.upload.Test-AppUITests";
634-
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = "com.mux.video-uploader";
635606
PRODUCT_NAME = "$(TARGET_NAME)";
636607
SWIFT_EMIT_LOC_STRINGS = NO;
637608
SWIFT_VERSION = 5.0;
@@ -649,8 +620,6 @@
649620
DEVELOPMENT_TEAM = XX95P4Y787;
650621
GENERATE_INFOPLIST_FILE = YES;
651622
MARKETING_VERSION = 1.0;
652-
PRODUCT_BUNDLE_IDENTIFIER = "com.mux.video.upload.Test-AppUITests";
653-
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = "com.mux.video-uploader";
654623
PRODUCT_NAME = "$(TARGET_NAME)";
655624
SWIFT_EMIT_LOC_STRINGS = NO;
656625
SWIFT_VERSION = 5.0;
@@ -673,8 +642,6 @@
673642
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
674643
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
675644
MARKETING_VERSION = 1.0;
676-
PRODUCT_BUNDLE_IDENTIFIER = com.mux.spaces.sdk.SwiftUploadSDKExampleUnitTests;
677-
PRODUCT_NAME = "$(TARGET_NAME)";
678645
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
679646
SWIFT_EMIT_LOC_STRINGS = NO;
680647
SWIFT_VERSION = 5.0;
@@ -697,8 +664,6 @@
697664
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
698665
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
699666
MARKETING_VERSION = 1.0;
700-
PRODUCT_BUNDLE_IDENTIFIER = com.mux.spaces.sdk.SwiftUploadSDKExampleUnitTests;
701-
PRODUCT_NAME = "$(TARGET_NAME)";
702667
SWIFT_EMIT_LOC_STRINGS = NO;
703668
SWIFT_VERSION = 5.0;
704669
TARGETED_DEVICE_FAMILY = "1,2";

Example/SwiftUploadSDKExample/SwiftUploadSDKExampleUnitTests/MemoryTests.swift

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)