Bundle
public extension Bundle
An extension to Bundle that provides Versions
-
The version of the bundle.
Remark
We use a tolerant parser, so strings like10.1or even3will parse.Note
Uses the value for the keyCFBundleShortVersionString.Declaration
Swift
var version: Version { get }
View on GitHub
Bundle Extension Reference