mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
a26a126a5114c9cdd73f1d040ae0c8155d679ba8
- Compile arm32 and arm64 targets separately - Compile for the iOS simulator The resulting fat library include arm32, arm64, 32-bit simulator and 64-bit OSX targets. This is a bit better than what we previously had regarding the simulator, but still not optimal, as the 64-bit simulator version should also be included. However, a fat library cannot include both the 64-bit simulator version and a version for OSX since the architecture is the same. The proper way to address this is probably to generate two libraries. This requires some prior changes to Swift-Sodium.
See README.markdown
Languages
C
93%
Shell
1.8%
M4
1.5%
Zig
1.3%
Assembly
1.1%
Other
1.2%