We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620b463 commit 56edd6eCopy full SHA for 56edd6e
1 file changed
build_framework.sh
@@ -59,7 +59,7 @@ xcodebuild \
59
60
# zip the xcframework
61
status "Zipping CodeLanguagesContainer.xcframework..."
62
-zip -r -q "$OUTPUT_PATH".zip "$OUTPUT_PATH"
+zip -r -q -y "$OUTPUT_PATH".zip "$OUTPUT_PATH"
63
64
# remove the unzipped xcframework
65
rm -rf "$OUTPUT_PATH"
0 commit comments