We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe3da5 commit eb61732Copy full SHA for eb61732
tool/build_xcframework.sh
@@ -71,7 +71,7 @@ EOF
71
-output "${BUILD_DIR}/powersync-sqlite-core.xcframework"
72
73
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
+ zip -r --symlinks powersync-sqlite-core.xcframework.zip powersync-sqlite-core.xcframework LICENSE README.md
75
rm -rf ${BUILD_DIR}
76
}
77
0 commit comments