File tree Expand file tree Collapse file tree 3 files changed +33
-1
lines changed
StreamChatSwiftUI.xcodeproj
StreamChatSwiftUITests/Tests Expand file tree Collapse file tree 3 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 258
258
259
259
/* Begin PBXFileReference section */
260
260
4A65451E274BA170003C5FA8 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
261
+ 842E979C275E0AD000A52E7B /* StreamChatSwiftUI.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = StreamChatSwiftUI.xctestplan; sourceTree = "<group>"; };
261
262
84335013274BAB15007A1B81 /* ViewFactoryExamples.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewFactoryExamples.swift; sourceTree = "<group>"; };
262
263
84335015274BABF3007A1B81 /* NewChatView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewChatView.swift; sourceTree = "<group>"; };
263
264
84335017274BAD4B007A1B81 /* NewChatViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewChatViewModel.swift; sourceTree = "<group>"; };
970
971
84C94D4027579EAF007FE2B9 /* Tests */ = {
971
972
isa = PBXGroup;
972
973
children = (
974
+ 842E979C275E0AD000A52E7B /* StreamChatSwiftUI.xctestplan */,
973
975
84C94C7D27567CC2007FE2B9 /* ChatChannelList */,
974
976
84C94D472758BDB2007FE2B9 /* ChatChannel */,
975
977
84C94D52275A135F007FE2B9 /* Utils */,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
3
LastUpgradeVersion = " 1310"
4
- version = " 1.3 " >
4
+ version = " 1.7 " >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
7
7
buildImplicitDependencies = " YES" >
28
28
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29
29
shouldUseLaunchSchemeArgsEnv = " YES"
30
30
codeCoverageEnabled = " YES" >
31
+ <TestPlans >
32
+ <TestPlanReference
33
+ reference = " container:StreamChatSwiftUITests/Tests/StreamChatSwiftUI.xctestplan"
34
+ default = " YES" >
35
+ </TestPlanReference >
36
+ </TestPlans >
31
37
<Testables >
32
38
<TestableReference
33
39
skipped = " NO" >
Original file line number Diff line number Diff line change
1
+ {
2
+ "configurations" : [
3
+ {
4
+ "id" : "8EC9ED67-3425-42F1-B34A-A5A9F2670614",
5
+ "name" : "Configuration 1",
6
+ "options" : {
7
+
8
+ }
9
+ }
10
+ ],
11
+ "defaultOptions" : {
12
+
13
+ },
14
+ "testTargets" : [
15
+ {
16
+ "target" : {
17
+ "containerPath" : "container:StreamChatSwiftUI.xcodeproj",
18
+ "identifier" : "8465FBBC2746873A00AF091E",
19
+ "name" : "StreamChatSwiftUITests"
20
+ }
21
+ }
22
+ ],
23
+ "version" : 1
24
+ }
You can’t perform that action at this time.
0 commit comments