Skip to content
This repository was archived by the owner on Oct 15, 2023. It is now read-only.

Commit c7cd8c0

Browse files
committed
remove uitest
1 parent be576a9 commit c7cd8c0

File tree

7 files changed

+19
-239
lines changed

7 files changed

+19
-239
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ install:
1414
script:
1515
- bundle exec pod install --repo-update
1616
- ./scripts/lint
17-
- bundle exec fastlane test
17+
- bundle exec fastlane test

CleanArchitecture.xcodeproj/project.pbxproj

Lines changed: 0 additions & 175 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
4353C68521C6A3F200A824DD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4353C68421C6A3F200A824DD /* Assets.xcassets */; };
1313
4353C68821C6A3F200A824DD /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4353C68621C6A3F200A824DD /* LaunchScreen.storyboard */; };
1414
4353C69321C6A3F200A824DD /* CleanArchitectureTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353C69221C6A3F200A824DD /* CleanArchitectureTests.swift */; };
15-
4353C69E21C6A3F200A824DD /* CleanArchitectureUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353C69D21C6A3F200A824DD /* CleanArchitectureUITests.swift */; };
1615
43682B1721C6A93F00716C2C /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43682B1621C6A93F00716C2C /* ViewController.swift */; };
1716
43682B1A21C6A9B900716C2C /* Application.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43682B1921C6A9B900716C2C /* Application.swift */; };
1817
43682B2121C6AB9B00716C2C /* SearchViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43682B1F21C6AB9B00716C2C /* SearchViewController.swift */; };
@@ -29,7 +28,6 @@
2928
43682B3721C6B02600716C2C /* MeNavigator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43682B3621C6B02600716C2C /* MeNavigator.swift */; };
3029
43682B3921C6B28B00716C2C /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43682B3821C6B28B00716C2C /* App.swift */; };
3130
43682B3C21C6B38B00716C2C /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43682B3B21C6B38B00716C2C /* String.swift */; };
32-
5E8D7964048BF527730F25C7 /* Pods_CleanArchitectureUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 36A681191E9522F67040C5B4 /* Pods_CleanArchitectureUITests.framework */; };
3331
956645E2564500EDB3CF387E /* Pods_CleanArchitecture.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C02D3B665AE9543DC884C9D2 /* Pods_CleanArchitecture.framework */; };
3432
/* End PBXBuildFile section */
3533

@@ -41,13 +39,6 @@
4139
remoteGlobalIDString = 4353C67921C6A3F100A824DD;
4240
remoteInfo = CleanArchitecture;
4341
};
44-
4353C69A21C6A3F200A824DD /* PBXContainerItemProxy */ = {
45-
isa = PBXContainerItemProxy;
46-
containerPortal = 4353C67221C6A3F100A824DD /* Project object */;
47-
proxyType = 1;
48-
remoteGlobalIDString = 4353C67921C6A3F100A824DD;
49-
remoteInfo = CleanArchitecture;
50-
};
5142
/* End PBXContainerItemProxy section */
5243

5344
/* Begin PBXFileReference section */
@@ -60,9 +51,6 @@
6051
4353C68E21C6A3F200A824DD /* CleanArchitectureTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CleanArchitectureTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
6152
4353C69221C6A3F200A824DD /* CleanArchitectureTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CleanArchitectureTests.swift; sourceTree = "<group>"; };
6253
4353C69421C6A3F200A824DD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
63-
4353C69921C6A3F200A824DD /* CleanArchitectureUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CleanArchitectureUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
64-
4353C69D21C6A3F200A824DD /* CleanArchitectureUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CleanArchitectureUITests.swift; sourceTree = "<group>"; };
65-
4353C69F21C6A3F200A824DD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6654
43682B1621C6A93F00716C2C /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
6755
43682B1921C6A9B900716C2C /* Application.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Application.swift; sourceTree = "<group>"; };
6856
43682B1F21C6AB9B00716C2C /* SearchViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchViewController.swift; sourceTree = "<group>"; };
@@ -106,14 +94,6 @@
10694
);
10795
runOnlyForDeploymentPostprocessing = 0;
10896
};
109-
4353C69621C6A3F200A824DD /* Frameworks */ = {
110-
isa = PBXFrameworksBuildPhase;
111-
buildActionMask = 2147483647;
112-
files = (
113-
5E8D7964048BF527730F25C7 /* Pods_CleanArchitectureUITests.framework in Frameworks */,
114-
);
115-
runOnlyForDeploymentPostprocessing = 0;
116-
};
11797
/* End PBXFrameworksBuildPhase section */
11898

