Skip to content

Commit bff1eb2

Browse files
committed
Remove Fetch UI tests
1 parent 6498e82 commit bff1eb2

File tree

2 files changed

+3
-103
lines changed

2 files changed

+3
-103
lines changed

Fetch.xcodeproj/project.pbxproj

Lines changed: 2 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@
134134
28B2090A1C9C8458007229C8 /* TVMovieLoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28B209091C9C8458007229C8 /* TVMovieLoadingView.swift */; };
135135
28B2090D1C9C906F007229C8 /* UIView+FadeAndHide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28B2090C1C9C906F007229C8 /* UIView+FadeAndHide.swift */; };
136136
28C76E8A1C1E15F9005055C8 /* MediaType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28C76E891C1E15F9005055C8 /* MediaType.swift */; };
137-
28C91E531CA709C600D45750 /* FetchUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28C91E521CA709C600D45750 /* FetchUITests.swift */; };
138-
28C91E5B1CA70A0900D45750 /* SnapshotHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28C91E5A1CA70A0900D45750 /* SnapshotHelper.swift */; };
139137
28D871831C8B1F2B00F9F36C /* MoreTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28D871821C8B1F2B00F9F36C /* MoreTableViewController.swift */; };
140138
28EB62691CA32E8600985F78 /* SeasonSectionHeaderCollectionReusableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28EB62681CA32E8600985F78 /* SeasonSectionHeaderCollectionReusableView.swift */; };
141139
28EBE3F01C888E3800A6E573 /* NSObject+Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28EBE3EF1C888E3800A6E573 /* NSObject+Delay.swift */; };
@@ -158,13 +156,6 @@
158156
remoteGlobalIDString = 280B287C1C1C89BE006E17B6;
159157
remoteInfo = PutioKit;
160158
};
161-
28C91E551CA709C600D45750 /* PBXContainerItemProxy */ = {
162-
isa = PBXContainerItemProxy;
163-
containerPortal = 280B28301C1C8930006E17B6 /* Project object */;
164-
proxyType = 1;
165-
remoteGlobalIDString = 280B28371C1C8930006E17B6;
166-
remoteInfo = Fetch;
167-
};
168159
/* End PBXContainerItemProxy section */
169160

170161
/* Begin PBXCopyFilesBuildPhase section */
@@ -314,7 +305,6 @@
314305
28B209091C9C8458007229C8 /* TVMovieLoadingView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TVMovieLoadingView.swift; sourceTree = "<group>"; };
315306
28B2090C1C9C906F007229C8 /* UIView+FadeAndHide.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+FadeAndHide.swift"; sourceTree = "<group>"; };
316307
28C76E891C1E15F9005055C8 /* MediaType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaType.swift; sourceTree = "<group>"; };
317-
28C91E501CA709C600D45750 /* FetchUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FetchUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
318308
28C91E521CA709C600D45750 /* FetchUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FetchUITests.swift; sourceTree = "<group>"; };
319309
28C91E541CA709C600D45750 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
320310
28C91E5A1CA70A0900D45750 /* SnapshotHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SnapshotHelper.swift; sourceTree = "<group>"; };
@@ -376,13 +366,6 @@
376366
);
377367
runOnlyForDeploymentPostprocessing = 0;
378368
};
379-
28C91E4D1CA709C600D45750 /* Frameworks */ = {
380-
isa = PBXFrameworksBuildPhase;
381-
buildActionMask = 2147483647;
382-
files = (
383-
);
384-
runOnlyForDeploymentPostprocessing = 0;
385-
};
386369
/* End PBXFrameworksBuildPhase section */
387370

