Structureswift 6.0.3FoundationEssentials
Bundle
struct Bundle
struct Bundle
import FoundationEssentials
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
static let main: Bundle
static func preferredLocalizations(from localizationsArray: [String], forPreferences preferencesArray: [String]?) -> [String]
var infoDictionary: [String : Any]? { get }
var localizations: [String] { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.