mirror of
https://github.com/google/santa.git
synced 2026-04-24 03:00:12 -04:00
This slightly complex solution is necessary because while on macOS 11+ there are retain/release methods that can be used on ES messages, on 10.15 the only option is a copy which is comparatively expensive (and on 11+ the copy/free methods are aliases for retain/release) Fixes #821