Skip to content

Commit e1565c0

Browse files
committed
delete tests to solve this warning issue
Quick/Nimble#166
1 parent e0f0ace commit e1565c0

File tree

4 files changed

+0
-175
lines changed

4 files changed

+0
-175
lines changed

CollectionViewClassifyMenu.xcodeproj/project.pbxproj

Lines changed: 0 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,8 @@
3232
9A09E30C1BC7AFF00060C116 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9A09E2F01BC7AFF00060C116 /* Images.xcassets */; };
3333
9A09E30E1BC7AFF00060C116 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A09E2F21BC7AFF00060C116 /* main.m */; };
3434
9A09E30F1BC7AFF00060C116 /* CYLDBManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A09E2F51BC7AFF00060C116 /* CYLDBManager.m */; };
35-
9A32960B1AB7D3880035EFAA /* CollectionViewClassifyMenuTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A32960A1AB7D3880035EFAA /* CollectionViewClassifyMenuTests.m */; };
3635
/* End PBXBuildFile section */
3736

38-
/* Begin PBXContainerItemProxy section */
39-
9A3296051AB7D3880035EFAA /* PBXContainerItemProxy */ = {
40-
isa = PBXContainerItemProxy;
41-
containerPortal = 9A3295E31AB7D3880035EFAA /* Project object */;
42-
proxyType = 1;
43-
remoteGlobalIDString = 9A3295EA1AB7D3880035EFAA;
44-
remoteInfo = CollectionViewClassifyMenu;
45-
};
46-
/* End PBXContainerItemProxy section */
47-
4837
/* Begin PBXFileReference section */
4938
9A09E2B91BC7AFF00060C116 /* CYLClassifyMenuViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CYLClassifyMenuViewController.h; sourceTree = "<group>"; };
5039
9A09E2BA1BC7AFF00060C116 /* CYLClassifyMenuViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CYLClassifyMenuViewController.m; sourceTree = "<group>"; };
@@ -92,7 +81,6 @@
9281
9A09E2F41BC7AFF00060C116 /* CYLDBManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CYLDBManager.h; sourceTree = "<group>"; };
9382
9A09E2F51BC7AFF00060C116 /* CYLDBManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CYLDBManager.m; sourceTree = "<group>"; };
9483
9A3295EB1AB7D3880035EFAA /* CollectionViewClassifyMenu.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CollectionViewClassifyMenu.app; sourceTree = BUILT_PRODUCTS_DIR; };
95-
9A3296041AB7D3880035EFAA /* CollectionViewClassifyMenuTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CollectionViewClassifyMenuTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
9684
9A3296091AB7D3880035EFAA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9785
9A32960A1AB7D3880035EFAA /* CollectionViewClassifyMenuTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CollectionViewClassifyMenuTests.m; sourceTree = "<group>"; };
9886
9ACA68C11C3C3E8100CDB987 /* CYLParameterConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CYLParameterConfiguration.h; sourceTree = "<group>"; };
@@ -106,13 +94,6 @@
10694
);
10795
runOnlyForDeploymentPostprocessing = 0;
10896
};
109-
9A3296011AB7D3880035EFAA /* Frameworks */ = {
110-
isa = PBXFrameworksBuildPhase;
111-
buildActionMask = 2147483647;
112-
files = (
113-
);
114-
runOnlyForDeploymentPostprocessing = 0;
115-
};
11697
/* End PBXFrameworksBuildPhase section */
11798

11899
/* Begin PBXGroup section */
@@ -318,7 +299,6 @@
318299
isa = PBXGroup;
319300
children = (
320301
9A3295EB1AB7D3880035EFAA /* CollectionViewClassifyMenu.app */,
321-
9A3296041AB7D3880035EFAA /* CollectionViewClassifyMenuTests.xctest */,
322302
);
323303
name = Products;
324304
sourceTree = "<group>";
@@ -369,24 +349,6 @@
369349
productReference = 9A3295EB1AB7D3880035EFAA /* CollectionViewClassifyMenu.app */;
370350
productType = "com.apple.product-type.application";
371351
};
372-
9A3296031AB7D3880035EFAA /* CollectionViewClassifyMenuTests */ = {
373-
isa = PBXNativeTarget;
374-
buildConfigurationList = 9A3296111AB7D3880035EFAA /* Build configuration list for PBXNativeTarget "CollectionViewClassifyMenuTests" */;
375-
buildPhases = (
376-
9A3296001AB7D3880035EFAA /* Sources */,
377-
9A3296011AB7D3880035EFAA /* Frameworks */,
378-
9A3296021AB7D3880035EFAA /* Resources */,
379-
);
380-
buildRules = (
381-
);
382-
dependencies = (
383-
9A3296061AB7D3880035EFAA /* PBXTargetDependency */,
384-
);
385-
name = CollectionViewClassifyMenuTests;
386-
productName = CollectionViewClassifyMenuTests;
387-
productReference = 9A3296041AB7D3880035EFAA /* CollectionViewClassifyMenuTests.xctest */;
388-
productType = "com.apple.product-type.bundle.unit-test";
389-
};
390352
/* End PBXNativeTarget section */
391353

