Skip to content

Commit 37df97d

Browse files
committed
refactor: use new libsql-c bindings
1 parent ba509bb commit 37df97d

File tree

23 files changed

+941
-4364
lines changed

23 files changed

+941
-4364
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "Sources/CLibsql/libsql-c"]
2+
path = Sources/CLibsql/libsql-c
3+
url = https://github.com/tursodatabase/libsql-c

Sources/CLibsql/.gitignore

-1
This file was deleted.

Sources/CLibsql/CLibsql.xcframework/Info.plist

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,23 @@
1010
<key>HeadersPath</key>
1111
<string>Headers</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64_x86_64-simulator</string>
13+
<string>ios-arm64</string>
1414
<key>LibraryPath</key>
1515
<string>liblibsql.a</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19-
<string>x86_64</string>
2019
</array>
2120
<key>SupportedPlatform</key>
2221
<string>ios</string>
23-
<key>SupportedPlatformVariant</key>
24-
<string>simulator</string>
2522
</dict>
2623
<dict>
2724
<key>BinaryPath</key>
2825
<string>liblibsql.a</string>
2926
<key>HeadersPath</key>
3027
<string>Headers</string>
3128
<key>LibraryIdentifier</key>
32-
<string>macos-arm64_x86_64</string>
29+
<string>ios-arm64_x86_64-simulator</string>
3330
<key>LibraryPath</key>
3431
<string>liblibsql.a</string>
3532
<key>SupportedArchitectures</key>
@@ -38,23 +35,26 @@
3835
<string>x86_64</string>
3936
</array>
4037
<key>SupportedPlatform</key>
41-
<string>macos</string>
38+
<string>ios</string>
39+
<key>SupportedPlatformVariant</key>
40+
<string>simulator</string>
4241
</dict>
4342
<dict>
4443
<key>BinaryPath</key>
4544
<string>liblibsql.a</string>
4645
<key>HeadersPath</key>
4746
<string>Headers</string>
4847
<key>LibraryIdentifier</key>
49-
<string>ios-arm64</string>
48+
<string>macos-arm64_x86_64</string>
5049
<key>LibraryPath</key>
5150
<string>liblibsql.a</string>
5251
<key>SupportedArchitectures</key>
5352
<array>
5453
<string>arm64</string>
54+
<string>x86_64</string>
5555
</array>
5656
<key>SupportedPlatform</key>
57-
<string>ios</string>
57+
<string>macos</string>
5858
</dict>
5959
</array>
6060
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)