File tree 5 files changed +6
-65
lines changed
MVVMDemo/MVVMDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm
QueryDemo/QueryDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm
Tests/QueryTests/QueryTests.xcodeproj/project.xcworkspace/xcshareddata/swiftpm
5 files changed +6
-65
lines changed Original file line number Diff line number Diff line change 5
5
"kind" : " remoteSourceControl" ,
6
6
"location" : " https://github.com/groue/GRDB.swift.git" ,
7
7
"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"
28
10
}
29
11
}
30
12
],
Original file line number Diff line number Diff line change 5
5
"kind" : " remoteSourceControl" ,
6
6
"location" : " https://github.com/groue/GRDB.swift.git" ,
7
7
"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"
28
10
}
29
11
}
30
12
],
Original file line number Diff line number Diff line change 13
13
clean build build-for-testing test-without-building \
14
14
$(XCPRETTY )
15
15
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
-
30
16
distclean :
31
17
git clean -dffx .
32
18
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ let package = Package(
19
19
] ,
20
20
dependencies: [
21
21
// Dependencies declare other packages that this package depends on.
22
- . package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " ) ,
23
22
. package ( url: " https://github.com/groue/GRDB.swift.git " , from: " 6.4.0 " ) ,
24
23
] ,
25
24
targets: [
Original file line number Diff line number Diff line change 1
1
{
2
+ "originHash" : " 499a2ca0064e3e9818abe77aaf0f0c25d506dcad1c92649a68e86cb0c6265a47" ,
2
3
"pins" : [
3
4
{
4
5
"identity" : " grdb.swift" ,
8
9
"revision" : " 78448cf8f4ed39b259bd6718d074a57ae3b2e8ba" ,
9
10
"version" : " 6.28.0"
10
11
}
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
- }
20
12
}
21
13
],
22
- "version" : 2
14
+ "version" : 3
23
15
}
You can’t perform that action at this time.
0 commit comments