Skip to content

Commit 8263d6e

Browse files
committed
.tar.xz
1 parent adab4f6 commit 8263d6e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ target/
77
.idea
88
*.xcframework
99
*.tar.gz
10+
*.tar.xz

build-pod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ EOF
4646
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"
4747

4848
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
49+
tar -cJvf powersync-sqlite-core.xcframework.tar.xz powersync-sqlite-core.xcframework
5050
rm -rf ${BUILD_DIR}
5151
}
5252

0 commit comments

Comments
 (0)