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 a14a8cd commit e1fbedcCopy full SHA for e1fbedc
Tools/build_language_framework.sh
@@ -63,7 +63,7 @@ xcodebuild -create-xcframework \
63
64
# Use zip for compression of the xcframework
65
status "Compressing AuroraEditorSupportedLanguages.xcframework with zip..."
66
-zip -r -9 "$OUTPUT_PATH.zip" "$OUTPUT_PATH" > "$BUILD_OUTPUT_DESTINATION"
+zip -y -r -9 "$OUTPUT_PATH.zip" "$OUTPUT_PATH" > "$BUILD_OUTPUT_DESTINATION"
67
68
# Remove the uncompressed xcframework after zipping
69
rm -rf "$OUTPUT_PATH"
0 commit comments