From: Jay Freeman (saurik) Date: Sun, 27 Feb 2011 08:46:49 +0000 (-0800) Subject: Rename -[Source description] to -[Source shortDescription]. X-Git-Tag: v1.1.0%b1~138 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/8d2629089afbbfa7ea9e253377363dcb271b187f?ds=inline Rename -[Source description] to -[Source shortDescription]. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 9057ef74..6731a59b 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -1693,7 +1693,7 @@ static void PackageImport(const void *key, const void *value, void *context) { - (NSString *) host; - (NSString *) name; -- (NSString *) description; +- (NSString *) shortDescription; - (NSString *) label; - (NSString *) origin; - (NSString *) version; @@ -1730,13 +1730,13 @@ static void PackageImport(const void *key, const void *value, void *context) { + (NSArray *) _attributeKeys { return [NSArray arrayWithObjects: - @"description", @"distribution", @"host", @"key", @"label", @"name", @"origin", + @"shortDescription", @"trusted", @"type", @"uri", @@ -1880,7 +1880,7 @@ static void PackageImport(const void *key, const void *value, void *context) { return origin_.empty() ? (id) authority_ : origin_; } -- (NSString *) description { +- (NSString *) shortDescription { return description_; }