Bundle
extension Bundle
-
Undocumented
Declaration
Swift
var unwrappedBundleIdentifier: String { get }
-
Read the Plist with the specified name as a
[String: String]
dictionaryDeclaration
Swift
func readPlistDict(name: String) -> [String : String]?
Return Value
Dictionary with
String
K/V pairs, nil if the plist was not found in the Bundle -
Read the Plist with the specified name as a
[String]
arrayDeclaration
Swift
func readPlistAsArr(name: String) -> [String]?
Return Value
String
Array of the plist contents -
Undocumented
Declaration
Swift
var appVersion: String { get }
-
Undocumented
Declaration
Swift
var appBuildNumber: String { get }