migueldeicaza / SwiftTerm

Xterm/VT100 Terminal emulator in Swift
MIT License
993 stars 146 forks source link

Changed executable to executableTarget #350

Closed Vaidios closed 2 months 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 2 months 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.