Skip to content

Commit

Permalink
PR Comment Response
Browse files Browse the repository at this point in the history
- Min iOS version doens't need to be explicitly set
- Add CSQLiteVec as an importable product
  • Loading branch information
spprichard committed Aug 19, 2024
1 parent 1a2eb53 commit e8c6dd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ let package = Package(
name: "SQLiteVec",
targets: ["SQLiteVec"]
),
.library(
name: "CSQLiteVec",
targets: ["CSQLiteVec"]
),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit e8c6dd4

Please sign in to comment.