388371
/* Begin PBXGroup section */
@@ -423,7 +406,6 @@
423406
280B28381C1C8930006E17B6 /* Fetch.app */,
424407
280B28681C1C8977006E17B6 /* SRBarcodeScanner.framework */,
425408
280B287D1C1C89BE006E17B6 /* PutioKit.framework */,
426-
28C91E501CA709C600D45750 /* FetchUITests.xctest */,
427409
);
428410
name = Products;
429411
sourceTree = "<group>";
@@ -936,24 +918,6 @@
936918
productReference = 280B287D1C1C89BE006E17B6 /* PutioKit.framework */;
937919
productType = "com.apple.product-type.framework";
938920
};
939-
28C91E4F1CA709C600D45750 /* FetchUITests */ = {
940-
isa = PBXNativeTarget;
941-
buildConfigurationList = 28C91E591CA709C600D45750 /* Build configuration list for PBXNativeTarget "FetchUITests" */;
942-
buildPhases = (
943-
28C91E4C1CA709C600D45750 /* Sources */,
944-
28C91E4D1CA709C600D45750 /* Frameworks */,
945-
28C91E4E1CA709C600D45750 /* Resources */,
946-
);
947-
buildRules = (
948-
);
949-
dependencies = (
950-
28C91E561CA709C600D45750 /* PBXTargetDependency */,
951-
);
952-
name = FetchUITests;
953-
productName = FetchUITests;
954-
productReference = 28C91E501CA709C600D45750 /* FetchUITests.xctest */;
955-
productType = "com.apple.product-type.bundle.ui-testing";
956-
};
957921
/* End PBXNativeTarget section */
958922

959923
/* Begin PBXProject section */
@@ -987,11 +951,6 @@
987951
DevelopmentTeam = B598AEF9ZM;
988952
LastSwiftMigration = 0810;
989953
};
990-
28C91E4F1CA709C600D45750 = {
991-
CreatedOnToolsVersion = 7.3;
992-
LastSwiftMigration = 0810;
993-
TestTargetID = 280B28371C1C8930006E17B6;
994-
};
995954
};
996955
};
997956
buildConfigurationList = 280B28331C1C8930006E17B6 /* Build configuration list for PBXProject "Fetch" */;
@@ -1010,7 +969,6 @@
1010969
280B28371C1C8930006E17B6 /* Fetch */,
1011970
280B28671C1C8977006E17B6 /* SRBarcodeScanner */,
1012971
280B287C1C1C89BE006E17B6 /* PutioKit */,
1013-
28C91E4F1CA709C600D45750 /* FetchUITests */,
1014972
);
1015973
};
1016974
/* End PBXProject section */
@@ -1060,13 +1018,6 @@
10601018
);
10611019
runOnlyForDeploymentPostprocessing = 0;
10621020
};
1063-
28C91E4E1CA709C600D45750 /* Resources */ = {
1064-
isa = PBXResourcesBuildPhase;
1065-
buildActionMask = 2147483647;
1066-
files = (
1067-
);
1068-
runOnlyForDeploymentPostprocessing = 0;
1069-
};
10701021
/* End PBXResourcesBuildPhase section */
10711022

10721023
/* Begin PBXShellScriptBuildPhase section */
@@ -1154,7 +1105,7 @@
11541105
);
11551106
runOnlyForDeploymentPostprocessing = 0;
11561107
shellPath = /bin/sh;
1157-
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";
1108+
shellScript = "diff \"${PODS_ROOT}/../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";
11581109
showEnvVarsInLog = 0;
11591110
};
11601111
C0A3B64AE9933A3866EAFBB4 /* [CP] Check Pods Manifest.lock */ = {
@@ -1169,7 +1120,7 @@
11691120
);
11701121
runOnlyForDeploymentPostprocessing = 0;
11711122
shellPath = /bin/sh;
1172-
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";
1123+
shellScript = "diff \"${PODS_ROOT}/../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";
11731124
showEnvVarsInLog = 0;
11741125
};
11751126
DB2A97C234A7A7C666877396 /* [CP] Copy Pods Resources */ = {
@@ -1297,15 +1248,6 @@
12971248
);
12981249
runOnlyForDeploymentPostprocessing = 0;
12991250
};
1300-
28C91E4C1CA709C600D45750 /* Sources */ = {
1301-
isa = PBXSourcesBuildPhase;
1302-
buildActionMask = 2147483647;
1303-
files = (
1304-
28C91E531CA709C600D45750 /* FetchUITests.swift in Sources */,
1305-
28C91E5B1CA70A0900D45750 /* SnapshotHelper.swift in Sources */,
1306-
);
1307-
runOnlyForDeploymentPostprocessing = 0;
1308-
};
13091251
/* End PBXSourcesBuildPhase section */
13101252

