Skip to content

Commit 12df8a0

Browse files
committed
Removed unused UI tests and target.
1 parent 9b28083 commit 12df8a0

File tree

3 files changed

+0
-180
lines changed

3 files changed

+0
-180
lines changed

components/Buttons/Buttons.xcodeproj/project.pbxproj

Lines changed: 0 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
550804531C52EEED00C1CA9F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 550804521C52EEED00C1CA9F /* Assets.xcassets */; };
1515
550804561C52EEED00C1CA9F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 550804541C52EEED00C1CA9F /* LaunchScreen.storyboard */; };
1616
550804611C52EEED00C1CA9F /* ButtonsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 550804601C52EEED00C1CA9F /* ButtonsTests.m */; };
17-
5508046C1C52EEED00C1CA9F /* ButtonsUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 5508046B1C52EEED00C1CA9F /* ButtonsUITests.m */; };
1817
550804811C52FD3700C1CA9F /* MDCFlatButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 5508047C1C52FD3700C1CA9F /* MDCFlatButton.m */; };
1918
550804841C52FD3700C1CA9F /* MDCFloatingButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 5508047E1C52FD3700C1CA9F /* MDCFloatingButton.m */; };
2019
550804871C52FD3700C1CA9F /* MDCRaisedButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 550804801C52FD3700C1CA9F /* MDCRaisedButton.m */; };
@@ -39,13 +38,6 @@
3938
remoteGlobalIDString = 5508043E1C52EEED00C1CA9F;
4039
remoteInfo = Buttons;
4140
};
42-
550804681C52EEED00C1CA9F /* PBXContainerItemProxy */ = {
43-
isa = PBXContainerItemProxy;
44-
containerPortal = 550804371C52EEED00C1CA9F /* Project object */;
45-
proxyType = 1;
46-
remoteGlobalIDString = 5508043E1C52EEED00C1CA9F;
47-
remoteInfo = Buttons;
48-
};
4941
/* End PBXContainerItemProxy section */
5042

5143
/* Begin PBXFileReference section */
@@ -66,9 +58,6 @@
6658
5508045C1C52EEED00C1CA9F /* ButtonsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ButtonsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
6759
550804601C52EEED00C1CA9F /* ButtonsTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ButtonsTests.m; sourceTree = "<group>"; };
6860
550804621C52EEED00C1CA9F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
69-
550804671C52EEED00C1CA9F /* ButtonsUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ButtonsUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
70-
5508046B1C52EEED00C1CA9F /* ButtonsUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ButtonsUITests.m; sourceTree = "<group>"; };
71-
5508046D1C52EEED00C1CA9F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7261
5508047B1C52FD3700C1CA9F /* MDCFlatButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MDCFlatButton.h; path = ../src/MDCFlatButton.h; sourceTree = "<group>"; };
7362
5508047C1C52FD3700C1CA9F /* MDCFlatButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MDCFlatButton.m; path = ../src/MDCFlatButton.m; sourceTree = "<group>"; };
7463
5508047D1C52FD3700C1CA9F /* MDCFloatingButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MDCFloatingButton.h; path = ../src/MDCFloatingButton.h; sourceTree = "<group>"; };
@@ -118,13 +107,6 @@
118107
);
119108
runOnlyForDeploymentPostprocessing = 0;
120109
};
121-
550804641C52EEED00C1CA9F /* Frameworks */ = {
122-
isa = PBXFrameworksBuildPhase;
123-
buildActionMask = 2147483647;
124-
files = (
125-
);
126-
runOnlyForDeploymentPostprocessing = 0;
127-
};
128110
/* End PBXFrameworksBuildPhase section */
129111