11999
/* Begin PBXGroup section */
@@ -132,7 +112,6 @@
132112
children = (
133113
4353C67C21C6A3F100A824DD /* CleanArchitecture */,
134114
4353C69121C6A3F200A824DD /* CleanArchitectureTests */,
135-
4353C69C21C6A3F200A824DD /* CleanArchitectureUITests */,
136115
4353C67B21C6A3F100A824DD /* Products */,
137116
51731A29D82242B01C173510 /* Pods */,
138117
0A8590EDB8344B57477E7F20 /* Frameworks */,
@@ -144,7 +123,6 @@
144123
children = (
145124
4353C67A21C6A3F100A824DD /* CleanArchitecture.app */,
146125
4353C68E21C6A3F200A824DD /* CleanArchitectureTests.xctest */,
147-
4353C69921C6A3F200A824DD /* CleanArchitectureUITests.xctest */,
148126
);
149127
name = Products;
150128
sourceTree = "<group>";
@@ -174,15 +152,6 @@
174152
path = CleanArchitectureTests;
175153
sourceTree = "<group>";
176154
};
177-
4353C69C21C6A3F200A824DD /* CleanArchitectureUITests */ = {
178-
isa = PBXGroup;
179-
children = (
180-
4353C69D21C6A3F200A824DD /* CleanArchitectureUITests.swift */,
181-
4353C69F21C6A3F200A824DD /* Info.plist */,
182-
);
183-
path = CleanArchitectureUITests;
184-
sourceTree = "<group>";
185-
};
186155
43682B0C21C6A89C00716C2C /* Application */ = {
187156
isa = PBXGroup;
188157
children = (
@@ -418,26 +387,6 @@
418387
productReference = 4353C68E21C6A3F200A824DD /* CleanArchitectureTests.xctest */;
419388
productType = "com.apple.product-type.bundle.unit-test";
420389
};
421-
4353C69821C6A3F200A824DD /* CleanArchitectureUITests */ = {
422-
isa = PBXNativeTarget;
423-
buildConfigurationList = 4353C6A821C6A3F200A824DD /* Build configuration list for PBXNativeTarget "CleanArchitectureUITests" */;
424-
buildPhases = (
425-
F66BCF0CE813CC9A596646F9 /* [CP] Check Pods Manifest.lock */,
426-
4353C69521C6A3F200A824DD /* Sources */,
427-
4353C69621C6A3F200A824DD /* Frameworks */,
428-
4353C69721C6A3F200A824DD /* Resources */,
429-
995248062AF3F0FE89097A03 /* [CP] Embed Pods Frameworks */,
430-
);
431-
buildRules = (
432-
);
433-
dependencies = (
434-
4353C69B21C6A3F200A824DD /* PBXTargetDependency */,
435-
);
436-
name = CleanArchitectureUITests;
437-
productName = CleanArchitectureUITests;
438-
productReference = 4353C69921C6A3F200A824DD /* CleanArchitectureUITests.xctest */;
439-
productType = "com.apple.product-type.bundle.ui-testing";
440-
};
441390
/* End PBXNativeTarget section */
442391

443392
/* Begin PBXProject section */
@@ -455,10 +404,6 @@
455404
CreatedOnToolsVersion = 10.1;
456405
TestTargetID = 4353C67921C6A3F100A824DD;
457406
};
458-
4353C69821C6A3F200A824DD = {
459-
CreatedOnToolsVersion = 10.1;
460-
TestTargetID = 4353C67921C6A3F100A824DD;
461-
};
462407
};
463408
};
464409
buildConfigurationList = 4353C67521C6A3F100A824DD /* Build configuration list for PBXProject "CleanArchitecture" */;
@@ -476,7 +421,6 @@
476421
targets = (
477422
4353C67921C6A3F100A824DD /* CleanArchitecture */,
478423
4353C68D21C6A3F200A824DD /* CleanArchitectureTests */,
479-
4353C69821C6A3F200A824DD /* CleanArchitectureUITests */,
480424
);
481425
};
482426
/* End PBXProject section */
@@ -502,13 +446,6 @@
502446
);
503447
runOnlyForDeploymentPostprocessing = 0;
504448
};
505-
4353C69721C6A3F200A824DD /* Resources */ = {
506-
isa = PBXResourcesBuildPhase;
507-
buildActionMask = 2147483647;
508-
files = (
509-
);
510-
runOnlyForDeploymentPostprocessing = 0;
511-
};
512449
/* End PBXResourcesBuildPhase section */
513450

