Contents

anyOf(requirement:)

Creates a constraint that requires a launching process’s executable to satisfy any of the provided constraints.

Declaration

func anyOf(@LaunchConstraintBuilder requirement: () -> [any LaunchConstraint]) -> any LaunchConstraint

See Also

Checking code requirements for launching processes