Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
STRUCT
BuildableFolderExceptions Contents
exceptionsinit(arrayLiteral:)exceptions(_:)public struct BuildableFolderExceptions: Sendable, Codable, Equatable, Hashable, ExpressibleByArrayLiteralPBXFileSystemSynchronizedRootGroup have a one-to-many relationship with PBXFileSystemSynchronizedBuildFileExceptionSet through .exceptions. Exceptions are used to exclude files and override conffigurations.
exceptions public var exceptions: [BuildableFolderException]A list with all the exceptions.
init(arrayLiteral:) public init(arrayLiteral elements: BuildableFolderException...)Create a group of exceptions to exclude files from your group or change the configuration of some of them.
| Name | Description |
|---|---|
| exceptions | The list of exceptions. |
exceptions(_:) public static func exceptions(_ exceptions: [BuildableFolderException]) -> SelfCreates a new instance of BuildableFolderExceptions from an array of exceptions.
This is useful when constructing the structure programmatically, rather than using array literals.
BuildableFolderException to include.BuildableFolderExceptions value containing all the provided exceptions.| Name | Description |
|---|---|
| exceptions | The array of BuildableFolderException to include. |