Static Propertyswift-package-manager 6.0.3PackageModel
localizationDirectoryExtension
Resource.swift:17static let localizationDirectoryExtension: String
static let localizationDirectoryExtension: String
s12PackageModel8ResourceV30localizationDirectoryExtensionSSvpZ
What are these?8K2ET
import PackageModel
struct Resource
An individual resource file and its corresponding rule.
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
init(rule: Rule, path: AbsolutePath)
var destination: RelativePath { get throws }
The relative location of the resource in the resource bundle.
let path: AbsolutePath
The path of the resource file.
let rule: Rule
The rule associated with this resource.
enum Rule