Skip to content

Commit 97e1366

Browse files
committed
added xcframework to zip name
1 parent 0887e8f commit 97e1366

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
swift build -Xswiftc "-sdk" -Xswiftc `xcrun --sdk iphonesimulator --show-sdk-path` -Xswiftc "-target" -Xswiftc "arm64-apple-ios16.2-simulator"
3+
swift build -Xswiftc "-sdk" -Xswiftc `xcrun --sdk iphonesimulator --show-sdk-path` -Xswiftc "-target" -Xswiftc "arm64-apple-ios18.4-simulator"

create-xcframework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ mkdir build/xcframework
5252

5353
cd $ARCHIVE_DIRECTORY
5454

55-
zip -r ../xcframework/$NAME-$VERSION.zip $NAME.xcframework LICENSE
55+
zip -r ../xcframework/$NAME-$VERSION.xcframework.zip $NAME.xcframework LICENSE

0 commit comments

Comments
 (0)