Skip to content

Commit eb61732

Browse files
committed
Add --symlinks option for framework zip file
1 parent 3fe3da5 commit eb61732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/build_xcframework.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ EOF
7171
-output "${BUILD_DIR}/powersync-sqlite-core.xcframework"
7272

7373
cp -Rf "${BUILD_DIR}/powersync-sqlite-core.xcframework" "powersync-sqlite-core.xcframework"
74-
zip -r powersync-sqlite-core.xcframework.zip powersync-sqlite-core.xcframework LICENSE README.md
74+
zip -r --symlinks powersync-sqlite-core.xcframework.zip powersync-sqlite-core.xcframework LICENSE README.md
7575
rm -rf ${BUILD_DIR}
7676
}
7777

0 commit comments

Comments
 (0)