Files
libsignal/swift/Sources/SignalFfi/module.modulemap
Alex Konradi 6d3c1b057f Add libsignal-bridge-testing for Swift
Use a similar strategy as for Node, but with an additional crate that serves as 
the target for running cbindgen. The expectation is that since iOS links with 
the native signal_ffi statically, the linker will be able to prune out the 
unsued test-only code.
2024-07-10 17:45:53 -04:00

10 lines
188 B
Plaintext

//
// Copyright 2020-2021 Signal Messenger, LLC.
// SPDX-License-Identifier: AGPL-3.0-only
//
module SignalFfi {
header "signal_ffi.h"
header "signal_ffi_testing.h"
link "signal_ffi"
}