392354
/* Begin PBXProject section */
@@ -399,10 +361,6 @@
399361
9A3295EA1AB7D3880035EFAA = {
400362
CreatedOnToolsVersion = 6.2;
401363
};
402-
9A3296031AB7D3880035EFAA = {
403-
CreatedOnToolsVersion = 6.2;
404-
TestTargetID = 9A3295EA1AB7D3880035EFAA;
405-
};
406364
};
407365
};
408366
buildConfigurationList = 9A3295E61AB7D3880035EFAA /* Build configuration list for PBXProject "CollectionViewClassifyMenu" */;
@@ -419,7 +377,6 @@
419377
projectRoot = "";
420378
targets = (
421379
9A3295EA1AB7D3880035EFAA /* CollectionViewClassifyMenu */,
422-
9A3296031AB7D3880035EFAA /* CollectionViewClassifyMenuTests */,
423380
);
424381
};
425382
/* End PBXProject section */
@@ -437,13 +394,6 @@
437394
);
438395
runOnlyForDeploymentPostprocessing = 0;
439396
};
440-
9A3296021AB7D3880035EFAA /* Resources */ = {
441-
isa = PBXResourcesBuildPhase;
442-
buildActionMask = 2147483647;
443-
files = (
444-
);
445-
runOnlyForDeploymentPostprocessing = 0;
446-
};
447397
/* End PBXResourcesBuildPhase section */
448398

449399
/* Begin PBXShellScriptBuildPhase section */
@@ -491,24 +441,8 @@
491441
);
492442
runOnlyForDeploymentPostprocessing = 0;
493443
};
494-
9A3296001AB7D3880035EFAA /* Sources */ = {
495-
isa = PBXSourcesBuildPhase;
496-
buildActionMask = 2147483647;
497-
files = (
498-
9A32960B1AB7D3880035EFAA /* CollectionViewClassifyMenuTests.m in Sources */,
499-
);
500-
runOnlyForDeploymentPostprocessing = 0;
501-
};
502444
/* End PBXSourcesBuildPhase section */
503445

504-
/* Begin PBXTargetDependency section */
505-
9A3296061AB7D3880035EFAA /* PBXTargetDependency */ = {
506-
isa = PBXTargetDependency;
507-
target = 9A3295EA1AB7D3880035EFAA /* CollectionViewClassifyMenu */;
508-
targetProxy = 9A3296051AB7D3880035EFAA /* PBXContainerItemProxy */;
509-
};
510-
/* End PBXTargetDependency section */
511-
512446
/* Begin PBXVariantGroup section */
513447
9A09E2EE1BC7AFF00060C116 /* LaunchScreen.xib */ = {
514448
isa = PBXVariantGroup;
@@ -644,42 +578,6 @@
644578
};
645579
name = Release;
646580
};
647-
9A3296121AB7D3880035EFAA /* Debug */ = {
648-
isa = XCBuildConfiguration;
649-
buildSettings = {
650-
BUNDLE_LOADER = "$(TEST_HOST)";
651-
FRAMEWORK_SEARCH_PATHS = (
652-
"$(SDKROOT)/Developer/Library/Frameworks",
653-
"$(inherited)",
654-
);
655-
GCC_PREPROCESSOR_DEFINITIONS = (
656-
"DEBUG=1",
657-
"$(inherited)",
658-
);
659-
INFOPLIST_FILE = CollectionViewClassifyMenuTests/Info.plist;
660-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
661-
PRODUCT_BUNDLE_IDENTIFIER = "CYL.$(PRODUCT_NAME:rfc1034identifier)";
662-
PRODUCT_NAME = "$(TARGET_NAME)";
663-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CollectionViewClassifyMenu.app/CollectionViewClassifyMenu";
664-
};
665-
name = Debug;
666-
};
667-
9A3296131AB7D3880035EFAA /* Release */ = {
668-
isa = XCBuildConfiguration;
669-
buildSettings = {
670-
BUNDLE_LOADER = "$(TEST_HOST)";
671-
FRAMEWORK_SEARCH_PATHS = (
672-
"$(SDKROOT)/Developer/Library/Frameworks",
673-
"$(inherited)",
674-
);
675-
INFOPLIST_FILE = CollectionViewClassifyMenuTests/Info.plist;
676-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
677-
PRODUCT_BUNDLE_IDENTIFIER = "CYL.$(PRODUCT_NAME:rfc1034identifier)";
678-
PRODUCT_NAME = "$(TARGET_NAME)";
679-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CollectionViewClassifyMenu.app/CollectionViewClassifyMenu";
680-
};
681-
name = Release;
682-
};
683581
/* End XCBuildConfiguration section */
684582

685583
/* Begin XCConfigurationList section */
@@ -701,15 +599,6 @@
701599
defaultConfigurationIsVisible = 0;
702600
defaultConfigurationName = Release;
703601
};
704-
9A3296111AB7D3880035EFAA /* Build configuration list for PBXNativeTarget "CollectionViewClassifyMenuTests" */ = {
705-
isa = XCConfigurationList;
706-
buildConfigurations = (
707-
9A3296121AB7D3880035EFAA /* Debug */,
708-
9A3296131AB7D3880035EFAA /* Release */,
709-
);
710-
defaultConfigurationIsVisible = 0;
711-
defaultConfigurationName = Release;
712-
};
713602
/* End XCConfigurationList section */
714603
};
715604
rootObject = 9A3295E31AB7D3880035EFAA /* Project object */;

CollectionViewClassifyMenuTests/CollectionViewClassifyMenuTests.m

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

CollectionViewClassifyMenuTests/Info.plist

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

0 commit comments

Comments
 (0)