Русский (Russian)
Appearance
STRUCT
BuildableFolder
Contents
path
folder(_:)
init(stringLiteral:)
public struct BuildableFolder: Sendable, Codable, Equatable, ExpressibleByStringLiteral
A 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: Path
folder(_:)
public static func folder(_ path: Path) -> Self
Creates 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. |