514451
/* Begin PBXShellScriptBuildPhase section */
@@ -552,36 +489,6 @@
552489
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
553490
showEnvVarsInLog = 0;
554491
};
555-
995248062AF3F0FE89097A03 /* [CP] Embed Pods Frameworks */ = {
556-
isa = PBXShellScriptBuildPhase;
557-
buildActionMask = 2147483647;
558-
files = (
559-
);
560-
inputFileListPaths = (
561-
);
562-
inputPaths = (
563-
"${SRCROOT}/Pods/Target Support Files/Pods-CleanArchitectureUITests/Pods-CleanArchitectureUITests-frameworks.sh",
564-
"${BUILT_PRODUCTS_DIR}/RxAtomic/RxAtomic.framework",
565-
"${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework",
566-
"${BUILT_PRODUCTS_DIR}/Nimble/Nimble.framework",
567-
"${BUILT_PRODUCTS_DIR}/RxBlocking/RxBlocking.framework",
568-
"${BUILT_PRODUCTS_DIR}/RxTest/RxTest.framework",
569-
);
570-
name = "[CP] Embed Pods Frameworks";
571-
outputFileListPaths = (
572-
);
573-
outputPaths = (
574-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxAtomic.framework",
575-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework",
576-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Nimble.framework",
577-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxBlocking.framework",
578-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxTest.framework",
579-
);
580-
runOnlyForDeploymentPostprocessing = 0;
581-
shellPath = /bin/sh;
582-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CleanArchitectureUITests/Pods-CleanArchitectureUITests-frameworks.sh\"\n";
583-
showEnvVarsInLog = 0;
584-
};
585492
BBE04EB16FBACA4B7A551FF7 /* [CP] Check Pods Manifest.lock */ = {
586493
isa = PBXShellScriptBuildPhase;
587494
buildActionMask = 2147483647;
@@ -670,28 +577,6 @@
670577
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CleanArchitectureTests/Pods-CleanArchitectureTests-frameworks.sh\"\n";
671578
showEnvVarsInLog = 0;
672579
};
673-
F66BCF0CE813CC9A596646F9 /* [CP] Check Pods Manifest.lock */ = {
674-
isa = PBXShellScriptBuildPhase;
675-
buildActionMask = 2147483647;
676-
files = (
677-
);
678-
inputFileListPaths = (
679-
);
680-
inputPaths = (
681-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
682-
"${PODS_ROOT}/Manifest.lock",
683-
);
684-
name = "[CP] Check Pods Manifest.lock";
685-
outputFileListPaths = (
686-
);
687-
outputPaths = (
688-
"$(DERIVED_FILE_DIR)/Pods-CleanArchitectureUITests-checkManifestLockResult.txt",
689-
);
690-
runOnlyForDeploymentPostprocessing = 0;
691-
shellPath = /bin/sh;
692-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
693-
showEnvVarsInLog = 0;
694-
};
695580
/* End PBXShellScriptBuildPhase section */
696581

697582
/* Begin PBXSourcesBuildPhase section */
@@ -723,14 +608,6 @@
723608
);
724609
runOnlyForDeploymentPostprocessing = 0;
725610
};
726-
4353C69521C6A3F200A824DD /* Sources */ = {
727-
isa = PBXSourcesBuildPhase;
728-
buildActionMask = 2147483647;
729-
files = (
730-
4353C69E21C6A3F200A824DD /* CleanArchitectureUITests.swift in Sources */,
731-
);
732-
runOnlyForDeploymentPostprocessing = 0;
733-
};
734611
/* End PBXSourcesBuildPhase section */
735612

736613
/* Begin PBXTargetDependency section */
@@ -739,11 +616,6 @@
739616
target = 4353C67921C6A3F100A824DD /* CleanArchitecture */;
740617
targetProxy = 4353C68F21C6A3F200A824DD /* PBXContainerItemProxy */;
741618
};
742-
4353C69B21C6A3F200A824DD /* PBXTargetDependency */ = {
743-
isa = PBXTargetDependency;
744-
target = 4353C67921C6A3F100A824DD /* CleanArchitecture */;
745-
targetProxy = 4353C69A21C6A3F200A824DD /* PBXContainerItemProxy */;
746-
};
747619
/* End PBXTargetDependency section */
748620

