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