Skip to content

Commit 85a31cd

Browse files
committed
Remove RubyEventsTests and RubyEventsUITests for now
1 parent e732b7c commit 85a31cd

File tree

1 file changed

+2
-230
lines changed

1 file changed

+2
-230
lines changed

RubyEvents.xcodeproj/project.pbxproj

Lines changed: 2 additions & 230 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,8 @@
1111
97613B572D06512900220031 /* YouTubePlayerKit in Frameworks */ = {isa = PBXBuildFile; productRef = 97613B562D06512900220031 /* YouTubePlayerKit */; };
1212
/* End PBXBuildFile section */
1313

14-
/* Begin PBXContainerItemProxy section */
15-
97613B2D2D0634FA00220031 /* PBXContainerItemProxy */ = {
16-
isa = PBXContainerItemProxy;
17-
containerPortal = 97613B0E2D0634F500220031 /* Project object */;
18-
proxyType = 1;
19-
remoteGlobalIDString = 97613B152D0634F500220031;
20-
remoteInfo = RubyEvents;
21-
};
22-
97613B372D0634FA00220031 /* PBXContainerItemProxy */ = {
23-
isa = PBXContainerItemProxy;
24-
containerPortal = 97613B0E2D0634F500220031 /* Project object */;
25-
proxyType = 1;
26-
remoteGlobalIDString = 97613B152D0634F500220031;
27-
remoteInfo = RubyEvents;
28-
};
29-
/* End PBXContainerItemProxy section */
30-
3114
/* Begin PBXFileReference section */
3215
97613B162D0634F500220031 /* RubyEvents.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RubyEvents.app; sourceTree = BUILT_PRODUCTS_DIR; };
33-
97613B2C2D0634FA00220031 /* RubyEventsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RubyEventsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
34-
97613B362D0634FA00220031 /* RubyEventsUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RubyEventsUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3516
/* End PBXFileReference section */
3617

3718
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
@@ -53,16 +34,6 @@
5334
path = RubyEvents;
5435
sourceTree = "<group>";
5536
};
56-
97613B2F2D0634FA00220031 /* RubyEventsTests */ = {
57-
isa = PBXFileSystemSynchronizedRootGroup;
58-
path = RubyEventsTests;
59-
sourceTree = "<group>";
60-
};
61-
97613B392D0634FA00220031 /* RubyEventsUITests */ = {
62-
isa = PBXFileSystemSynchronizedRootGroup;
63-
path = RubyEventsUITests;
64-
sourceTree = "<group>";
65-
};
6637
/* End PBXFileSystemSynchronizedRootGroup section */
6738

6839
/* Begin PBXFrameworksBuildPhase section */
@@ -75,29 +46,13 @@
7546
);
7647
runOnlyForDeploymentPostprocessing = 0;
7748
};
78-
97613B292D0634FA00220031 /* Frameworks */ = {
79-
isa = PBXFrameworksBuildPhase;
80-
buildActionMask = 2147483647;
81-
files = (
82-
);
83-
runOnlyForDeploymentPostprocessing = 0;
84-
};
85-
97613B332D0634FA00220031 /* Frameworks */ = {
86-
isa = PBXFrameworksBuildPhase;
87-
buildActionMask = 2147483647;
88-
files = (
89-
);
90-
runOnlyForDeploymentPostprocessing = 0;
91-
};
9249
/* End PBXFrameworksBuildPhase section */
9350

