allOf(requirement:)
Creates a constraint that requires a launching process’s executable to satisfy all of the provided constraints.
Declaration
func allOf(@LaunchConstraintBuilder requirement: () -> [any LaunchConstraint]) -> any LaunchConstraintCreates a constraint that requires a launching process’s executable to satisfy all of the provided constraints.
func allOf(@LaunchConstraintBuilder requirement: () -> [any LaunchConstraint]) -> any LaunchConstraint