Skip to content

Commit 70f60f5

Browse files
committed
update: apple's libraries
- fix: avoid strchrnul from macOS 15.4 - #52 - fix: simulator problem - change: for static library - lipo => xcframework
1 parent 6f36b8e commit 70f60f5

13 files changed

Lines changed: 100 additions & 185 deletions

File tree

β€ŽSqlCipher4Unity3D/Assets/SqlCipher4Unity3D/Plugins/iOS.metaβ€Ž

Lines changed: 0 additions & 9 deletions
This file was deleted.
Binary file not shown.

β€ŽSqlCipher4Unity3D/Assets/SqlCipher4Unity3D/Plugins/iOS/libsqlcipher.a.metaβ€Ž

Lines changed: 0 additions & 78 deletions
This file was deleted.

SqlCipher4Unity3D/Assets/SqlCipher4Unity3D/Plugins/tvOS/libsqlcipher.a.meta renamed to SqlCipher4Unity3D/Assets/SqlCipher4Unity3D/Plugins/macOS/libsqlcipher.xcframework.meta

Lines changed: 16 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
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>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>BinaryPath</key>
9+
<string>libsqlcipher.a</string>
10+
<key>LibraryIdentifier</key>
11+
<string>tvos-arm64-simulator</string>
12+
<key>LibraryPath</key>
13+
<string>libsqlcipher.a</string>
14+
<key>SupportedArchitectures</key>
15+
<array>
16+
<string>arm64</string>
17+
</array>
18+
<key>SupportedPlatform</key>
19+
<string>tvos</string>
20+
<key>SupportedPlatformVariant</key>
21+
<string>simulator</string>
22+
</dict>
23+
<dict>
24+
<key>BinaryPath</key>
25+
<string>libsqlcipher.a</string>
26+
<key>LibraryIdentifier</key>
27+
<string>ios-arm64-simulator</string>
28+
<key>LibraryPath</key>
29+
<string>libsqlcipher.a</string>
30+
<key>SupportedArchitectures</key>
31+
<array>
32+
<string>arm64</string>
33+
</array>
34+
<key>SupportedPlatform</key>
35+
<string>ios</string>
36+
<key>SupportedPlatformVariant</key>
37+
<string>simulator</string>
38+
</dict>
39+
<dict>
40+
<key>BinaryPath</key>
41+
<string>libsqlcipher.a</string>
42+
<key>LibraryIdentifier</key>
43+
<string>tvos-arm64</string>
44+
<key>LibraryPath</key>
45+
<string>libsqlcipher.a</string>
46+
<key>SupportedArchitectures</key>
47+
<array>
48+
<string>arm64</string>
49+
</array>
50+
<key>SupportedPlatform</key>
51+
<string>tvos</string>
52+
</dict>
53+
<dict>
54+
<key>BinaryPath</key>
55+
<string>libsqlcipher.a</string>
56+
<key>LibraryIdentifier</key>
57+
<string>ios-arm64</string>
58+
<key>LibraryPath</key>
59+
<string>libsqlcipher.a</string>
60+
<key>SupportedArchitectures</key>
61+
<array>
62+
<string>arm64</string>
63+
</array>
64+
<key>SupportedPlatform</key>
65+
<string>ios</string>
66+
</dict>
67+
</array>
68+
<key>CFBundlePackageType</key>
69+
<string>XFWK</string>
70+
<key>XCFrameworkFormatVersion</key>
71+
<string>1.0</string>
72+
</dict>
73+
</plist>

SqlCipher4Unity3D/Assets/SqlCipher4Unity3D/Plugins/macOS/sqlcipher.bundle renamed to SqlCipher4Unity3D/Assets/SqlCipher4Unity3D/Plugins/macOS/sqlcipher.dylib

2.43 MB
Binary file not shown.

0 commit comments

Comments
Β (0)