Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
STRUCT
BuildableFolder Contents
pathexceptionsfolder(_:exceptions:)init(stringLiteral:)public struct BuildableFolder: Sendable, Codable, Equatable, ExpressibleByStringLiteralA buildable folder (known as synchronized root group in pbxproj's lingo), it's a reference to a folder whose content will be resolved/synced by Xcode. It was introduced by Xcode in the version 16 to reduce frequent git conflicts caused by frequent file reference updates across branches.
path public var path: Pathexceptions public var exceptions: BuildableFolderExceptionsfolder(_:exceptions:) public static func folder(_ path: Path, exceptions: BuildableFolderExceptions = .exceptions([])) -> SelfCreates an instance of a buildable folder.
| Name | Description |
|---|---|
| path | Path to the buildable folder. |
init(stringLiteral:) public init(stringLiteral value: String)| Name | Description |
|---|---|
| value | The value of the new instance. |