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

Releases: ChimeHQ/ProcessService

v0.2.6

Choose a tag to compare

@mattmassicotte mattmassicotte released this 31 Oct 20:41
369fb03
  • move to using a dispatch queue for process synchronization

v0.2.5

Choose a tag to compare

@mattmassicotte mattmassicotte released this 31 Oct 13:40
7da8c95
  • Address races between process termination and output reading

v0.2.4

Choose a tag to compare

@mattmassicotte mattmassicotte released this 26 Oct 15:02
d98f323
  • Fix a crash caused by unowned related to early process termination.
  • Add the new userShellInvocation API

v0.2.3

Choose a tag to compare

@mattmassicotte mattmassicotte released this 24 Oct 20:07
e759eb8
  • Set XPC service to macOS 11.0 minimum

v0.2.2

Choose a tag to compare

@mattmassicotte mattmassicotte released this 20 Oct 10:31
85370bf
  • Enable Hardened Runtime

v0.2.1

Choose a tag to compare

@mattmassicotte mattmassicotte released this 13 Oct 10:10
43819b0
  • Add extension-safety flag and macOS 11.0 deployment target to binary framework

v0.2.0

Choose a tag to compare

@mattmassicotte mattmassicotte released this 12 Oct 15:03
954097a
  • Binary target with included XPC service

v0.1.2

Choose a tag to compare

@mattmassicotte mattmassicotte released this 21 Sep 20:18
8481508
  • Protect ExportedProcessService by making it an actor
  • Handle process termination, close down file handles

v0.1.1

Choose a tag to compare

@mattmassicotte mattmassicotte released this 14 Sep 14:48
ac757f1
  • Compatibility with < macOS 13 SDK

v0.1.0

Choose a tag to compare

@mattmassicotte mattmassicotte released this 15 Aug 11:06
17cfe72
  • Initial Release