Skip to content

Commit b3cda73

Browse files
committed
Remove xcrun
1 parent 2bc9ca5 commit b3cda73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/swift-bindings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ for swift_file in native/swift/Sources/wordpress-api-wrapper/*.swift; do
5555
basename=$(basename "$swift_file" .swift)
5656
output_file="native/swift/Sources/wordpress-api-wrapper/${basename}_cancellable.swift"
5757

58-
xcrun swift run -c release --quiet \
58+
swift run -c release --quiet \
5959
--package-path native/swift/Tools \
6060
generate-cancellable --log-level warning "$swift_file" "$output_file"
6161
done

0 commit comments

Comments
 (0)