Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fb6f2b6

Browse filesBrowse files
remove tests
1 parent b32711a commit fb6f2b6
Copy full SHA for fb6f2b6

File tree

Expand file treeCollapse file tree

1 file changed

+0
-222
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-222
lines changed

‎RProgressView.xcodeproj/project.pbxproj

Copy file name to clipboardExpand all lines: RProgressView.xcodeproj/project.pbxproj
-222Lines changed: 0 additions & 222 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
E3469C1225079888005A6696 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E3469C1025079888005A6696 /* Main.storyboard */; };
1919
E3469C142507988A005A6696 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E3469C132507988A005A6696 /* Assets.xcassets */; };
2020
E3469C172507988A005A6696 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E3469C152507988A005A6696 /* LaunchScreen.storyboard */; };
21-
E3469C222507988A005A6696 /* DemoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3469C212507988A005A6696 /* DemoTests.swift */; };
22-
E3469C2D2507988A005A6696 /* DemoUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3469C2C2507988A005A6696 /* DemoUITests.swift */; };
2321
E3469C3B25079899005A6696 /* YAPLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3469C3925079899005A6696 /* YAPLayout.swift */; };
2422
E3469C3C25079899005A6696 /* YAPLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3469C3A25079899005A6696 /* YAPLayoutAttributes.swift */; };
2523
E3469C3E250798BA005A6696 /* UIStackViewFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3469C3D250798BA005A6696 /* UIStackViewFactory.swift */; };
@@ -33,20 +31,6 @@
3331
remoteGlobalIDString = E3469BE525079859005A6696;
3432
remoteInfo = RProgressView;
3533
};
36-
E3469C1E2507988A005A6696 /* PBXContainerItemProxy */ = {
37-
isa = PBXContainerItemProxy;
38-
containerPortal = E3469BDD25079859005A6696 /* Project object */;
39-
proxyType = 1;
40-
remoteGlobalIDString = E3469C0725079888005A6696;
41-
remoteInfo = Demo;
42-
};
43-
E3469C292507988A005A6696 /* PBXContainerItemProxy */ = {
44-
isa = PBXContainerItemProxy;
45-
containerPortal = E3469BDD25079859005A6696 /* Project object */;
46-
proxyType = 1;
47-
remoteGlobalIDString = E3469C0725079888005A6696;
48-
remoteInfo = Demo;
49-
};
5034
/* End PBXContainerItemProxy section */
5135

5236
/* Begin PBXFileReference section */
@@ -66,10 +50,8 @@
6650
E3469C132507988A005A6696 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6751
E3469C162507988A005A6696 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6852
E3469C182507988A005A6696 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
69-
E3469C1D2507988A005A6696 /* DemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
7053
E3469C212507988A005A6696 /* DemoTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DemoTests.swift; sourceTree = "<group>"; };
7154
E3469C232507988A005A6696 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
72-
E3469C282507988A005A6696 /* DemoUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DemoUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
7355
E3469C2C2507988A005A6696 /* DemoUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DemoUITests.swift; sourceTree = "<group>"; };
7456
E3469C2E2507988A005A6696 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7557
E3469C3925079899005A6696 /* YAPLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = YAPLayout.swift; sourceTree = "<group>"; };
@@ -100,20 +82,6 @@
10082
);
10183
runOnlyForDeploymentPostprocessing = 0;
10284
};
103-
E3469C1A2507988A005A6696 /* Frameworks */ = {
104-
isa = PBXFrameworksBuildPhase;
105-
buildActionMask = 2147483647;
106-
files = (
107-
);
108-
runOnlyForDeploymentPostprocessing = 0;
109-
};
110-
E3469C252507988A005A6696 /* Frameworks */ = {
111-
isa = PBXFrameworksBuildPhase;
112-
buildActionMask = 2147483647;
113-
files = (
114-
);
115-
runOnlyForDeploymentPostprocessing = 0;
116-
};
11785
/* End PBXFrameworksBuildPhase section */
11886