9451
/* Begin PBXGroup section */
9552
97613B0D2D0634F500220031 = {
9653
isa = PBXGroup;
9754
children = (
9855
97613B182D0634F500220031 /* RubyEvents */,
99-
97613B2F2D0634FA00220031 /* RubyEventsTests */,
100-
97613B392D0634FA00220031 /* RubyEventsUITests */,
10156
97613B172D0634F500220031 /* Products */,
10257
);
10358
sourceTree = "<group>";
@@ -106,8 +61,6 @@
10661
isa = PBXGroup;
10762
children = (
10863
97613B162D0634F500220031 /* RubyEvents.app */,
109-
97613B2C2D0634FA00220031 /* RubyEventsTests.xctest */,
110-
97613B362D0634FA00220031 /* RubyEventsUITests.xctest */,
11164
);
11265
name = Products;
11366
sourceTree = "<group>";
@@ -139,52 +92,6 @@
13992
productReference = 97613B162D0634F500220031 /* RubyEvents.app */;
14093
productType = "com.apple.product-type.application";
14194
};
142-
97613B2B2D0634FA00220031 /* RubyEventsTests */ = {
143-
isa = PBXNativeTarget;
144-
buildConfigurationList = 97613B442D0634FA00220031 /* Build configuration list for PBXNativeTarget "RubyEventsTests" */;
145-
buildPhases = (
146-
97613B282D0634FA00220031 /* Sources */,
147-
97613B292D0634FA00220031 /* Frameworks */,
148-
97613B2A2D0634FA00220031 /* Resources */,
149-
);
150-
buildRules = (
151-
);
152-
dependencies = (
153-
97613B2E2D0634FA00220031 /* PBXTargetDependency */,
154-
);
155-
fileSystemSynchronizedGroups = (
156-
97613B2F2D0634FA00220031 /* RubyEventsTests */,
157-
);
158-
name = RubyEventsTests;
159-
packageProductDependencies = (
160-
);
161-
productName = RubyEventsTests;
162-
productReference = 97613B2C2D0634FA00220031 /* RubyEventsTests.xctest */;
163-
productType = "com.apple.product-type.bundle.unit-test";
164-
};
165-
97613B352D0634FA00220031 /* RubyEventsUITests */ = {
166-
isa = PBXNativeTarget;
167-
buildConfigurationList = 97613B472D0634FA00220031 /* Build configuration list for PBXNativeTarget "RubyEventsUITests" */;
168-
buildPhases = (
169-
97613B322D0634FA00220031 /* Sources */,
170-
97613B332D0634FA00220031 /* Frameworks */,
171-
97613B342D0634FA00220031 /* Resources */,
172-
);
173-
buildRules = (
174-
);
175-
dependencies = (
176-
97613B382D0634FA00220031 /* PBXTargetDependency */,
177-
);
178-
fileSystemSynchronizedGroups = (
179-
97613B392D0634FA00220031 /* RubyEventsUITests */,
180-
);
181-
name = RubyEventsUITests;
182-
packageProductDependencies = (
183-
);
184-
productName = RubyEventsUITests;
185-
productReference = 97613B362D0634FA00220031 /* RubyEventsUITests.xctest */;
186-
productType = "com.apple.product-type.bundle.ui-testing";
187-
};
18895
/* End PBXNativeTarget section */
18996

19097
/* Begin PBXProject section */
@@ -198,14 +105,6 @@
198105
97613B152D0634F500220031 = {
199106
CreatedOnToolsVersion = 16.1;
200107
};
201-
97613B2B2D0634FA00220031 = {
202-
CreatedOnToolsVersion = 16.1;
203-
TestTargetID = 97613B152D0634F500220031;
204-
};
205-
97613B352D0634FA00220031 = {
206-
CreatedOnToolsVersion = 16.1;
207-
TestTargetID = 97613B152D0634F500220031;
208-
};
209108
};
210109
};
211110
buildConfigurationList = 97613B112D0634F500220031 /* Build configuration list for PBXProject "RubyEvents" */;
@@ -227,8 +126,6 @@
227126
projectRoot = "";
228127
targets = (
229128
97613B152D0634F500220031 /* RubyEvents */,
230-
97613B2B2D0634FA00220031 /* RubyEventsTests */,
231-
97613B352D0634FA00220031 /* RubyEventsUITests */,
232129
);
233130
};
234131
/* End PBXProject section */
@@ -241,20 +138,6 @@
241138
);
242139
runOnlyForDeploymentPostprocessing = 0;
243140
};
244-
97613B2A2D0634FA00220031 /* Resources */ = {
245-
isa = PBXResourcesBuildPhase;
246-
buildActionMask = 2147483647;
247-
files = (
248-
);
249-
runOnlyForDeploymentPostprocessing = 0;
250-
};
251-
97613B342D0634FA00220031 /* Resources */ = {
252-
isa = PBXResourcesBuildPhase;
253-
buildActionMask = 2147483647;
254-
files = (
255-
);
256-
runOnlyForDeploymentPostprocessing = 0;
257-
};
258141
/* End PBXResourcesBuildPhase section */
259142

