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 3dc2449 commit 7aaccafCopy full SHA for 7aaccaf
Package.swift
@@ -46,6 +46,7 @@ package.dependencies = [.package(url: "https://github.com/stephencelis/CSQLite.g
46
package.targets = [
47
.target(name: "SQLite", exclude: ["Extensions/FTS4.swift", "Extensions/FTS5.swift"]),
48
.testTarget(name: "SQLiteTests", dependencies: ["SQLite"], path: "Tests/SQLiteTests", exclude: [
49
+ "FTSIntegrationTests.swift",
50
"FTS4Tests.swift",
51
"FTS5Tests.swift"
52
])
0 commit comments