We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65bd4d9 commit 69e4706Copy full SHA for 69e4706
Package.swift
@@ -37,6 +37,7 @@ let package = Package(
37
.watchOS(.v4),
38
],
39
products: [
40
+ .library(name: "CSQLite", targets: ["CSQLite"]),
41
.library(name: "GRDB", targets: ["GRDB"]),
42
.library(name: "GRDB-dynamic", type: .dynamic, targets: ["GRDB"]),
43
0 commit comments