Skip to content

arti-client: exclude iOS from running_as_setuid check as well

eta requested to merge eta/arti:exclude-ios-setuid into main

The #[cfg] directive was correctly excluding macOS, but neglected to also exclude iOS as well, which has the same issue (#584 (closed)). This fixes that omission.

Merge request reports