260143
/* Begin PBXSourcesBuildPhase section */
@@ -265,41 +148,15 @@
265148
);
266149
runOnlyForDeploymentPostprocessing = 0;
267150
};
268-
97613B282D0634FA00220031 /* Sources */ = {
269-
isa = PBXSourcesBuildPhase;
270-
buildActionMask = 2147483647;
271-
files = (
272-
);
273-
runOnlyForDeploymentPostprocessing = 0;
274-
};
275-
97613B322D0634FA00220031 /* Sources */ = {
276-
isa = PBXSourcesBuildPhase;
277-
buildActionMask = 2147483647;
278-
files = (
279-
);
280-
runOnlyForDeploymentPostprocessing = 0;
281-
};
282151
/* End PBXSourcesBuildPhase section */
283152

284-
/* Begin PBXTargetDependency section */
285-
97613B2E2D0634FA00220031 /* PBXTargetDependency */ = {
286-
isa = PBXTargetDependency;
287-
target = 97613B152D0634F500220031 /* RubyEvents */;
288-
targetProxy = 97613B2D2D0634FA00220031 /* PBXContainerItemProxy */;
289-
};
290-
97613B382D0634FA00220031 /* PBXTargetDependency */ = {
291-
isa = PBXTargetDependency;
292-
target = 97613B152D0634F500220031 /* RubyEvents */;
293-
targetProxy = 97613B372D0634FA00220031 /* PBXContainerItemProxy */;
294-
};
295-
/* End PBXTargetDependency section */
296-
297153
/* Begin XCBuildConfiguration section */
298154
97613B402D0634FA00220031 /* Debug */ = {
299155
isa = XCBuildConfiguration;
300156
buildSettings = {
301157
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
302158
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
159+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
303160
CODE_SIGN_STYLE = Automatic;
304161
CURRENT_PROJECT_VERSION = 1;
305162
DEVELOPMENT_TEAM = NAQKG42NC3;
@@ -330,6 +187,7 @@
330187
buildSettings = {
331188
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
332189
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
190+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
333191
CODE_SIGN_STYLE = Automatic;
334192
CURRENT_PROJECT_VERSION = 1;
335193
DEVELOPMENT_TEAM = NAQKG42NC3;
@@ -474,74 +332,6 @@
474332
};
475333
name = Release;
476334
};
477-
97613B452D0634FA00220031 /* Debug */ = {
478-
isa = XCBuildConfiguration;
479-
buildSettings = {
480-
BUNDLE_LOADER = "$(TEST_HOST)";
481-
CODE_SIGN_STYLE = Automatic;
482-
CURRENT_PROJECT_VERSION = 1;
483-
GENERATE_INFOPLIST_FILE = YES;
484-
IPHONEOS_DEPLOYMENT_TARGET = 18.1;
485-
MARKETING_VERSION = 1.0;
486-
PRODUCT_BUNDLE_IDENTIFIER = org.rubyevents.RubyEventsTests;
487-
PRODUCT_NAME = "$(TARGET_NAME)";
488-
SWIFT_EMIT_LOC_STRINGS = NO;
489-
SWIFT_VERSION = 5.0;
490-
TARGETED_DEVICE_FAMILY = "1,2";
491-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RubyEvents.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/RubyEvents";
492-
};
493-
name = Debug;
494-
};
495-
97613B462D0634FA00220031 /* Release */ = {
496-
isa = XCBuildConfiguration;
497-
buildSettings = {
498-
BUNDLE_LOADER = "$(TEST_HOST)";
499-
CODE_SIGN_STYLE = Automatic;
500-
CURRENT_PROJECT_VERSION = 1;
501-
GENERATE_INFOPLIST_FILE = YES;
502-
IPHONEOS_DEPLOYMENT_TARGET = 18.1;
503-
MARKETING_VERSION = 1.0;
504-
PRODUCT_BUNDLE_IDENTIFIER = org.rubyevents.RubyEventsTests;
505-
PRODUCT_NAME = "$(TARGET_NAME)";
506-
SWIFT_EMIT_LOC_STRINGS = NO;
507-
SWIFT_VERSION = 5.0;
508-
TARGETED_DEVICE_FAMILY = "1,2";
509-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RubyEvents.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/RubyEvents";
510-
};
511-
name = Release;
512-
};
513-
97613B482D0634FA00220031 /* Debug */ = {
514-
isa = XCBuildConfiguration;
515-
buildSettings = {
516-
CODE_SIGN_STYLE = Automatic;
517-
CURRENT_PROJECT_VERSION = 1;
518-
GENERATE_INFOPLIST_FILE = YES;
519-
MARKETING_VERSION = 1.0;
520-
PRODUCT_BUNDLE_IDENTIFIER = org.rubyevents.RubyEventsUITests;
521-
PRODUCT_NAME = "$(TARGET_NAME)";
522-
SWIFT_EMIT_LOC_STRINGS = NO;
523-
SWIFT_VERSION = 5.0;
524-
TARGETED_DEVICE_FAMILY = "1,2";
525-
TEST_TARGET_NAME = RubyEvents;
526-
};
527-
name = Debug;
528-
};
529-
97613B492D0634FA00220031 /* Release */ = {
530-
isa = XCBuildConfiguration;
531-
buildSettings = {
532-
CODE_SIGN_STYLE = Automatic;
533-
CURRENT_PROJECT_VERSION = 1;
534-
GENERATE_INFOPLIST_FILE = YES;
535-
MARKETING_VERSION = 1.0;
536-
PRODUCT_BUNDLE_IDENTIFIER = org.rubyevents.RubyEventsUITests;
537-
PRODUCT_NAME = "$(TARGET_NAME)";
538-
SWIFT_EMIT_LOC_STRINGS = NO;
539-
SWIFT_VERSION = 5.0;
540-
TARGETED_DEVICE_FAMILY = "1,2";
541-
TEST_TARGET_NAME = RubyEvents;
542-
};
543-
name = Release;
544-
};
545335
/* End XCBuildConfiguration section */
546336

547337
/* Begin XCConfigurationList section */
@@ -563,24 +353,6 @@
563353
defaultConfigurationIsVisible = 0;
564354
defaultConfigurationName = Release;
565355
};
566-
97613B442D0634FA00220031 /* Build configuration list for PBXNativeTarget "RubyEventsTests" */ = {
567-
isa = XCConfigurationList;
568-
buildConfigurations = (
569-
97613B452D0634FA00220031 /* Debug */,
570-
97613B462D0634FA00220031 /* Release */,
571-
);
572-
defaultConfigurationIsVisible = 0;
573-
defaultConfigurationName = Release;
574-
};
575-
97613B472D0634FA00220031 /* Build configuration list for PBXNativeTarget "RubyEventsUITests" */ = {
576-
isa = XCConfigurationList;
577-
buildConfigurations = (
578-
97613B482D0634FA00220031 /* Debug */,
579-
97613B492D0634FA00220031 /* Release */,
580-
);
581-
defaultConfigurationIsVisible = 0;
582-
defaultConfigurationName = Release;
583-
};
584356
/* End XCConfigurationList section */
585357

586358
/* Begin XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)