migueldeicaza / SwiftTerm

Xterm/VT100 Terminal emulator in Swift
MIT License
985 stars 145 forks source link

Changed executable to executableTarget #350

Closed Vaidios closed 1 month ago

Vaidios commented 2 months ago

Using executable is deprecated. This PR replaces that with newer API.

There was also this CaptureOutput target commented out, which I decided to also transfer to newer API. Is there a reason that it is commented out?

migueldeicaza commented 1 month ago

CaptureOutput is really just a test for me, did not want to pollute thing for people.

Going to apply your patch manually, due to that secondary change.