749621
/* Begin PBXVariantGroup section */
@@ -952,44 +824,6 @@
952824
};
953825
name = Release;
954826
};
955-
4353C6A921C6A3F200A824DD /* Debug */ = {
956-
isa = XCBuildConfiguration;
957-
baseConfigurationReference = ED427AF608C633973D2DC75E /* Pods-CleanArchitectureUITests.debug.xcconfig */;
958-
buildSettings = {
959-
CODE_SIGN_STYLE = Automatic;
960-
INFOPLIST_FILE = CleanArchitectureUITests/Info.plist;
961-
LD_RUNPATH_SEARCH_PATHS = (
962-
"$(inherited)",
963-
"@executable_path/Frameworks",
964-
"@loader_path/Frameworks",
965-
);
966-
PRODUCT_BUNDLE_IDENTIFIER = me.mlsuho.CleanArchitectureUITests;
967-
PRODUCT_NAME = "$(TARGET_NAME)";
968-
SWIFT_VERSION = 4.2;
969-
TARGETED_DEVICE_FAMILY = "1,2";
970-
TEST_TARGET_NAME = CleanArchitecture;
971-
};
972-
name = Debug;
973-
};
974-
4353C6AA21C6A3F200A824DD /* Release */ = {
975-
isa = XCBuildConfiguration;
976-
baseConfigurationReference = E834C762AF7BE59A89A92D33 /* Pods-CleanArchitectureUITests.release.xcconfig */;
977-
buildSettings = {
978-
CODE_SIGN_STYLE = Automatic;
979-
INFOPLIST_FILE = CleanArchitectureUITests/Info.plist;
980-
LD_RUNPATH_SEARCH_PATHS = (
981-
"$(inherited)",
982-
"@executable_path/Frameworks",
983-
"@loader_path/Frameworks",
984-
);
985-
PRODUCT_BUNDLE_IDENTIFIER = me.mlsuho.CleanArchitectureUITests;
986-
PRODUCT_NAME = "$(TARGET_NAME)";
987-
SWIFT_VERSION = 4.2;
988-
TARGETED_DEVICE_FAMILY = "1,2";
989-
TEST_TARGET_NAME = CleanArchitecture;
990-
};
991-
name = Release;
992-
};
993827
/* End XCBuildConfiguration section */
994828

995829
/* Begin XCConfigurationList section */
@@ -1020,15 +854,6 @@
1020854
defaultConfigurationIsVisible = 0;
1021855
defaultConfigurationName = Release;
1022856
};
1023-
4353C6A821C6A3F200A824DD /* Build configuration list for PBXNativeTarget "CleanArchitectureUITests" */ = {
1024-
isa = XCConfigurationList;
1025-
buildConfigurations = (
1026-
4353C6A921C6A3F200A824DD /* Debug */,
1027-
4353C6AA21C6A3F200A824DD /* Release */,
1028-
);
1029-
defaultConfigurationIsVisible = 0;
1030-
defaultConfigurationName = Release;
1031-
};
1032857
/* End XCConfigurationList section */
1033858
};
1034859
rootObject = 4353C67221C6A3F100A824DD /* Project object */;

CleanArchitectureTests/CleanArchitectureTests.swift

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,5 @@ import XCTest
1111

1212
class CleanArchitectureTests: XCTestCase {
1313

14-
override func setUp() {
15-
// Put setup code here. This method is called before the invocation of each test method in the class.
16-
}
17-
18-
override func tearDown() {
19-
// Put teardown code here. This method is called after the invocation of each test method in the class.
20-
}
21-
22-
func testExample() {
23-
// This is an example of a functional test case.
24-
// Use XCTAssert and related functions to verify your tests produce the correct results.
25-
}
26-
27-
func testPerformanceExample() {
28-
// This is an example of a performance test case.
29-
self.measure {
30-
// Put the code you want to measure the time of here.
31-
}
32-
}
14+
func testExample() {}
3315
}

CleanArchitectureUITests/CleanArchitectureUITests.swift

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

CleanArchitectureUITests/Info.plist

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

fastlane/Fastfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@ platform :ios do
2020
lane :test do
2121
scan
2222
end
23-
24-
2523
end

0 commit comments

Comments
 (0)