Skip to content

Commit 5964896

Browse files
committed
Remove dependency on apple/swift-docc-plugin
1 parent 71abc29 commit 5964896

File tree

5 files changed

+6
-65
lines changed

5 files changed

+6
-65
lines changed

Documentation/MVVMDemo/MVVMDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-20
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/groue/GRDB.swift.git",
77
"state" : {
8-
"revision" : "78448cf8f4ed39b259bd6718d074a57ae3b2e8ba",
9-
"version" : "6.28.0"
10-
}
11-
},
12-
{
13-
"identity" : "swift-docc-plugin",
14-
"kind" : "remoteSourceControl",
15-
"location" : "https://github.com/apple/swift-docc-plugin",
16-
"state" : {
17-
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
18-
"version" : "1.3.0"
19-
}
20-
},
21-
{
22-
"identity" : "swift-docc-symbolkit",
23-
"kind" : "remoteSourceControl",
24-
"location" : "https://github.com/apple/swift-docc-symbolkit",
25-
"state" : {
26-
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
27-
"version" : "1.0.0"
8+
"revision" : "1cd6c7cbffa7ecac14a8a7c0f27d5c3e7c35c87e",
9+
"version" : "6.29.0"
2810
}
2911
}
3012
],

Documentation/QueryDemo/QueryDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-20
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/groue/GRDB.swift.git",
77
"state" : {
8-
"revision" : "78448cf8f4ed39b259bd6718d074a57ae3b2e8ba",
9-
"version" : "6.28.0"
10-
}
11-
},
12-
{
13-
"identity" : "swift-docc-plugin",
14-
"kind" : "remoteSourceControl",
15-
"location" : "https://github.com/apple/swift-docc-plugin",
16-
"state" : {
17-
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
18-
"version" : "1.3.0"
19-
}
20-
},
21-
{
22-
"identity" : "swift-docc-symbolkit",
23-
"kind" : "remoteSourceControl",
24-
"location" : "https://github.com/apple/swift-docc-symbolkit",
25-
"state" : {
26-
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
27-
"version" : "1.0.0"
8+
"revision" : "1cd6c7cbffa7ecac14a8a7c0f27d5c3e7c35c87e",
9+
"version" : "6.29.0"
2810
}
2911
}
3012
],

Makefile

-14
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,6 @@ test:
1313
clean build build-for-testing test-without-building \
1414
$(XCPRETTY)
1515

16-
docs-localhost:
17-
# Generates documentation in ~/Sites/GRDBQuery
18-
# See https://discussions.apple.com/docs/DOC-3083 for Apache setup on the mac
19-
mkdir -p ~/Sites/GRDBQuery
20-
swift package \
21-
--allow-writing-to-directory ~/Sites/GRDBQuery \
22-
generate-documentation \
23-
--output-path ~/Sites/GRDBQuery \
24-
--target GRDBQuery \
25-
--disable-indexing \
26-
--transform-for-static-hosting \
27-
--hosting-base-path "~$(USER)/GRDBQuery"
28-
open "http://localhost/~$(USER)/GRDBQuery/documentation/grdbquery/"
29-
3016
distclean:
3117
git clean -dffx .
3218

Package.swift

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ let package = Package(
1919
],
2020
dependencies: [
2121
// Dependencies declare other packages that this package depends on.
22-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
2322
.package(url: "https://github.com/groue/GRDB.swift.git", from: "6.4.0"),
2423
],
2524
targets: [
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"originHash" : "499a2ca0064e3e9818abe77aaf0f0c25d506dcad1c92649a68e86cb0c6265a47",
23
"pins" : [
34
{
45
"identity" : "grdb.swift",
@@ -8,16 +9,7 @@
89
"revision" : "78448cf8f4ed39b259bd6718d074a57ae3b2e8ba",
910
"version" : "6.28.0"
1011
}
11-
},
12-
{
13-
"identity" : "swift-docc-plugin",
14-
"kind" : "remoteSourceControl",
15-
"location" : "https://github.com/apple/swift-docc-plugin",
16-
"state" : {
17-
"revision" : "3303b164430d9a7055ba484c8ead67a52f7b74f6",
18-
"version" : "1.0.0"
19-
}
2012
}
2113
],
22-
"version" : 2
14+
"version" : 3
2315
}

0 commit comments

Comments
 (0)