This repository has been archived by the owner on Jan 28, 2024. It is now read-only.
Releases: ChimeHQ/ProcessService
Releases · ChimeHQ/ProcessService
v0.2.6
v0.2.5
- Address races between process termination and output reading
v0.2.4
- Fix a crash caused by
unowned
related to early process termination. - Add the new
userShellInvocation
API
v0.2.3
- Set XPC service to macOS 11.0 minimum
v0.2.2
- Enable Hardened Runtime
v0.2.1
- Add extension-safety flag and macOS 11.0 deployment target to binary framework
v0.2.0
- Binary target with included XPC service
v0.1.2
- Protect
ExportedProcessService
by making it an actor - Handle process termination, close down file handles
v0.1.1
- Compatibility with < macOS 13 SDK
v0.1.0
- Initial Release