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 LaunchConstraintCreates a constraint that requires a launching process’s executable to satisfy any of the provided constraints.
func anyOf(@LaunchConstraintBuilder requirement: () -> [any LaunchConstraint]) -> any LaunchConstraint