Skip to content

Commit 7e42c2d

Browse files
authored
Unignore Package.resolved (#82)
Required for Xcode Cloud to be able to build and archive the Example app Add Example app scheme
1 parent d7eee37 commit 7e42c2d

File tree

4 files changed

+136
-1
lines changed

4 files changed

+136
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
**/xcuserdata/
77
DerivedData/
88
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
9-
**/Package.resolved
109
**/.swiftpm
1110
**/.netrc
1211

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"pins" : [
3+
{
4+
"identity" : "swift-docc-plugin",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/apple/swift-docc-plugin",
7+
"state" : {
8+
"revision" : "9b1258905c21fc1b97bf03d1b4ca12c4ec4e5fda",
9+
"version" : "1.2.0"
10+
}
11+
},
12+
{
13+
"identity" : "swift-docc-symbolkit",
14+
"kind" : "remoteSourceControl",
15+
"location" : "https://github.com/apple/swift-docc-symbolkit",
16+
"state" : {
17+
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
18+
"version" : "1.0.0"
19+
}
20+
}
21+
],
22+
"version" : 2
23+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1430"
4+
version = "1.7">
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 = "358E3C7629A92167005261CB"
18+
BuildableName = "SwiftUploadSDKExample.app"
19+
BlueprintName = "SwiftUploadSDKExample"
20+
ReferencedContainer = "container:SwiftUploadSDKExample.xcodeproj">
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+
shouldAutocreateTestPlan = "YES">
31+
<Testables>
32+
<TestableReference
33+
skipped = "NO"
34+
parallelizable = "YES">
35+
<BuildableReference
36+
BuildableIdentifier = "primary"
37+
BlueprintIdentifier = "358E3C9029A92168005261CB"
38+
BuildableName = "SwiftUploadSDKExampleTests.xctest"
39+
BlueprintName = "SwiftUploadSDKExampleTests"
40+
ReferencedContainer = "container:SwiftUploadSDKExample.xcodeproj">
41+
</BuildableReference>
42+
</TestableReference>
43+
</Testables>
44+
</TestAction>
45+
<LaunchAction
46+
buildConfiguration = "Debug"
47+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
48+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
49+
launchStyle = "0"
50+
useCustomWorkingDirectory = "NO"
51+
ignoresPersistentStateOnLaunch = "NO"
52+
debugDocumentVersioning = "YES"
53+
debugServiceExtension = "internal"
54+
allowLocationSimulation = "YES">
55+
<BuildableProductRunnable
56+
runnableDebuggingMode = "0">
57+
<BuildableReference
58+
BuildableIdentifier = "primary"
59+
BlueprintIdentifier = "358E3C7629A92167005261CB"
60+
BuildableName = "SwiftUploadSDKExample.app"
61+
BlueprintName = "SwiftUploadSDKExample"
62+
ReferencedContainer = "container:SwiftUploadSDKExample.xcodeproj">
63+
</BuildableReference>
64+
</BuildableProductRunnable>
65+
</LaunchAction>
66+
<ProfileAction
67+
buildConfiguration = "Release"
68+
shouldUseLaunchSchemeArgsEnv = "YES"
69+
savedToolIdentifier = ""
70+
useCustomWorkingDirectory = "NO"
71+
debugDocumentVersioning = "YES">
72+
<BuildableProductRunnable
73+
runnableDebuggingMode = "0">
74+
<BuildableReference
75+
BuildableIdentifier = "primary"
76+
BlueprintIdentifier = "358E3C7629A92167005261CB"
77+
BuildableName = "SwiftUploadSDKExample.app"
78+
BlueprintName = "SwiftUploadSDKExample"
79+
ReferencedContainer = "container:SwiftUploadSDKExample.xcodeproj">
80+
</BuildableReference>
81+
</BuildableProductRunnable>
82+
</ProfileAction>
83+
<AnalyzeAction
84+
buildConfiguration = "Debug">
85+
</AnalyzeAction>
86+
<ArchiveAction
87+
buildConfiguration = "Release"
88+
revealArchiveInOrganizer = "YES">
89+
</ArchiveAction>
90+
</Scheme>

Package.resolved

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"pins" : [
3+
{
4+
"identity" : "swift-docc-plugin",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/apple/swift-docc-plugin",
7+
"state" : {
8+
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
9+
"version" : "1.3.0"
10+
}
11+
},
12+
{
13+
"identity" : "swift-docc-symbolkit",
14+
"kind" : "remoteSourceControl",
15+
"location" : "https://github.com/apple/swift-docc-symbolkit",
16+
"state" : {
17+
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
18+
"version" : "1.0.0"
19+
}
20+
}
21+
],
22+
"version" : 2
23+
}

0 commit comments

Comments
 (0)