Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Releases: ChimeHQ/ProcessService

v0.2.6

31 Oct 20:41
369fb03
Compare
Choose a tag to compare
  • move to using a dispatch queue for process synchronization

v0.2.5

31 Oct 13:40
7da8c95
Compare
Choose a tag to compare
  • Address races between process termination and output reading

v0.2.4

26 Oct 15:02
d98f323
Compare
Choose a tag to compare
  • Fix a crash caused by unowned related to early process termination.
  • Add the new userShellInvocation API

v0.2.3

24 Oct 20:07
e759eb8
Compare
Choose a tag to compare
  • Set XPC service to macOS 11.0 minimum

v0.2.2

20 Oct 10:31
85370bf
Compare
Choose a tag to compare
  • Enable Hardened Runtime

v0.2.1

13 Oct 10:10
43819b0
Compare
Choose a tag to compare
  • Add extension-safety flag and macOS 11.0 deployment target to binary framework

v0.2.0

12 Oct 15:03
954097a
Compare
Choose a tag to compare
  • Binary target with included XPC service

v0.1.2

21 Sep 20:18
8481508
Compare
Choose a tag to compare
  • Protect ExportedProcessService by making it an actor
  • Handle process termination, close down file handles

v0.1.1

14 Sep 14:48
ac757f1
Compare
Choose a tag to compare
  • Compatibility with < macOS 13 SDK

v0.1.0

15 Aug 11:06
17cfe72
Compare
Choose a tag to compare
  • Initial Release