We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42407f commit e9d4440Copy full SHA for e9d4440
scripts/build_swift_ffi.sh
@@ -101,7 +101,6 @@ $cargo_build --target wasm32-wasi --locked --release
101
mkdir -p "${BUILD_FOLDER}/includes"
102
cp "${SWIFT_FOLDER}/loroFFI.h" "${BUILD_FOLDER}/includes"
103
cp "${SWIFT_FOLDER}/loroFFI.modulemap" "${BUILD_FOLDER}/includes/module.modulemap"
104
-cp -f "${SWIFT_FOLDER}/loro.swift" "${THIS_SCRIPT_DIR}/../Sources/Loro/LoroFFI.swift"
105
106
echo "▸ Lipo (merge) x86 and arm simulator static libraries into a fat static binary"
107
mkdir -p "${BUILD_FOLDER}/ios-simulator/release"
0 commit comments