Skip to content

Commit e9d4440

Browse files
committed
chore: ci
1 parent e42407f commit e9d4440

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/build_swift_ffi.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ $cargo_build --target wasm32-wasi --locked --release
101101
mkdir -p "${BUILD_FOLDER}/includes"
102102
cp "${SWIFT_FOLDER}/loroFFI.h" "${BUILD_FOLDER}/includes"
103103
cp "${SWIFT_FOLDER}/loroFFI.modulemap" "${BUILD_FOLDER}/includes/module.modulemap"
104-
cp -f "${SWIFT_FOLDER}/loro.swift" "${THIS_SCRIPT_DIR}/../Sources/Loro/LoroFFI.swift"
105104

106105
echo "▸ Lipo (merge) x86 and arm simulator static libraries into a fat static binary"
107106
mkdir -p "${BUILD_FOLDER}/ios-simulator/release"

0 commit comments

Comments
 (0)