Sha256: 32f4cb4879ef78d47f4303237967964040134c5d0d652ad9a44def45759cf912

Contents?: true

Size: 1013 Bytes

Versions: 19

Compression:

Stored size: 1013 Bytes

Contents

//
//  SUAppcastItem.h
//  Sparkle
//
//  Created by Andy Matuschak on 3/12/06.
//  Copyright 2006 Andy Matuschak. All rights reserved.
//

#ifndef SUAPPCASTITEM_H
#define SUAPPCASTITEM_H

@interface SUAppcastItem : NSObject {
	NSString *title;
	NSDate *date;
	NSString *itemDescription;
	
	NSURL *releaseNotesURL;
	
	NSString *DSASignature;	
	NSString *minimumSystemVersion;
	
	NSURL *fileURL;
	NSString *versionString;
	NSString *displayVersionString;
	
	NSDictionary *propertiesDictionary;
}

// Initializes with data from a dictionary provided by the RSS class.
- initWithDictionary:(NSDictionary *)dict;

- (NSString *)title;
- (NSString *)versionString;
- (NSString *)displayVersionString;
- (NSDate *)date;
- (NSString *)itemDescription;
- (NSURL *)releaseNotesURL;
- (NSURL *)fileURL;
- (NSString *)DSASignature;
- (NSString *)minimumSystemVersion;

// Returns the dictionary provided in initWithDictionary; this might be useful later for extensions.
- (NSDictionary *)propertiesDictionary;

@end

#endif

Version data entries

19 entries across 9 versions & 2 rubygems

Version Path
motion-sparkle-0.0.5 vendor/Sparkle.framework/Headers/SUAppcastItem.h
motion-sparkle-0.0.5 vendor/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h
motion-sparkle-0.0.5 vendor/Sparkle.framework/Versions/Current/Headers/SUAppcastItem.h
motion-sparkle-0.0.4 vendor/Sparkle.framework/Versions/Current/Headers/SUAppcastItem.h
motion-sparkle-0.0.4 vendor/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h
motion-sparkle-0.0.4 vendor/Sparkle.framework/Headers/SUAppcastItem.h
motion-sparkle-0.0.3 vendor/Sparkle.framework/Headers/SUAppcastItem.h
motion-sparkle-0.0.3 vendor/Sparkle.framework/Versions/Current/Headers/SUAppcastItem.h
motion-sparkle-0.0.3 vendor/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h
motion-sparkle-0.0.2 vendor/Sparkle.framework/Versions/Current/Headers/SUAppcastItem.h
motion-sparkle-0.0.2 vendor/Sparkle.framework/Headers/SUAppcastItem.h
motion-sparkle-0.0.2 vendor/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h
motion-sparkle-0.0.1 vendor/Sparkle.framework/Headers/SUAppcastItem.h
motion-sparkle-0.0.1 vendor/Sparkle.framework/Versions/Current/Headers/SUAppcastItem.h
motion-sparkle-0.0.1 vendor/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h
choctop-0.9.1 features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h
choctop-0.9.0 features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h
choctop-0.9.2 features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h
choctop-0.9.3 features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h