130112
/* Begin PBXGroup section */
@@ -133,7 +115,6 @@
133115
children = (
134116
550804411C52EEED00C1CA9F /* Buttons */,
135117
5508045F1C52EEED00C1CA9F /* ButtonsTests */,
136-
5508046A1C52EEED00C1CA9F /* ButtonsUITests */,
137118
550804401C52EEED00C1CA9F /* Products */,
138119
);
139120
sourceTree = "<group>";
@@ -143,7 +124,6 @@
143124
children = (
144125
5508043F1C52EEED00C1CA9F /* Buttons.app */,
145126
5508045C1C52EEED00C1CA9F /* ButtonsTests.xctest */,
146-
550804671C52EEED00C1CA9F /* ButtonsUITests.xctest */,
147127
);
148128
name = Products;
149129
sourceTree = "<group>";
@@ -204,15 +184,6 @@
204184
path = ButtonsTests;
205185
sourceTree = "<group>";
206186
};
207-
5508046A1C52EEED00C1CA9F /* ButtonsUITests */ = {
208-
isa = PBXGroup;
209-
children = (
210-
5508046B1C52EEED00C1CA9F /* ButtonsUITests.m */,
211-
5508046D1C52EEED00C1CA9F /* Info.plist */,
212-
);
213-
path = ButtonsUITests;
214-
sourceTree = "<group>";
215-
};
216187
5508048C1C5300C600C1CA9F /* Private */ = {
217188
isa = PBXGroup;
218189
children = (
@@ -333,24 +304,6 @@
333304
productReference = 5508045C1C52EEED00C1CA9F /* ButtonsTests.xctest */;
334305
productType = "com.apple.product-type.bundle.unit-test";
335306
};
336-
550804661C52EEED00C1CA9F /* ButtonsUITests */ = {
337-
isa = PBXNativeTarget;
338-
buildConfigurationList = 550804761C52EEED00C1CA9F /* Build configuration list for PBXNativeTarget "ButtonsUITests" */;
339-
buildPhases = (
340-
550804631C52EEED00C1CA9F /* Sources */,
341-
550804641C52EEED00C1CA9F /* Frameworks */,
342-
550804651C52EEED00C1CA9F /* Resources */,
343-
);
344-
buildRules = (
345-
);
346-
dependencies = (
347-
550804691C52EEED00C1CA9F /* PBXTargetDependency */,
348-
);
349-
name = ButtonsUITests;
350-
productName = ButtonsUITests;
351-
productReference = 550804671C52EEED00C1CA9F /* ButtonsUITests.xctest */;
352-
productType = "com.apple.product-type.bundle.ui-testing";
353-
};
354307
/* End PBXNativeTarget section */
355308

356309
/* Begin PBXProject section */
@@ -367,10 +320,6 @@
367320
CreatedOnToolsVersion = 7.2;
368321
TestTargetID = 5508043E1C52EEED00C1CA9F;
369322
};
370-
550804661C52EEED00C1CA9F = {
371-
CreatedOnToolsVersion = 7.2;
372-
TestTargetID = 5508043E1C52EEED00C1CA9F;
373-
};
374323
};
375324
};
376325
buildConfigurationList = 5508043A1C52EEED00C1CA9F /* Build configuration list for PBXProject "Buttons" */;
@@ -388,7 +337,6 @@
388337
targets = (
389338
5508043E1C52EEED00C1CA9F /* Buttons */,
390339
5508045B1C52EEED00C1CA9F /* ButtonsTests */,
391-
550804661C52EEED00C1CA9F /* ButtonsUITests */,
392340
);
393341
};
394342
/* End PBXProject section */
@@ -411,13 +359,6 @@
411359
);
412360
runOnlyForDeploymentPostprocessing = 0;
413361
};
414-
550804651C52EEED00C1CA9F /* Resources */ = {
415-
isa = PBXResourcesBuildPhase;
416-
buildActionMask = 2147483647;
417-
files = (
418-
);
419-
runOnlyForDeploymentPostprocessing = 0;
420-
};
421362
/* End PBXResourcesBuildPhase section */
422363

423364
/* Begin PBXSourcesBuildPhase section */
@@ -453,14 +394,6 @@
453394
);
454395
runOnlyForDeploymentPostprocessing = 0;
455396
};
456-
550804631C52EEED00C1CA9F /* Sources */ = {
457-
isa = PBXSourcesBuildPhase;
458-
buildActionMask = 2147483647;
459-
files = (
460-
5508046C1C52EEED00C1CA9F /* ButtonsUITests.m in Sources */,
461-
);
462-
runOnlyForDeploymentPostprocessing = 0;
463-
};
464397
/* End PBXSourcesBuildPhase section */
465398

466399
/* Begin PBXTargetDependency section */
@@ -469,11 +402,6 @@
469402
target = 5508043E1C52EEED00C1CA9F /* Buttons */;
470403
targetProxy = 5508045D1C52EEED00C1CA9F /* PBXContainerItemProxy */;
471404
};
472-
550804691C52EEED00C1CA9F /* PBXTargetDependency */ = {
473-
isa = PBXTargetDependency;
474-
target = 5508043E1C52EEED00C1CA9F /* Buttons */;
475-
targetProxy = 550804681C52EEED00C1CA9F /* PBXContainerItemProxy */;
476-
};
477405
/* End PBXTargetDependency section */
478406

479407
/* Begin PBXVariantGroup section */
@@ -626,30 +554,6 @@
626554
};
627555
name = Release;
628556
};
629-
550804771C52EEED00C1CA9F /* Debug */ = {
630-
isa = XCBuildConfiguration;
631-
buildSettings = {
632-
INFOPLIST_FILE = ButtonsUITests/Info.plist;
633-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
634-
PRODUCT_BUNDLE_IDENTIFIER = com.google.MaterialComponents.ButtonsUITests;
635-
PRODUCT_NAME = "$(TARGET_NAME)";
636-
TEST_TARGET_NAME = Buttons;
637-
USES_XCTRUNNER = YES;
638-
};
639-
name = Debug;
640-
};
641-
550804781C52EEED00C1CA9F /* Release */ = {
642-
isa = XCBuildConfiguration;
643-
buildSettings = {
644-
INFOPLIST_FILE = ButtonsUITests/Info.plist;
645-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
646-
PRODUCT_BUNDLE_IDENTIFIER = com.google.MaterialComponents.ButtonsUITests;
647-
PRODUCT_NAME = "$(TARGET_NAME)";
648-
TEST_TARGET_NAME = Buttons;
649-
USES_XCTRUNNER = YES;
650-
};
651-
name = Release;
652-
};
653557
/* End XCBuildConfiguration section */
654558

655559
/* Begin XCConfigurationList section */
@@ -680,15 +584,6 @@
680584
defaultConfigurationIsVisible = 0;
681585
defaultConfigurationName = Release;
682586
};
683-
550804761C52EEED00C1CA9F /* Build configuration list for PBXNativeTarget "ButtonsUITests" */ = {
684-
isa = XCConfigurationList;
685-
buildConfigurations = (
686-
550804771C52EEED00C1CA9F /* Debug */,
687-
550804781C52EEED00C1CA9F /* Release */,
688-
);
689-
defaultConfigurationIsVisible = 0;
690-
defaultConfigurationName = Release;
691-
};
692587
/* End XCConfigurationList section */
693588
};
694589
rootObject = 550804371C52EEED00C1CA9F /* Project object */;

components/Buttons/ButtonsUITests/ButtonsUITests.m

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

components/Buttons/ButtonsUITests/Info.plist

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

0 commit comments

Comments
 (0)