File tree 8 files changed +18
-48
lines changed
DemoApps.xcworkspace/xcshareddata/swiftpm
MVVMDemo/MVVMDemo.xcodeproj
project.xcworkspace/xcshareddata/swiftpm
QueryDemo/QueryDemo.xcodeproj
project.xcworkspace/xcshareddata/swiftpm
Tests/QueryTests/QueryTests.xcodeproj/project.xcworkspace/xcshareddata/swiftpm
8 files changed +18
-48
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "originHash" : " 8b3eda36da18d89a659acf1bf9271f6614d3a169035b13ebe8ce220e231fe8a6" ,
2
3
"pins" : [
3
4
{
4
5
"identity" : " grdb.swift" ,
5
6
"kind" : " remoteSourceControl" ,
6
7
"location" : " https://github.com/groue/GRDB.swift.git" ,
7
8
"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"
28
11
}
29
12
}
30
13
],
31
- "version" : 2
14
+ "version" : 3
32
15
}
Original file line number Diff line number Diff line change 265
265
);
266
266
mainGroup = 564014D828364A5200EEA9BC;
267
267
packageReferences = (
268
- 5640150E28364AB500EEA9BC /* XCRemoteSwiftPackageReference "GRDB.swift " */,
268
+ 5640150E28364AB500EEA9BC /* XCRemoteSwiftPackageReference "GRDB" */,
269
269
);
270
270
productRefGroup = 564014E228364A5200EEA9BC /* Products */;
271
271
projectDirPath = "";
576
576
/* End XCConfigurationList section */
577
577
578
578
/* Begin XCRemoteSwiftPackageReference section */
579
- 5640150E28364AB500EEA9BC /* XCRemoteSwiftPackageReference "GRDB.swift " */ = {
579
+ 5640150E28364AB500EEA9BC /* XCRemoteSwiftPackageReference "GRDB" */ = {
580
580
isa = XCRemoteSwiftPackageReference;
581
- repositoryURL = "https://github.com/groue/GRDB.swift.git ";
581
+ repositoryURL = "https://github.com/groue/GRDB.swift";
582
582
requirement = {
583
583
kind = upToNextMajorVersion;
584
584
minimumVersion = "7.0.0-beta";
593
593
};
594
594
5640150F28364AB500EEA9BC /* GRDB */ = {
595
595
isa = XCSwiftPackageProductDependency;
596
- package = 5640150E28364AB500EEA9BC /* XCRemoteSwiftPackageReference "GRDB.swift " */;
596
+ package = 5640150E28364AB500EEA9BC /* XCRemoteSwiftPackageReference "GRDB" */;
597
597
productName = GRDB;
598
598
};
599
599
5640152B28364DE600EEA9BC /* GRDBQuery */ = {
Original file line number Diff line number Diff line change 1
1
{
2
+ "originHash" : " b4eac9cafc01c23122ae7ba2e02cc9000a71f2453039eb2258b7e29e406176c4" ,
2
3
"pins" : [
3
4
{
4
5
"identity" : " grdb.swift" ,
10
11
}
11
12
}
12
13
],
13
- "version" : 2
14
+ "version" : 3
14
15
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ 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/groue/GRDB.swift.git " , from: " 7.0.0-beta " ) ,
22
+ . package ( url: " https://github.com/groue/GRDB.swift " , from: " 7.0.0-beta " ) ,
23
23
] ,
24
24
targets: [
25
25
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change 237
237
);
238
238
mainGroup = 56F8A17C273802970011ACBE;
239
239
packageReferences = (
240
- 56519DBE274FC3F700ED16D8 /* XCRemoteSwiftPackageReference "GRDB.swift " */,
240
+ 56519DBE274FC3F700ED16D8 /* XCRemoteSwiftPackageReference "GRDB" */,
241
241
);
242
242
productRefGroup = 56F8A186273802970011ACBE /* Products */;
243
243
projectDirPath = "";
569
569
/* End XCConfigurationList section */
570
570
571
571
/* Begin XCRemoteSwiftPackageReference section */
572
- 56519DBE274FC3F700ED16D8 /* XCRemoteSwiftPackageReference "GRDB.swift " */ = {
572
+ 56519DBE274FC3F700ED16D8 /* XCRemoteSwiftPackageReference "GRDB" */ = {
573
573
isa = XCRemoteSwiftPackageReference;
574
- repositoryURL = "https://github.com/groue/GRDB.swift.git ";
574
+ repositoryURL = "https://github.com/groue/GRDB.swift";
575
575
requirement = {
576
576
kind = upToNextMajorVersion;
577
577
minimumVersion = "7.0.0-beta";
586
586
};
587
587
56519DBF274FC3F700ED16D8 /* GRDB */ = {
588
588
isa = XCSwiftPackageProductDependency;
589
- package = 56519DBE274FC3F700ED16D8 /* XCRemoteSwiftPackageReference "GRDB.swift " */;
589
+ package = 56519DBE274FC3F700ED16D8 /* XCRemoteSwiftPackageReference "GRDB" */;
590
590
productName = GRDB;
591
591
};
592
592
56519DC1274FC44500ED16D8 /* GRDBQuery */ = {
Original file line number Diff line number Diff line change 1
1
{
2
+ "originHash" : " b4eac9cafc01c23122ae7ba2e02cc9000a71f2453039eb2258b7e29e406176c4" ,
2
3
"pins" : [
3
4
{
4
5
"identity" : " grdb.swift" ,
10
11
}
11
12
}
12
13
],
13
- "version" : 2
14
+ "version" : 3
14
15
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ 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/groue/GRDB.swift.git " , from: " 7.0.0-beta " ) ,
22
+ . package ( url: " https://github.com/groue/GRDB.swift " , from: " 7.0.0-beta " ) ,
23
23
] ,
24
24
targets: [
25
25
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments