Skip to content

Commit eddfbfb

Browse files
committed
Update schemes
1 parent adf3317 commit eddfbfb

2 files changed

Lines changed: 72 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,24 @@ jobs:
3535
include:
3636
- destination: "OS=16.1,name=iPhone 14 Pro"
3737
name: "iOS"
38-
scheme: "NetworkLayer-Package"
38+
scheme: "NetworkLayer"
3939
sdk: iphonesimulator
4040
- destination: "OS=16.1,name=Apple TV"
4141
name: "tvOS"
42-
scheme: "NetworkLayer-Package"
42+
scheme: "NetworkLayer"
4343
sdk: appletvsimulator
4444
- destination: "OS=9.1,name=Apple Watch Series 8 (45mm)"
4545
name: "watchOS"
46-
scheme: "NetworkLayer-Package"
46+
scheme: "NetworkLayer"
4747
sdk: watchsimulator
4848
- destination: "platform=macOS"
4949
name: "macOS"
50-
scheme: "NetworkLayer-Package"
50+
scheme: "NetworkLayer"
5151
sdk: macosx
5252
steps:
5353
- uses: actions/checkout@v3
5454
- name: ${{ matrix.name }}
55-
run: xcodebuild test -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "./${{ matrix.sdk }}.xcresult" | xcpretty -r junit
55+
run: xcodebuild test -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "./${{ matrix.sdk }}.xcresult"
5656
- name: Upload coverage reports to Codecov
5757
uses: codecov/codecov-action@v3.1.0
5858
with:
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1410"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "NetworkLayerInterfaces"
18+
BuildableName = "NetworkLayerInterfaces"
19+
BlueprintName = "NetworkLayerInterfaces"
20+
ReferencedContainer = "container:">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
</TestAction>
33+
<LaunchAction
34+
buildConfiguration = "Debug"
35+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
launchStyle = "0"
38+
useCustomWorkingDirectory = "NO"
39+
ignoresPersistentStateOnLaunch = "NO"
40+
debugDocumentVersioning = "YES"
41+
debugServiceExtension = "internal"
42+
allowLocationSimulation = "YES">
43+
</LaunchAction>
44+
<ProfileAction
45+
buildConfiguration = "Release"
46+
shouldUseLaunchSchemeArgsEnv = "YES"
47+
savedToolIdentifier = ""
48+
useCustomWorkingDirectory = "NO"
49+
debugDocumentVersioning = "YES">
50+
<MacroExpansion>
51+
<BuildableReference
52+
BuildableIdentifier = "primary"
53+
BlueprintIdentifier = "NetworkLayerInterfaces"
54+
BuildableName = "NetworkLayerInterfaces"
55+
BlueprintName = "NetworkLayerInterfaces"
56+
ReferencedContainer = "container:">
57+
</BuildableReference>
58+
</MacroExpansion>
59+
</ProfileAction>
60+
<AnalyzeAction
61+
buildConfiguration = "Debug">
62+
</AnalyzeAction>
63+
<ArchiveAction
64+
buildConfiguration = "Release"
65+
revealArchiveInOrganizer = "YES">
66+
</ArchiveAction>
67+
</Scheme>

0 commit comments

Comments
 (0)