Skip to content

Commit 76de9a8

Browse files
committed
[Test] Add scheme for PushLearnTests
1 parent a8253d6 commit 76de9a8

2 files changed

Lines changed: 121 additions & 143 deletions

File tree

PushLearn.xcodeproj/project.pbxproj

Lines changed: 43 additions & 143 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,7 @@
1616
/* End PBXBuildFile section */
1717

1818
/* Begin PBXContainerItemProxy section */
19-
840EE7492E8A91960004D495 /* PBXContainerItemProxy */ = {
20-
isa = PBXContainerItemProxy;
21-
containerPortal = 840EE7302E8A91940004D495 /* Project object */;
22-
proxyType = 1;
23-
remoteGlobalIDString = 840EE7372E8A91940004D495;
24-
remoteInfo = PushLearn;
25-
};
26-
840EE7532E8A91960004D495 /* PBXContainerItemProxy */ = {
19+
843CCE922F600C8A00DBCA54 /* PBXContainerItemProxy */ = {
2720
isa = PBXContainerItemProxy;
2821
containerPortal = 840EE7302E8A91940004D495 /* Project object */;
2922
proxyType = 1;
@@ -47,8 +40,7 @@
4740

4841
/* Begin PBXFileReference section */
4942
840EE7382E8A91940004D495 /* PushLearn.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PushLearn.app; sourceTree = BUILT_PRODUCTS_DIR; };
50-
840EE7482E8A91960004D495 /* PushLearnTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PushLearnTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
51-
840EE7522E8A91960004D495 /* PushLearnUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PushLearnUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
43+
843CCE8E2F600C8A00DBCA54 /* PushLearnTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PushLearnTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5244
844C0BBE2F2B828400D292EF /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
5345
84BFB2972F2CE5B200E42D21 /* LICENSE.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE.txt; sourceTree = "<group>"; };
5446
/* End PBXFileReference section */
@@ -59,16 +51,11 @@
5951
path = PushLearn;
6052
sourceTree = "<group>";
6153
};
62-
840EE74B2E8A91960004D495 /* PushLearnTests */ = {
54+
843CCE8F2F600C8A00DBCA54 /* PushLearnTests */ = {
6355
isa = PBXFileSystemSynchronizedRootGroup;
6456
path = PushLearnTests;
6557
sourceTree = "<group>";
6658
};
67-
840EE7552E8A91960004D495 /* PushLearnUITests */ = {
68-
isa = PBXFileSystemSynchronizedRootGroup;
69-
path = PushLearnUITests;
70-
sourceTree = "<group>";
71-
};
7259
844C0BC02F2B8AFA00D292EF /* Assets */ = {
7360
isa = PBXFileSystemSynchronizedRootGroup;
7461
path = Assets;
@@ -88,14 +75,7 @@
8875
);
8976
runOnlyForDeploymentPostprocessing = 0;
9077
};
91-
840EE7452E8A91960004D495 /* Frameworks */ = {
92-
isa = PBXFrameworksBuildPhase;
93-
buildActionMask = 2147483647;
94-
files = (
95-
);
96-
runOnlyForDeploymentPostprocessing = 0;
97-
};
98-
840EE74F2E8A91960004D495 /* Frameworks */ = {
78+
843CCE8B2F600C8A00DBCA54 /* Frameworks */ = {
9979
isa = PBXFrameworksBuildPhase;
10080
buildActionMask = 2147483647;
10181
files = (
@@ -112,8 +92,7 @@
11292
844C0BC02F2B8AFA00D292EF /* Assets */,
11393
844C0BBE2F2B828400D292EF /* README.md */,
11494
840EE73A2E8A91940004D495 /* PushLearn */,
115-
840EE74B2E8A91960004D495 /* PushLearnTests */,
116-
840EE7552E8A91960004D495 /* PushLearnUITests */,
95+
843CCE8F2F600C8A00DBCA54 /* PushLearnTests */,
11796
846891252E9824A6001491BC /* Frameworks */,
11897
840EE7392E8A91940004D495 /* Products */,
11998
);
@@ -123,8 +102,7 @@
123102
isa = PBXGroup;
124103
children = (
125104
840EE7382E8A91940004D495 /* PushLearn.app */,
126-
840EE7482E8A91960004D495 /* PushLearnTests.xctest */,
127-
840EE7522E8A91960004D495 /* PushLearnUITests.xctest */,
105+
843CCE8E2F600C8A00DBCA54 /* PushLearnTests.xctest */,
128106
);
129107
name = Products;
130108
sourceTree = "<group>";
@@ -167,52 +145,29 @@
167145
productReference = 840EE7382E8A91940004D495 /* PushLearn.app */;
168146
productType = "com.apple.product-type.application";
169147
};
170-
840EE7472E8A91960004D495 /* PushLearnTests */ = {
148+
843CCE8D2F600C8A00DBCA54 /* PushLearnTests */ = {
171149
isa = PBXNativeTarget;
172-
buildConfigurationList = 840EE75F2E8A91960004D495 /* Build configuration list for PBXNativeTarget "PushLearnTests" */;
150+
buildConfigurationList = 843CCE942F600C8A00DBCA54 /* Build configuration list for PBXNativeTarget "PushLearnTests" */;
173151
buildPhases = (
174-
840EE7442E8A91960004D495 /* Sources */,
175-
840EE7452E8A91960004D495 /* Frameworks */,
176-
840EE7462E8A91960004D495 /* Resources */,
152+
843CCE8A2F600C8A00DBCA54 /* Sources */,
153+
843CCE8B2F600C8A00DBCA54 /* Frameworks */,
154+
843CCE8C2F600C8A00DBCA54 /* Resources */,
177155
);
178156
buildRules = (
179157
);
180158
dependencies = (
181-
840EE74A2E8A91960004D495 /* PBXTargetDependency */,
159+
843CCE932F600C8A00DBCA54 /* PBXTargetDependency */,
182160
);
183161
fileSystemSynchronizedGroups = (
184-
840EE74B2E8A91960004D495 /* PushLearnTests */,
162+
843CCE8F2F600C8A00DBCA54 /* PushLearnTests */,
185163
);
186164
name = PushLearnTests;
187165
packageProductDependencies = (
188166
);
189167
productName = PushLearnTests;
190-
productReference = 840EE7482E8A91960004D495 /* PushLearnTests.xctest */;
168+
productReference = 843CCE8E2F600C8A00DBCA54 /* PushLearnTests.xctest */;
191169
productType = "com.apple.product-type.bundle.unit-test";
192170
};
193-
840EE7512E8A91960004D495 /* PushLearnUITests */ = {
194-
isa = PBXNativeTarget;
195-
buildConfigurationList = 840EE7622E8A91960004D495 /* Build configuration list for PBXNativeTarget "PushLearnUITests" */;
196-
buildPhases = (
197-
840EE74E2E8A91960004D495 /* Sources */,
198-
840EE74F2E8A91960004D495 /* Frameworks */,
199-
840EE7502E8A91960004D495 /* Resources */,
200-
);
201-
buildRules = (
202-
);
203-
dependencies = (
204-
840EE7542E8A91960004D495 /* PBXTargetDependency */,
205-
);
206-
fileSystemSynchronizedGroups = (
207-
840EE7552E8A91960004D495 /* PushLearnUITests */,
208-
);
209-
name = PushLearnUITests;
210-
packageProductDependencies = (
211-
);
212-
productName = PushLearnUITests;
213-
productReference = 840EE7522E8A91960004D495 /* PushLearnUITests.xctest */;
214-
productType = "com.apple.product-type.bundle.ui-testing";
215-
};
216171
/* End PBXNativeTarget section */
217172

218173
/* Begin PBXProject section */
@@ -226,12 +181,9 @@
226181
840EE7372E8A91940004D495 = {
227182
CreatedOnToolsVersion = 16.1;
228183
};
229-
840EE7472E8A91960004D495 = {
230-
CreatedOnToolsVersion = 16.1;
231-
TestTargetID = 840EE7372E8A91940004D495;
232-
};
233-
840EE7512E8A91960004D495 = {
184+
843CCE8D2F600C8A00DBCA54 = {
234185
CreatedOnToolsVersion = 16.1;
186+
LastSwiftMigration = 1610;
235187
TestTargetID = 840EE7372E8A91940004D495;
236188
};
237189
};
@@ -258,8 +210,7 @@
258210
projectRoot = "";
259211
targets = (
260212
840EE7372E8A91940004D495 /* PushLearn */,
261-
840EE7472E8A91960004D495 /* PushLearnTests */,
262-
840EE7512E8A91960004D495 /* PushLearnUITests */,
213+
843CCE8D2F600C8A00DBCA54 /* PushLearnTests */,
263214
);
264215
};
265216
/* End PBXProject section */
@@ -274,14 +225,7 @@
274225
);
275226
runOnlyForDeploymentPostprocessing = 0;
276227
};
277-
840EE7462E8A91960004D495 /* Resources */ = {
278-
isa = PBXResourcesBuildPhase;
279-
buildActionMask = 2147483647;
280-
files = (
281-
);
282-
runOnlyForDeploymentPostprocessing = 0;
283-
};
284-
840EE7502E8A91960004D495 /* Resources */ = {
228+
843CCE8C2F600C8A00DBCA54 /* Resources */ = {
285229
isa = PBXResourcesBuildPhase;
286230
buildActionMask = 2147483647;
287231
files = (
@@ -298,14 +242,7 @@
298242
);
299243
runOnlyForDeploymentPostprocessing = 0;
300244
};
301-
840EE7442E8A91960004D495 /* Sources */ = {
302-
isa = PBXSourcesBuildPhase;
303-
buildActionMask = 2147483647;
304-
files = (
305-
);
306-
runOnlyForDeploymentPostprocessing = 0;
307-
};
308-
840EE74E2E8A91960004D495 /* Sources */ = {
245+
843CCE8A2F600C8A00DBCA54 /* Sources */ = {
309246
isa = PBXSourcesBuildPhase;
310247
buildActionMask = 2147483647;
311248
files = (
@@ -315,15 +252,10 @@
315252
/* End PBXSourcesBuildPhase section */
316253

317254
/* Begin PBXTargetDependency section */
318-
840EE74A2E8A91960004D495 /* PBXTargetDependency */ = {
255+
843CCE932F600C8A00DBCA54 /* PBXTargetDependency */ = {
319256
isa = PBXTargetDependency;
320257
target = 840EE7372E8A91940004D495 /* PushLearn */;
321-
targetProxy = 840EE7492E8A91960004D495 /* PBXContainerItemProxy */;
322-
};
323-
840EE7542E8A91960004D495 /* PBXTargetDependency */ = {
324-
isa = PBXTargetDependency;
325-
target = 840EE7372E8A91940004D495 /* PushLearn */;
326-
targetProxy = 840EE7532E8A91960004D495 /* PBXContainerItemProxy */;
258+
targetProxy = 843CCE922F600C8A00DBCA54 /* PBXContainerItemProxy */;
327259
};
328260
/* End PBXTargetDependency section */
329261

@@ -519,78 +451,55 @@
519451
};
520452
name = Release;
521453
};
522-
840EE7602E8A91960004D495 /* Debug */ = {
454+
843CCE952F600C8A00DBCA54 /* Debug */ = {
523455
isa = XCBuildConfiguration;
524456
buildSettings = {
525457
BUNDLE_LOADER = "$(TEST_HOST)";
458+
CLANG_ENABLE_MODULES = YES;
526459
CODE_SIGN_STYLE = Automatic;
527460
CURRENT_PROJECT_VERSION = 1;
528461
DEVELOPMENT_TEAM = Q3ZBJKTDC2;
529462
GENERATE_INFOPLIST_FILE = YES;
530-
IPHONEOS_DEPLOYMENT_TARGET = 18.1;
463+
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
531464
MARKETING_VERSION = 1.0;
532-
PRODUCT_BUNDLE_IDENTIFIER = com.mxtp.PushLearnTests;
465+
PRODUCT_BUNDLE_IDENTIFIER = com.example.PushLearnTests;
533466
PRODUCT_NAME = "$(TARGET_NAME)";
467+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
468+
SUPPORTS_MACCATALYST = NO;
469+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
470+
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
534471
SWIFT_EMIT_LOC_STRINGS = NO;
472+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
535473
SWIFT_VERSION = 5.0;
536-
TARGETED_DEVICE_FAMILY = "1,2";
474+
TARGETED_DEVICE_FAMILY = 1;
537475
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PushLearn.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PushLearn";
538476
};
539477
name = Debug;
540478
};
541-
840EE7612E8A91960004D495 /* Release */ = {
479+
843CCE962F600C8A00DBCA54 /* Release */ = {
542480
isa = XCBuildConfiguration;
543481
buildSettings = {
544482
BUNDLE_LOADER = "$(TEST_HOST)";
483+
CLANG_ENABLE_MODULES = YES;
545484
CODE_SIGN_STYLE = Automatic;
546485
CURRENT_PROJECT_VERSION = 1;
547486
DEVELOPMENT_TEAM = Q3ZBJKTDC2;
548487
GENERATE_INFOPLIST_FILE = YES;
549-
IPHONEOS_DEPLOYMENT_TARGET = 18.1;
488+
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
550489
MARKETING_VERSION = 1.0;
551-
PRODUCT_BUNDLE_IDENTIFIER = com.mxtp.PushLearnTests;
490+
PRODUCT_BUNDLE_IDENTIFIER = com.example.PushLearnTests;
552491
PRODUCT_NAME = "$(TARGET_NAME)";
492+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
493+
SUPPORTS_MACCATALYST = NO;
494+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
495+
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
553496
SWIFT_EMIT_LOC_STRINGS = NO;
554497
SWIFT_VERSION = 5.0;
555-
TARGETED_DEVICE_FAMILY = "1,2";
498+
TARGETED_DEVICE_FAMILY = 1;
556499
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PushLearn.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PushLearn";
557500
};
558501
name = Release;
559502
};
560-
840EE7632E8A91960004D495 /* Debug */ = {
561-
isa = XCBuildConfiguration;
562-
buildSettings = {
563-
CODE_SIGN_STYLE = Automatic;
564-
CURRENT_PROJECT_VERSION = 1;
565-
DEVELOPMENT_TEAM = Q3ZBJKTDC2;
566-
GENERATE_INFOPLIST_FILE = YES;
567-
MARKETING_VERSION = 1.0;
568-
PRODUCT_BUNDLE_IDENTIFIER = com.mxtp.PushLearnUITests;
569-
PRODUCT_NAME = "$(TARGET_NAME)";
570-
SWIFT_EMIT_LOC_STRINGS = NO;
571-
SWIFT_VERSION = 5.0;
572-
TARGETED_DEVICE_FAMILY = "1,2";
573-
TEST_TARGET_NAME = PushLearn;
574-
};
575-
name = Debug;
576-
};
577-
840EE7642E8A91960004D495 /* Release */ = {
578-
isa = XCBuildConfiguration;
579-
buildSettings = {
580-
CODE_SIGN_STYLE = Automatic;
581-
CURRENT_PROJECT_VERSION = 1;
582-
DEVELOPMENT_TEAM = Q3ZBJKTDC2;
583-
GENERATE_INFOPLIST_FILE = YES;
584-
MARKETING_VERSION = 1.0;
585-
PRODUCT_BUNDLE_IDENTIFIER = com.mxtp.PushLearnUITests;
586-
PRODUCT_NAME = "$(TARGET_NAME)";
587-
SWIFT_EMIT_LOC_STRINGS = NO;
588-
SWIFT_VERSION = 5.0;
589-
TARGETED_DEVICE_FAMILY = "1,2";
590-
TEST_TARGET_NAME = PushLearn;
591-
};
592-
name = Release;
593-
};
594503
/* End XCBuildConfiguration section */
595504

596505
/* Begin XCConfigurationList section */
@@ -612,20 +521,11 @@
612521
defaultConfigurationIsVisible = 0;
613522
defaultConfigurationName = Release;
614523
};
615-
840EE75F2E8A91960004D495 /* Build configuration list for PBXNativeTarget "PushLearnTests" */ = {
616-
isa = XCConfigurationList;
617-
buildConfigurations = (
618-
840EE7602E8A91960004D495 /* Debug */,
619-
840EE7612E8A91960004D495 /* Release */,
620-
);
621-
defaultConfigurationIsVisible = 0;
622-
defaultConfigurationName = Release;
623-
};
624-
840EE7622E8A91960004D495 /* Build configuration list for PBXNativeTarget "PushLearnUITests" */ = {
524+
843CCE942F600C8A00DBCA54 /* Build configuration list for PBXNativeTarget "PushLearnTests" */ = {
625525
isa = XCConfigurationList;
626526
buildConfigurations = (
627-
840EE7632E8A91960004D495 /* Debug */,
628-
840EE7642E8A91960004D495 /* Release */,
527+
843CCE952F600C8A00DBCA54 /* Debug */,
528+
843CCE962F600C8A00DBCA54 /* Release */,
629529
);
630530
defaultConfigurationIsVisible = 0;
631531
defaultConfigurationName = Release;

0 commit comments

Comments
 (0)