Skip to content

Commit

Permalink
Fix min OS version for sqlite-vec binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Sep 15, 2024
1 parent acab421 commit 598ba17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PODS:
- hermes-engine (0.74.0):
- hermes-engine/Pre-built (= 0.74.0)
- hermes-engine/Pre-built (0.74.0)
- op-sqlite (7.3.0):
- op-sqlite (7.4.1):
- React
- React-callinvoker
- React-Core
Expand Down Expand Up @@ -1358,7 +1358,7 @@ SPEC CHECKSUMS:
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
hermes-engine: 6eae7edb2f563ee41d7c1f91f4f2e57c26d8a5c3
op-sqlite: 19633619a7badbed615a7276762510ba20a2ae71
op-sqlite: 0c4358ba4f19ac666e46da10623ab2f27b943122
RCT-Folly: 045d6ecaa59d826c5736dfba0b2f4083ff8d79df
RCTDeprecation: 3ca8b6c36bfb302e1895b72cfe7db0de0c92cd47
RCTRequired: 9fc183af555fd0c89a366c34c1ae70b7e03b1dc5
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"iosSqlite": false,
"fts5": true,
"libsql": false,
"sqliteVec": false
"sqliteVec": true
}
}
8 changes: 3 additions & 5 deletions ios/sqlitevec.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>MinimumOSVersion</key>
<string>8.0</string>
<string>1.0.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
</dict>
</plist>
Binary file not shown.

0 comments on commit 598ba17

Please sign in to comment.