#include "CyteKit/PerlCompatibleRegEx.hpp"
_H<NSMutableDictionary> Sources_;
-_H<NSString> CydiaSource_;
bool Changed_;
_H<NSString> System_;
if (metadata != nil) {
Sources_ = [metadata objectForKey:@"Sources"];
- CydiaSource_ = [metadata objectForKey:@"CydiaSource"];
if (NSNumber *number = [metadata objectForKey:@"Version"])
version = [number unsignedIntValue];
}
- if (CydiaSource_ == nil)
- CydiaSource_ = @"apt.saurik.com";
-
if (Sources_ == nil)
Sources_ = [NSMutableDictionary dictionaryWithCapacity:8];