FrameworkInformation
public class FrameworkInformation
FrameworkInformation Class
This class enables applications to retrieve global information about this framework in the form of some public properties.
-
Returns the display name of this framework
Declaration
Swift
public static var displayName: String { get }
-
Returns the name of this framework
Declaration
Swift
public static var name: String { get }
-
Returns the build number of this framework
Declaration
Swift
public static var buildNumber: String { get }
-
Returns the version string of this framework
Declaration
Swift
public static var shortVersionString: String { get }
-
Returns the identifier of this framework
Declaration
Swift
public static var identifier: String { get }
-
Returns the copyright string of this framework
Declaration
Swift
public static var copyright: String { get }