11987
/* Begin PBXGroup section */
@@ -135,8 +103,6 @@
135103
E3469BE625079859005A6696 /* RProgressView.framework */,
136104
E3469BEF25079859005A6696 /* RProgressViewTests.xctest */,
137105
E3469C0825079888005A6696 /* Demo.app */,
138-
E3469C1D2507988A005A6696 /* DemoTests.xctest */,
139-
E3469C282507988A005A6696 /* DemoUITests.xctest */,
140106
);
141107
name = Products;
142108
sourceTree = "<group>";
@@ -271,42 +237,6 @@
271237
productReference = E3469C0825079888005A6696 /* Demo.app */;
272238
productType = "com.apple.product-type.application";
273239
};
274-
E3469C1C2507988A005A6696 /* DemoTests */ = {
275-
isa = PBXNativeTarget;
276-
buildConfigurationList = E3469C322507988A005A6696 /* Build configuration list for PBXNativeTarget "DemoTests" */;
277-
buildPhases = (
278-
E3469C192507988A005A6696 /* Sources */,
279-
E3469C1A2507988A005A6696 /* Frameworks */,
280-
E3469C1B2507988A005A6696 /* Resources */,
281-
);
282-
buildRules = (
283-
);
284-
dependencies = (
285-
E3469C1F2507988A005A6696 /* PBXTargetDependency */,
286-
);
287-
name = DemoTests;
288-
productName = DemoTests;
289-
productReference = E3469C1D2507988A005A6696 /* DemoTests.xctest */;
290-
productType = "com.apple.product-type.bundle.unit-test";
291-
};
292-
E3469C272507988A005A6696 /* DemoUITests */ = {
293-
isa = PBXNativeTarget;
294-
buildConfigurationList = E3469C352507988A005A6696 /* Build configuration list for PBXNativeTarget "DemoUITests" */;
295-
buildPhases = (
296-
E3469C242507988A005A6696 /* Sources */,
297-
E3469C252507988A005A6696 /* Frameworks */,
298-
E3469C262507988A005A6696 /* Resources */,
299-
);
300-
buildRules = (
301-
);
302-
dependencies = (
303-
E3469C2A2507988A005A6696 /* PBXTargetDependency */,
304-
);
305-
name = DemoUITests;
306-
productName = DemoUITests;
307-
productReference = E3469C282507988A005A6696 /* DemoUITests.xctest */;
308-
productType = "com.apple.product-type.bundle.ui-testing";
309-
};
310240
/* End PBXNativeTarget section */
311241

312242
/* Begin PBXProject section */
@@ -327,14 +257,6 @@
327257
E3469C0725079888005A6696 = {
328258
CreatedOnToolsVersion = 11.4;
329259
};
330-
E3469C1C2507988A005A6696 = {
331-
CreatedOnToolsVersion = 11.4;
332-
TestTargetID = E3469C0725079888005A6696;
333-
};
334-
E3469C272507988A005A6696 = {
335-
CreatedOnToolsVersion = 11.4;
336-
TestTargetID = E3469C0725079888005A6696;
337-
};
338260
};
339261
};
340262
buildConfigurationList = E3469BE025079859005A6696 /* Build configuration list for PBXProject "RProgressView" */;
@@ -353,8 +275,6 @@
353275
E3469BE525079859005A6696 /* RProgressView */,
354276
E3469BEE25079859005A6696 /* RProgressViewTests */,
355277
E3469C0725079888005A6696 /* Demo */,
356-
E3469C1C2507988A005A6696 /* DemoTests */,
357-
E3469C272507988A005A6696 /* DemoUITests */,
358278
);
359279
};
360280
/* End PBXProject section */
@@ -384,20 +304,6 @@
384304
);
385305
runOnlyForDeploymentPostprocessing = 0;
386306
};
387-
E3469C1B2507988A005A6696 /* Resources */ = {
388-
isa = PBXResourcesBuildPhase;
389-
buildActionMask = 2147483647;
390-
files = (
391-
);
392-
runOnlyForDeploymentPostprocessing = 0;
393-
};
394-
E3469C262507988A005A6696 /* Resources */ = {
395-
isa = PBXResourcesBuildPhase;
396-
buildActionMask = 2147483647;
397-
files = (
398-
);
399-
runOnlyForDeploymentPostprocessing = 0;
400-
};
401307
/* End PBXResourcesBuildPhase section */
402308

