Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
ENUM
SourceFileGlob.FileType Contents
alwaysPresentgeneratedpublic enum FileType: String, Codable, SendableType of the source file.
alwaysPresent case alwaysPresentFile is already present on disk before generating the project.
generated case generatedFile is generated, meaning it wasn't initially present on disk at the time of project generation. For example, a file created by a pre-build phase script.