Skip to content

Commit bcbb16e

Browse files
author
Rob Walker
authored
add schemes for tests (project-chip#773)
1 parent 6968b12 commit bcbb16e

File tree

3 files changed

+112
-12
lines changed

3 files changed

+112
-12
lines changed

src/CHIP_Framework_iOS/CHIP/CHIP.xcodeproj/project.pbxproj

+2-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 53;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -190,7 +190,7 @@
190190
B20252842459E34F00F97062 /* Project object */ = {
191191
isa = PBXProject;
192192
attributes = {
193-
BuildIndependentTargetsInParallel = NO;
193+
BuildIndependentTargetsInParallel = YES;
194194
LastUpgradeCheck = 1140;
195195
ORGANIZATIONNAME = CHIP;
196196
TargetAttributes = {
@@ -343,8 +343,6 @@
343343
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
344344
GCC_WARN_UNUSED_FUNCTION = YES;
345345
GCC_WARN_UNUSED_VARIABLE = YES;
346-
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
347-
MACOSX_DEPLOYMENT_TARGET = 10.15;
348346
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
349347
MTL_FAST_MATH = YES;
350348
ONLY_ACTIVE_ARCH = YES;
@@ -399,8 +397,6 @@
399397
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
400398
GCC_WARN_UNUSED_FUNCTION = YES;
401399
GCC_WARN_UNUSED_VARIABLE = YES;
402-
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
403-
MACOSX_DEPLOYMENT_TARGET = 10.15;
404400
MTL_ENABLE_DEBUG_INFO = NO;
405401
MTL_FAST_MATH = YES;
406402
ONLY_ACTIVE_ARCH = YES;
@@ -426,7 +422,6 @@
426422
HEADER_SEARCH_PATHS = "$(CHIP_PREFIX)/include";
427423
INFOPLIST_FILE = CHIP/Info.plist;
428424
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
429-
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
430425
LD_RUNPATH_SEARCH_PATHS = (
431426
"$(inherited)",
432427
"@executable_path/Frameworks",
@@ -456,7 +451,6 @@
456451
HEADER_SEARCH_PATHS = "$(CHIP_PREFIX)/include";
457452
INFOPLIST_FILE = CHIP/Info.plist;
458453
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
459-
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
460454
LD_RUNPATH_SEARCH_PATHS = (
461455
"$(inherited)",
462456
"@executable_path/Frameworks",
@@ -556,8 +550,6 @@
556550
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
557551
GCC_WARN_UNUSED_FUNCTION = YES;
558552
GCC_WARN_UNUSED_VARIABLE = YES;
559-
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
560-
MACOSX_DEPLOYMENT_TARGET = 10.15;
561553
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
562554
MTL_FAST_MATH = YES;
563555
ONLY_ACTIVE_ARCH = YES;
@@ -659,8 +651,6 @@
659651
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
660652
GCC_WARN_UNUSED_FUNCTION = YES;
661653
GCC_WARN_UNUSED_VARIABLE = YES;
662-
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
663-
MACOSX_DEPLOYMENT_TARGET = 10.15;
664654
MTL_ENABLE_DEBUG_INFO = NO;
665655
MTL_FAST_MATH = YES;
666656
ONLY_ACTIVE_ARCH = YES;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1140"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
</BuildAction>
9+
<TestAction
10+
buildConfiguration = "Debug iOS"
11+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
12+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
13+
shouldUseLaunchSchemeArgsEnv = "YES">
14+
<Testables>
15+
<TestableReference
16+
skipped = "NO">
17+
<BuildableReference
18+
BuildableIdentifier = "primary"
19+
BlueprintIdentifier = "B20252952459E34F00F97062"
20+
BuildableName = "CHIPTests.xctest"
21+
BlueprintName = "CHIPTests"
22+
ReferencedContainer = "container:CHIP.xcodeproj">
23+
</BuildableReference>
24+
</TestableReference>
25+
</Testables>
26+
</TestAction>
27+
<LaunchAction
28+
buildConfiguration = "Debug iOS"
29+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
30+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
31+
launchStyle = "0"
32+
useCustomWorkingDirectory = "NO"
33+
ignoresPersistentStateOnLaunch = "NO"
34+
debugDocumentVersioning = "YES"
35+
debugServiceExtension = "internal"
36+
allowLocationSimulation = "YES">
37+
</LaunchAction>
38+
<ProfileAction
39+
buildConfiguration = "Release iOS"
40+
shouldUseLaunchSchemeArgsEnv = "YES"
41+
savedToolIdentifier = ""
42+
useCustomWorkingDirectory = "NO"
43+
debugDocumentVersioning = "YES">
44+
</ProfileAction>
45+
<AnalyzeAction
46+
buildConfiguration = "Debug iOS">
47+
</AnalyzeAction>
48+
<ArchiveAction
49+
buildConfiguration = "Release iOS"
50+
revealArchiveInOrganizer = "YES">
51+
</ArchiveAction>
52+
<InstallAction
53+
buildConfiguration = "Release iOS">
54+
</InstallAction>
55+
</Scheme>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1140"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
</BuildAction>
9+
<TestAction
10+
buildConfiguration = "Debug macOS"
11+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
12+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
13+
shouldUseLaunchSchemeArgsEnv = "YES">
14+
<Testables>
15+
<TestableReference
16+
skipped = "NO">
17+
<BuildableReference
18+
BuildableIdentifier = "primary"
19+
BlueprintIdentifier = "B20252952459E34F00F97062"
20+
BuildableName = "CHIPTests.xctest"
21+
BlueprintName = "CHIPTests"
22+
ReferencedContainer = "container:CHIP.xcodeproj">
23+
</BuildableReference>
24+
</TestableReference>
25+
</Testables>
26+
</TestAction>
27+
<LaunchAction
28+
buildConfiguration = "Debug macOS"
29+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
30+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
31+
launchStyle = "0"
32+
useCustomWorkingDirectory = "NO"
33+
ignoresPersistentStateOnLaunch = "NO"
34+
debugDocumentVersioning = "YES"
35+
debugServiceExtension = "internal"
36+
allowLocationSimulation = "YES">
37+
</LaunchAction>
38+
<ProfileAction
39+
buildConfiguration = "Release macOS"
40+
shouldUseLaunchSchemeArgsEnv = "YES"
41+
savedToolIdentifier = ""
42+
useCustomWorkingDirectory = "NO"
43+
debugDocumentVersioning = "YES">
44+
</ProfileAction>
45+
<AnalyzeAction
46+
buildConfiguration = "Debug macOS">
47+
</AnalyzeAction>
48+
<ArchiveAction
49+
buildConfiguration = "Release macOS"
50+
revealArchiveInOrganizer = "YES">
51+
</ArchiveAction>
52+
<InstallAction
53+
buildConfiguration = "Release macOS">
54+
</InstallAction>
55+
</Scheme>

0 commit comments

Comments
 (0)