Bundle

extension Bundle
  • PowerUpSwift: Returns the name of the app.

    Declaration

    Swift

    public static var appName: String? { get }
  • PowerUpSwift: Returns the version number of the app.

    Declaration

    Swift

    public static var versionNumber: String? { get }
  • PowerUpSwift: Returns the build number of the app.

    Declaration

    Swift

    public static var buildNumber: String? { get }