c0d4568970
Principally, this adds producing libmentat_ffi.a for consumption by Carthage. To achieve this, we disable bitcode and bump the miniumum iOS version to 11. In addition, we make things open and public so that consumers can, well, consume.
4 lines
119 B
Bash
Executable file
4 lines
119 B
Bash
Executable file
cd ffi
|
|
cargo lipo --release
|
|
cd ..
|
|
cp target/universal/release/libmentat_ffi.a sdks/swift/Mentat/External-Dependencies/
|