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 3bd4ca9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import PackageDescription

let package = Package(
name: "SQLiteVec",
platforms: [
.iOS(.v16)
],
products: [
.executable(
name: "SQLiteVecCLI",
Expand All @@ -17,6 +14,10 @@ let package = Package(
name: "SQLiteVec",
targets: ["SQLiteVec"]
),
.library(
name: "CSQLiteVec",
targets: ["CSQLiteVec"]
),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit 3bd4ca9

Please sign in to comment.