Skip to content

Commit 825e377

Browse files
authored
Update documentation (#74)
* Update documentation * [skip ci] Add line break * Fix tools package version
1 parent c51a903 commit 825e377

File tree

6 files changed

+389
-229
lines changed

6 files changed

+389
-229
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ archive/
2323
.build
2424
bin
2525
docs
26-
Package.resolved

Package.resolved

Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
{
2+
"pins" : [
3+
{
4+
"identity" : "aexml",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/tadija/AEXML.git",
7+
"state" : {
8+
"revision" : "38f7d00b23ecd891e1ee656fa6aeebd6ba04ecc3",
9+
"version" : "4.6.1"
10+
}
11+
},
12+
{
13+
"identity" : "graphviz",
14+
"kind" : "remoteSourceControl",
15+
"location" : "https://github.com/SwiftDocOrg/GraphViz.git",
16+
"state" : {
17+
"revision" : "70bebcf4597b9ce33e19816d6bbd4ba9b7bdf038",
18+
"version" : "0.2.0"
19+
}
20+
},
21+
{
22+
"identity" : "jsonutilities",
23+
"kind" : "remoteSourceControl",
24+
"location" : "https://github.com/yonaskolb/JSONUtilities.git",
25+
"state" : {
26+
"revision" : "128d2ffc22467f69569ef8ff971683e2393191a0",
27+
"version" : "4.2.0"
28+
}
29+
},
30+
{
31+
"identity" : "pathkit",
32+
"kind" : "remoteSourceControl",
33+
"location" : "https://github.com/kylef/PathKit.git",
34+
"state" : {
35+
"revision" : "3bfd2737b700b9a36565a8c94f4ad2b050a5e574",
36+
"version" : "1.0.1"
37+
}
38+
},
39+
{
40+
"identity" : "rainbow",
41+
"kind" : "remoteSourceControl",
42+
"location" : "https://github.com/onevcat/Rainbow.git",
43+
"state" : {
44+
"revision" : "626c3d4b6b55354b4af3aa309f998fae9b31a3d9",
45+
"version" : "3.2.0"
46+
}
47+
},
48+
{
49+
"identity" : "spectre",
50+
"kind" : "remoteSourceControl",
51+
"location" : "https://github.com/kylef/Spectre.git",
52+
"state" : {
53+
"revision" : "26cc5e9ae0947092c7139ef7ba612e34646086c7",
54+
"version" : "0.10.1"
55+
}
56+
},
57+
{
58+
"identity" : "swift-argument-parser",
59+
"kind" : "remoteSourceControl",
60+
"location" : "https://github.com/apple/swift-argument-parser.git",
61+
"state" : {
62+
"revision" : "9f39744e025c7d377987f30b03770805dcb0bcd1",
63+
"version" : "1.1.4"
64+
}
65+
},
66+
{
67+
"identity" : "swift-docc-plugin",
68+
"kind" : "remoteSourceControl",
69+
"location" : "https://github.com/apple/swift-docc-plugin",
70+
"state" : {
71+
"revision" : "9b1258905c21fc1b97bf03d1b4ca12c4ec4e5fda",
72+
"version" : "1.2.0"
73+
}
74+
},
75+
{
76+
"identity" : "swift-docc-symbolkit",
77+
"kind" : "remoteSourceControl",
78+
"location" : "https://github.com/apple/swift-docc-symbolkit",
79+
"state" : {
80+
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
81+
"version" : "1.0.0"
82+
}
83+
},
84+
{
85+
"identity" : "swift-format",
86+
"kind" : "remoteSourceControl",
87+
"location" : "https://github.com/apple/swift-format.git",
88+
"state" : {
89+
"revision" : "3330aaa0a97fe07e764a4dc9bb032b23df3a948f",
90+
"version" : "508.0.0"
91+
}
92+
},
93+
{
94+
"identity" : "swift-syntax",
95+
"kind" : "remoteSourceControl",
96+
"location" : "https://github.com/apple/swift-syntax.git",
97+
"state" : {
98+
"revision" : "2c49d66d34dfd6f8130afdba889de77504b58ec0",
99+
"version" : "508.0.1"
100+
}
101+
},
102+
{
103+
"identity" : "swift-system",
104+
"kind" : "remoteSourceControl",
105+
"location" : "https://github.com/apple/swift-system.git",
106+
"state" : {
107+
"revision" : "836bc4557b74fe6d2660218d56e3ce96aff76574",
108+
"version" : "1.1.1"
109+
}
110+
},
111+
{
112+
"identity" : "swift-tools-support-core",
113+
"kind" : "remoteSourceControl",
114+
"location" : "https://github.com/apple/swift-tools-support-core.git",
115+
"state" : {
116+
"revision" : "93784c59434dbca8e8a9e4b700d0d6d94551da6a",
117+
"version" : "0.5.2"
118+
}
119+
},
120+
{
121+
"identity" : "swiftcli",
122+
"kind" : "remoteSourceControl",
123+
"location" : "https://github.com/jakeheis/SwiftCLI.git",
124+
"state" : {
125+
"revision" : "2e949055d9797c1a6bddcda0e58dada16cc8e970",
126+
"version" : "6.0.3"
127+
}
128+
},
129+
{
130+
"identity" : "version",
131+
"kind" : "remoteSourceControl",
132+
"location" : "https://github.com/mxcl/Version",
133+
"state" : {
134+
"revision" : "1fe824b80d89201652e7eca7c9252269a1d85e25",
135+
"version" : "2.0.1"
136+
}
137+
},
138+
{
139+
"identity" : "xcodegen",
140+
"kind" : "remoteSourceControl",
141+
"location" : "https://github.com/yonaskolb/XcodeGen.git",
142+
"state" : {
143+
"revision" : "ee60884b132078035d30f9892eb8e3e91ba2382c",
144+
"version" : "2.35.0"
145+
}
146+
},
147+
{
148+
"identity" : "xcodeproj",
149+
"kind" : "remoteSourceControl",
150+
"location" : "https://github.com/tuist/XcodeProj.git",
151+
"state" : {
152+
"revision" : "fae27b48bc14ff3fd9b02902e48c4665ce5a0793",
153+
"version" : "8.9.0"
154+
}
155+
},
156+
{
157+
"identity" : "yams",
158+
"kind" : "remoteSourceControl",
159+
"location" : "https://github.com/jpsim/Yams.git",
160+
"state" : {
161+
"revision" : "0d9ee7ea8c4ebd4a489ad7a73d5c6cad55d6fed3",
162+
"version" : "5.0.6"
163+
}
164+
}
165+
],
166+
"version" : 2
167+
}

0 commit comments

Comments
 (0)