403309
/* Begin PBXSourcesBuildPhase section */
@@ -431,22 +337,6 @@
431337
);
432338
runOnlyForDeploymentPostprocessing = 0;
433339
};
434-
E3469C192507988A005A6696 /* Sources */ = {
435-
isa = PBXSourcesBuildPhase;
436-
buildActionMask = 2147483647;
437-
files = (
438-
E3469C222507988A005A6696 /* DemoTests.swift in Sources */,
439-
);
440-
runOnlyForDeploymentPostprocessing = 0;
441-
};
442-
E3469C242507988A005A6696 /* Sources */ = {
443-
isa = PBXSourcesBuildPhase;
444-
buildActionMask = 2147483647;
445-
files = (
446-
E3469C2D2507988A005A6696 /* DemoUITests.swift in Sources */,
447-
);
448-
runOnlyForDeploymentPostprocessing = 0;
449-
};
450340
/* End PBXSourcesBuildPhase section */
451341

452342
/* Begin PBXTargetDependency section */
@@ -455,16 +345,6 @@
455345
target = E3469BE525079859005A6696 /* RProgressView */;
456346
targetProxy = E3469BF125079859005A6696 /* PBXContainerItemProxy */;
457347
};
458-
E3469C1F2507988A005A6696 /* PBXTargetDependency */ = {
459-
isa = PBXTargetDependency;
460-
target = E3469C0725079888005A6696 /* Demo */;
461-
targetProxy = E3469C1E2507988A005A6696 /* PBXContainerItemProxy */;
462-
};
463-
E3469C2A2507988A005A6696 /* PBXTargetDependency */ = {
464-
isa = PBXTargetDependency;
465-
target = E3469C0725079888005A6696 /* Demo */;
466-
targetProxy = E3469C292507988A005A6696 /* PBXContainerItemProxy */;
467-
};
468348
/* End PBXTargetDependency section */
469349