13111253
/* Begin PBXTargetDependency section */
@@ -1319,11 +1261,6 @@
13191261
target = 280B287C1C1C89BE006E17B6 /* PutioKit */;
13201262
targetProxy = 289480A91DD370D700C6301C /* PBXContainerItemProxy */;
13211263
};
1322-
28C91E561CA709C600D45750 /* PBXTargetDependency */ = {
1323-
isa = PBXTargetDependency;
1324-
target = 280B28371C1C8930006E17B6 /* Fetch */;
1325-
targetProxy = 28C91E551CA709C600D45750 /* PBXContainerItemProxy */;
1326-
};
13271264
/* End PBXTargetDependency section */
13281265

13291266
/* Begin XCBuildConfiguration section */
@@ -1592,34 +1529,6 @@
15921529
};
15931530
name = Release;
15941531
};
1595-
28C91E571CA709C600D45750 /* Debug */ = {
1596-
isa = XCBuildConfiguration;
1597-
buildSettings = {
1598-
CLANG_ANALYZER_NONNULL = YES;
1599-
INFOPLIST_FILE = FetchUITests/Info.plist;
1600-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
1601-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1602-
PRODUCT_BUNDLE_IDENTIFIER = uk.co.wearecocoon.FetchUITests;
1603-
PRODUCT_NAME = "$(TARGET_NAME)";
1604-
SWIFT_VERSION = 2.3;
1605-
TEST_TARGET_NAME = Fetch;
1606-
};
1607-
name = Debug;
1608-
};
1609-
28C91E581CA709C600D45750 /* Release */ = {
1610-
isa = XCBuildConfiguration;
1611-
buildSettings = {
1612-
CLANG_ANALYZER_NONNULL = YES;
1613-
INFOPLIST_FILE = FetchUITests/Info.plist;
1614-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
1615-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1616-
PRODUCT_BUNDLE_IDENTIFIER = uk.co.wearecocoon.FetchUITests;
1617-
PRODUCT_NAME = "$(TARGET_NAME)";
1618-
SWIFT_VERSION = 2.3;
1619-
TEST_TARGET_NAME = Fetch;
1620-
};
1621-
name = Release;
1622-
};
16231532
/* End XCBuildConfiguration section */
16241533

16251534
/* Begin XCConfigurationList section */
@@ -1659,15 +1568,6 @@
16591568
defaultConfigurationIsVisible = 0;
16601569
defaultConfigurationName = Release;
16611570
};
1662-
28C91E591CA709C600D45750 /* Build configuration list for PBXNativeTarget "FetchUITests" */ = {
1663-
isa = XCConfigurationList;
1664-
buildConfigurations = (
1665-
28C91E571CA709C600D45750 /* Debug */,
1666-
28C91E581CA709C600D45750 /* Release */,
1667-
);
1668-
defaultConfigurationIsVisible = 0;
1669-
defaultConfigurationName = Release;
1670-
};
16711571
/* End XCConfigurationList section */
16721572
};
16731573
rootObject = 280B28301C1C8930006E17B6 /* Project object */;

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ SPEC CHECKSUMS:
5252

5353
PODFILE CHECKSUM: 23b04b5b82217627ab3852639f2c8ed8f2c4d6e3
5454

55-
COCOAPODS: 1.2.1
55+
COCOAPODS: 1.2.0

0 commit comments

Comments
 (0)