Português (Portuguese)
Português (Portuguese)
Appearance
Português (Portuguese)
Português (Portuguese)
Appearance
ENUM
Headers.AutomaticExclusionRule
Contents
projectExcludesPrivateAndPublic
publicExcludesPrivateAndProject
public enum AutomaticExclusionRule: Int, Codable, Sendable
Determine how to resolve cases, when the same files found in different header scopes
projectExcludesPrivateAndPublic
case projectExcludesPrivateAndPublic
Project headers = all found - private headers - public headers
Order of tuist search:
Also tuist doesn't ignore all excludes, which had been set by excluding
param
publicExcludesPrivateAndProject
case publicExcludesPrivateAndProject
Public headers = all found - private headers - project headers
Order of tuist search (reverse search):
Also tuist doesn't ignore all excludes, which had been set by excluding
param