470350
/* Begin PBXVariantGroup section */
@@ -734,90 +614,6 @@
734614
};
735615
name = Release;
736616
};
737-
E3469C332507988A005A6696 /* Debug */ = {
738-
isa = XCBuildConfiguration;
739-
buildSettings = {
740-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
741-
BUNDLE_LOADER = "$(TEST_HOST)";
742-
CODE_SIGN_STYLE = Automatic;
743-
DEVELOPMENT_TEAM = 7VBQS7JDYT;
744-
INFOPLIST_FILE = DemoTests/Info.plist;
745-
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
746-
LD_RUNPATH_SEARCH_PATHS = (
747-
"$(inherited)",
748-
"@executable_path/Frameworks",
749-
"@loader_path/Frameworks",
750-
);
751-
PRODUCT_BUNDLE_IDENTIFIER = XeroT.DemoTests;
752-
PRODUCT_NAME = "$(TARGET_NAME)";
753-
SWIFT_VERSION = 5.0;
754-
TARGETED_DEVICE_FAMILY = "1,2";
755-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Demo.app/Demo";
756-
};
757-
name = Debug;
758-
};
759-
E3469C342507988A005A6696 /* Release */ = {
760-
isa = XCBuildConfiguration;
761-
buildSettings = {
762-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
763-
BUNDLE_LOADER = "$(TEST_HOST)";
764-
CODE_SIGN_STYLE = Automatic;
765-
DEVELOPMENT_TEAM = 7VBQS7JDYT;
766-
INFOPLIST_FILE = DemoTests/Info.plist;
767-
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
768-
LD_RUNPATH_SEARCH_PATHS = (
769-
"$(inherited)",
770-
"@executable_path/Frameworks",
771-
"@loader_path/Frameworks",
772-
);
773-
PRODUCT_BUNDLE_IDENTIFIER = XeroT.DemoTests;
774-
PRODUCT_NAME = "$(TARGET_NAME)";
775-
SWIFT_VERSION = 5.0;
776-
TARGETED_DEVICE_FAMILY = "1,2";
777-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Demo.app/Demo";
778-
};
779-
name = Release;
780-
};
781-
E3469C362507988A005A6696 /* Debug */ = {
782-
isa = XCBuildConfiguration;
783-
buildSettings = {
784-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
785-
CODE_SIGN_STYLE = Automatic;
786-
DEVELOPMENT_TEAM = 7VBQS7JDYT;
787-
INFOPLIST_FILE = DemoUITests/Info.plist;
788-
LD_RUNPATH_SEARCH_PATHS = (
789-
"$(inherited)",
790-
"@executable_path/Frameworks",
791-
"@loader_path/Frameworks",
792-
);
793-
PRODUCT_BUNDLE_IDENTIFIER = XeroT.DemoUITests;
794-
PRODUCT_NAME = "$(TARGET_NAME)";
795-
SWIFT_VERSION = 5.0;
796-
TARGETED_DEVICE_FAMILY = "1,2";
797-
TEST_TARGET_NAME = Demo;
798-
};
799-
name = Debug;
800-
};
801-
E3469C372507988A005A6696 /* Release */ = {
802-
isa = XCBuildConfiguration;
803-
buildSettings = {
804-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
805-
CODE_SIGN_STYLE = Automatic;
806-
DEVELOPMENT_TEAM = 7VBQS7JDYT;
807-
INFOPLIST_FILE = DemoUITests/Info.plist;
808-
LD_RUNPATH_SEARCH_PATHS = (
809-
"$(inherited)",
810-
"@executable_path/Frameworks",
811-
"@loader_path/Frameworks",
812-
);
813-
PRODUCT_BUNDLE_IDENTIFIER = XeroT.DemoUITests;
814-
PRODUCT_NAME = "$(TARGET_NAME)";
815-
SWIFT_VERSION = 5.0;
816-
TARGETED_DEVICE_FAMILY = "1,2";
817-
TEST_TARGET_NAME = Demo;
818-
};
819-
name = Release;
820-
};
821617
/* End XCBuildConfiguration section */
822618

823619
/* Begin XCConfigurationList section */
@@ -857,24 +653,6 @@
857653
defaultConfigurationIsVisible = 0;
858654
defaultConfigurationName = Release;
859655
};
860-
E3469C322507988A005A6696 /* Build configuration list for PBXNativeTarget "DemoTests" */ = {
861-
isa = XCConfigurationList;
862-
buildConfigurations = (
863-
E3469C332507988A005A6696 /* Debug */,
864-
E3469C342507988A005A6696 /* Release */,
865-
);
866-
defaultConfigurationIsVisible = 0;
867-
defaultConfigurationName = Release;
868-
};
869-
E3469C352507988A005A6696 /* Build configuration list for PBXNativeTarget "DemoUITests" */ = {
870-
isa = XCConfigurationList;
871-
buildConfigurations = (
872-
E3469C362507988A005A6696 /* Debug */,
873-
E3469C372507988A005A6696 /* Release */,
874-
);
875-
defaultConfigurationIsVisible = 0;
876-
defaultConfigurationName = Release;
877-
};
878656
/* End XCConfigurationList section */
879657
};
880658
rootObject = E3469BDD25079859005A6696 /* Project object */;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.