SUAppcast
Objective-C
@interface SUAppcast : NSObject
Swift
class SUAppcast : NSObject
The appcast representing a collection of SUAppcastItem
items in the feed.
-
Unavailable
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE;
-
The collection of update items.
These
SUAppcastItem
items are in the same order as specified in the appcast XML feed and are thus not sorted by version.Declaration
Objective-C
@property (nonatomic, copy, readonly) NSArray<SUAppcastItem *> *_Nonnull items;
Swift
var items: [SUAppcastItem] { get }