Subprocess
Subprocess copied to clipboard
Swift library for macOS providing interfaces for both synchronous and asynchronous process execution
The `SubprocessError` type nicely encapsulates the errors that come from the (deprecated) `Shell` code. However, when the process being called exits with a non-zero exit code and output no other...
- Update the README.md file with a link to the reference documentation at `https://engineering.jamf.com/Subprocess/documentation/subprocess/`. - Update the CHANGELOG file with all non-trivial changes. - Update the `Subprocess.podspec` file with the...
For years there has been an issue where library products with `.dynamic` types have caused linking problems when building unit test targets in Xcode. [Apple documentation](https://developer.apple.com/documentation/packagedescription/product/library(name:type:targets:)) recommends always not defining...