@op-engineering/op-sqlite 11.4.3 → 11.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/CMakeLists.txt +1 -1
- package/cpp/DBHostObject.h +1 -1
- package/cpp/{ThreadPool.cpp → OPThreadPool.cpp} +1 -1
- package/cpp/PreparedStatementHostObject.h +1 -1
- package/cpp/bindings.cpp +1 -1
- package/ios/sqlitevec.xcframework/Info.plist +27 -0
- package/ios/sqlitevec.xcframework/tvos-arm64/sqlitevec.framework/Info.plist +24 -0
- package/ios/sqlitevec.xcframework/tvos-arm64/sqlitevec.framework/sqlitevec +0 -0
- package/ios/sqlitevec.xcframework/tvos-arm64_x86_64-simulator/sqlitevec.framework/Info.plist +24 -0
- package/ios/sqlitevec.xcframework/tvos-arm64_x86_64-simulator/sqlitevec.framework/sqlitevec +0 -0
- package/op-sqlite.podspec +1 -1
- package/package.json +1 -1
- /package/cpp/{ThreadPool.h → OPThreadPool.h} +0 -0
package/android/CMakeLists.txt
CHANGED
package/cpp/DBHostObject.h
CHANGED
package/cpp/bindings.cpp
CHANGED
|
@@ -31,6 +31,33 @@
|
|
|
31
31
|
<key>SupportedPlatformVariant</key>
|
|
32
32
|
<string>simulator</string>
|
|
33
33
|
</dict>
|
|
34
|
+
<dict>
|
|
35
|
+
<key>LibraryIdentifier</key>
|
|
36
|
+
<string>tvos-arm64</string>
|
|
37
|
+
<key>LibraryPath</key>
|
|
38
|
+
<string>sqlitevec.framework</string>
|
|
39
|
+
<key>SupportedArchitectures</key>
|
|
40
|
+
<array>
|
|
41
|
+
<string>arm64</string>
|
|
42
|
+
</array>
|
|
43
|
+
<key>SupportedPlatform</key>
|
|
44
|
+
<string>tvos</string>
|
|
45
|
+
</dict>
|
|
46
|
+
<dict>
|
|
47
|
+
<key>LibraryIdentifier</key>
|
|
48
|
+
<string>tvos-arm64_x86_64-simulator</string>
|
|
49
|
+
<key>LibraryPath</key>
|
|
50
|
+
<string>sqlitevec.framework</string>
|
|
51
|
+
<key>SupportedArchitectures</key>
|
|
52
|
+
<array>
|
|
53
|
+
<string>arm64</string>
|
|
54
|
+
<string>x86_64</string>
|
|
55
|
+
</array>
|
|
56
|
+
<key>SupportedPlatform</key>
|
|
57
|
+
<string>tvos</string>
|
|
58
|
+
<key>SupportedPlatformVariant</key>
|
|
59
|
+
<string>simulator</string>
|
|
60
|
+
</dict>
|
|
34
61
|
</array>
|
|
35
62
|
<key>CFBundlePackageType</key>
|
|
36
63
|
<string>XFWK</string>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>en</string>
|
|
7
|
+
<key>CFBundleExecutable</key>
|
|
8
|
+
<string>sqlitevec</string>
|
|
9
|
+
<key>CFBundleIdentifier</key>
|
|
10
|
+
<string>com.ospfranco.sqlitevec</string>
|
|
11
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
12
|
+
<string>6.0</string>
|
|
13
|
+
<key>CFBundlePackageType</key>
|
|
14
|
+
<string>FMWK</string>
|
|
15
|
+
<key>CFBundleSignature</key>
|
|
16
|
+
<string>????</string>
|
|
17
|
+
<key>CFBundleVersion</key>
|
|
18
|
+
<string>1.0.0</string>
|
|
19
|
+
<key>CFBundleShortVersionString</key>
|
|
20
|
+
<string>1.0.0</string>
|
|
21
|
+
<key>MinimumOSVersion</key>
|
|
22
|
+
<string>13.0</string>
|
|
23
|
+
</dict>
|
|
24
|
+
</plist>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>en</string>
|
|
7
|
+
<key>CFBundleExecutable</key>
|
|
8
|
+
<string>sqlitevec</string>
|
|
9
|
+
<key>CFBundleIdentifier</key>
|
|
10
|
+
<string>com.ospfranco.sqlitevec</string>
|
|
11
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
12
|
+
<string>6.0</string>
|
|
13
|
+
<key>CFBundlePackageType</key>
|
|
14
|
+
<string>FMWK</string>
|
|
15
|
+
<key>CFBundleSignature</key>
|
|
16
|
+
<string>????</string>
|
|
17
|
+
<key>CFBundleVersion</key>
|
|
18
|
+
<string>1.0.0</string>
|
|
19
|
+
<key>CFBundleShortVersionString</key>
|
|
20
|
+
<string>1.0.0</string>
|
|
21
|
+
<key>MinimumOSVersion</key>
|
|
22
|
+
<string>13.0</string>
|
|
23
|
+
</dict>
|
|
24
|
+
</plist>
|
|
Binary file
|
package/op-sqlite.podspec
CHANGED
|
@@ -71,7 +71,7 @@ Pod::Spec.new do |s|
|
|
|
71
71
|
s.license = package["license"]
|
|
72
72
|
s.authors = package["author"]
|
|
73
73
|
|
|
74
|
-
s.platforms = { :ios => "13.0", :osx => "10.15", :visionos => "1.0" }
|
|
74
|
+
s.platforms = { :ios => "13.0", :tvos => "13.0", :osx => "10.15", :visionos => "1.0" }
|
|
75
75
|
s.source = { :git => "https://github.com/op-engineering/op-sqlite.git", :tag => "#{s.version}" }
|
|
76
76
|
|
|
77
77
|
# Base source files
|
package/package.json
CHANGED
|
File without changes
|