Skip to content

Commit 8007112

Browse files
committed
1 parent 8a62201 commit 8007112

File tree

8 files changed

+18
-48
lines changed

8 files changed

+18
-48
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,15 @@
11
{
2+
"originHash" : "8b3eda36da18d89a659acf1bf9271f6614d3a169035b13ebe8ce220e231fe8a6",
23
"pins" : [
34
{
45
"identity" : "grdb.swift",
56
"kind" : "remoteSourceControl",
67
"location" : "https://github.com/groue/GRDB.swift.git",
78
"state" : {
8-
"revision" : "181ccd8d7dbeaf7ba0fe6c4f752fb14b2be4f550",
9-
"version" : "6.24.1"
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"
9+
"revision" : "47a7ddf08a619fff3e215df321fba9f4d77413e5",
10+
"version" : "7.0.0-beta"
2811
}
2912
}
3013
],
31-
"version" : 2
14+
"version" : 3
3215
}

Documentation/MVVMDemo/MVVMDemo.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
);
266266
mainGroup = 564014D828364A5200EEA9BC;
267267
packageReferences = (
268-
5640150E28364AB500EEA9BC /* XCRemoteSwiftPackageReference "GRDB.swift" */,
268+
5640150E28364AB500EEA9BC /* XCRemoteSwiftPackageReference "GRDB" */,
269269
);
270270
productRefGroup = 564014E228364A5200EEA9BC /* Products */;
271271
projectDirPath = "";
@@ -576,9 +576,9 @@
576576
/* End XCConfigurationList section */
577577

578578
/* Begin XCRemoteSwiftPackageReference section */
579-
5640150E28364AB500EEA9BC /* XCRemoteSwiftPackageReference "GRDB.swift" */ = {
579+
5640150E28364AB500EEA9BC /* XCRemoteSwiftPackageReference "GRDB" */ = {
580580
isa = XCRemoteSwiftPackageReference;
581-
repositoryURL = "https://github.com/groue/GRDB.swift.git";
581+
repositoryURL = "https://github.com/groue/GRDB.swift";
582582
requirement = {
583583
kind = upToNextMajorVersion;
584584
minimumVersion = "7.0.0-beta";
@@ -593,7 +593,7 @@
593593
};
594594
5640150F28364AB500EEA9BC /* GRDB */ = {
595595
isa = XCSwiftPackageProductDependency;
596-
package = 5640150E28364AB500EEA9BC /* XCRemoteSwiftPackageReference "GRDB.swift" */;
596+
package = 5640150E28364AB500EEA9BC /* XCRemoteSwiftPackageReference "GRDB" */;
597597
productName = GRDB;
598598
};
599599
5640152B28364DE600EEA9BC /* GRDBQuery */ = {

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"originHash" : "b4eac9cafc01c23122ae7ba2e02cc9000a71f2453039eb2258b7e29e406176c4",
23
"pins" : [
34
{
45
"identity" : "grdb.swift",
@@ -10,5 +11,5 @@
1011
}
1112
}
1213
],
13-
"version" : 2
14+
"version" : 3
1415
}

Documentation/Players/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
],
2020
dependencies: [
2121
// Dependencies declare other packages that this package depends on.
22-
.package(url: "https://github.com/groue/GRDB.swift.git", from: "7.0.0-beta"),
22+
.package(url: "https://github.com/groue/GRDB.swift", from: "7.0.0-beta"),
2323
],
2424
targets: [
2525
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Documentation/QueryDemo/QueryDemo.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
);
238238
mainGroup = 56F8A17C273802970011ACBE;
239239
packageReferences = (
240-
56519DBE274FC3F700ED16D8 /* XCRemoteSwiftPackageReference "GRDB.swift" */,
240+
56519DBE274FC3F700ED16D8 /* XCRemoteSwiftPackageReference "GRDB" */,
241241
);
242242
productRefGroup = 56F8A186273802970011ACBE /* Products */;
243243
projectDirPath = "";
@@ -569,9 +569,9 @@
569569
/* End XCConfigurationList section */
570570

571571
/* Begin XCRemoteSwiftPackageReference section */
572-
56519DBE274FC3F700ED16D8 /* XCRemoteSwiftPackageReference "GRDB.swift" */ = {
572+
56519DBE274FC3F700ED16D8 /* XCRemoteSwiftPackageReference "GRDB" */ = {
573573
isa = XCRemoteSwiftPackageReference;
574-
repositoryURL = "https://github.com/groue/GRDB.swift.git";
574+
repositoryURL = "https://github.com/groue/GRDB.swift";
575575
requirement = {
576576
kind = upToNextMajorVersion;
577577
minimumVersion = "7.0.0-beta";
@@ -586,7 +586,7 @@
586586
};
587587
56519DBF274FC3F700ED16D8 /* GRDB */ = {
588588
isa = XCSwiftPackageProductDependency;
589-
package = 56519DBE274FC3F700ED16D8 /* XCRemoteSwiftPackageReference "GRDB.swift" */;
589+
package = 56519DBE274FC3F700ED16D8 /* XCRemoteSwiftPackageReference "GRDB" */;
590590
productName = GRDB;
591591
};
592592
56519DC1274FC44500ED16D8 /* GRDBQuery */ = {

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"originHash" : "b4eac9cafc01c23122ae7ba2e02cc9000a71f2453039eb2258b7e29e406176c4",
23
"pins" : [
34
{
45
"identity" : "grdb.swift",
@@ -10,5 +11,5 @@
1011
}
1112
}
1213
],
13-
"version" : 2
14+
"version" : 3
1415
}

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
],
2020
dependencies: [
2121
// Dependencies declare other packages that this package depends on.
22-
.package(url: "https://github.com/groue/GRDB.swift.git", from: "7.0.0-beta"),
22+
.package(url: "https://github.com/groue/GRDB.swift", from: "7.0.0-beta"),
2323
],
2424
targets: [
2525
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Tests/QueryTests/QueryTests.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

-15
This file was deleted.

0 commit comments

Comments
 (0)