Files
libsodium/dist-build
Frank Denis a26a126a51 Slightly revamp dist-build/ios.sh
- 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.
2015-04-18 11:50:27 +02:00
..
2015-02-08 17:03:38 +01:00
2015-03-10 15:08:44 +01:00
2015-04-17 01:01:32 +02:00
2015-04-18 11:50:27 +02:00
2015-02-08 17:03:38 +01:00