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 adab4f6 commit 8263d6eCopy full SHA for 8263d6e
.gitignore
@@ -7,3 +7,4 @@ target/
7
.idea
8
*.xcframework
9
*.tar.gz
10
+*.tar.xz
build-pod.sh
@@ -46,7 +46,7 @@ EOF
46
xcodebuild -create-xcframework -framework "${BUILD_DIR}/ios-arm64/powersync-sqlite-core.framework" -framework "${BUILD_DIR}/ios-arm64_x86_64-simulator/powersync-sqlite-core.framework" -output "${BUILD_DIR}/powersync-sqlite-core.xcframework"
47
48
cp -Rf "${BUILD_DIR}/powersync-sqlite-core.xcframework" "powersync-sqlite-core.xcframework"
49
- tar -cJvf powersync-sqlite-core.xcframework.tar.gz powersync-sqlite-core.xcframework
+ tar -cJvf powersync-sqlite-core.xcframework.tar.xz powersync-sqlite-core.xcframework
50
rm -rf ${BUILD_DIR}
51
}
52
0 commit comments