We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0887e8f commit 97e1366Copy full SHA for 97e1366
2 files changed
build-package.sh
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
3
-swift build -Xswiftc "-sdk" -Xswiftc `xcrun --sdk iphonesimulator --show-sdk-path` -Xswiftc "-target" -Xswiftc "arm64-apple-ios16.2-simulator"
+swift build -Xswiftc "-sdk" -Xswiftc `xcrun --sdk iphonesimulator --show-sdk-path` -Xswiftc "-target" -Xswiftc "arm64-apple-ios18.4-simulator"
create-xcframework.sh
@@ -52,4 +52,4 @@ mkdir build/xcframework
52
53
cd $ARCHIVE_DIRECTORY
54
55
-zip -r ../xcframework/$NAME-$VERSION.zip $NAME.xcframework LICENSE
+zip -r ../xcframework/$NAME-$VERSION.xcframework.zip $NAME.xcframework LICENSE
0 commit comments