Bundle
public extension Bundle
-
The version of the current bundle.
Note
Uses the keyCFBundleShortVersionString
for retrieving version values.Declaration
Swift
var shortVersion: Version? { get }
-
The full version of the current bundle.
Note
Uses the keyCFBundleShortVersionString
andCFBundleVersion
for retrieving version values.Declaration
Swift
var version: Version? { get }