`mach_absolute_time` is one of Apple's required reason APIs (https://developer.apple.com/documentation/kernel/1462446-mach_absolute_time?language=objc). Replace it with the suggested `clock_gettime_nsec_np(CLOCK_UPTIME_RAW)` so that we don't need a RRA entry in a privacy manifest. issue #15029dmaclach-mach_absolute_time
parent
c73fa81a3e
commit
295d83178d
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue