0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 19:42:19 +02:00
libsignal/bin
Jordan Rose 9c02d7a8cd Pods: Change the podspec to download prebuilds
Rather than building the Rust parts of libsignal as part of `pod
install`, fetch them from build-artifacts.signal.org. This requires
adding

    ENV['LIBSIGNAL_FFI_PREBUILD_CHECKSUM'] = '...'

to the consuming Podfile. The referenced archives are downloaded to
~/Library/Caches/org.signal.libsignal, and are unarchived as part of
the build. (The archives are outside the build directory so that a
clean build does not require a new download.)

Building with LibSignalClient as a local pod is still supported; in
that case everything will refer to the local target/ directory
instead. Use swift/build_ffi.sh to build as usual.
2023-01-12 16:47:28 -08:00
..
build_helpers.sh Update dependencies 2021-10-06 10:58:44 -07:00
crates_code_size.bloaty crates_code_size: Omit versions for better comparisons 2021-10-06 11:24:18 -07:00
fetch_archive.py Pods: Change the podspec to download prebuilds 2023-01-12 16:47:28 -08:00
update_versions.py update_versions.py: accept both '0.1.2' and 'v0.1.2' 2022-04-04 12:25:33 -07:00
verify_duplicate_crates Re-apply "device transfer: replace picky with boring" 2022-06-22 16:33:21 -07:00