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 2bc9ca5 commit b3cda73Copy full SHA for b3cda73
scripts/swift-bindings.sh
@@ -55,7 +55,7 @@ for swift_file in native/swift/Sources/wordpress-api-wrapper/*.swift; do
55
basename=$(basename "$swift_file" .swift)
56
output_file="native/swift/Sources/wordpress-api-wrapper/${basename}_cancellable.swift"
57
58
- xcrun swift run -c release --quiet \
+ swift run -c release --quiet \
59
--package-path native/swift/Tools \
60
generate-cancellable --log-level warning "$swift_file" "$output_file"
61
done
0 commit comments