PackageInfo
public class PackageInfo
This class is a container for the package informations useful for downloading and checking the udpate package.
-
The url at which the file is available
Declaration
Swift
public let url: String
-
The MD5 hash which will be used to verify the file integrity
Declaration
Swift
public let md5: String
-
The expected size of the file
Declaration
Swift
public let size: UInt64