diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-02 07:01:23 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-02 07:01:23 -0700 |
commit | 4e47935026ff175a7b1db931ac6263a2f34fd0fa (patch) | |
tree | 42ec42f8359a3d1c7bb7694ce51e0676dcba3b8d /Sources.mm | |
parent | 6f87c61a8e0c9da8e2e96a89d424e053440b3709 (diff) |
Put var/lib/cydia/metadata.plist in CFPreferences.
Diffstat (limited to 'Sources.mm')
-rw-r--r-- | Sources.mm | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -28,7 +28,6 @@ #include "Sources.h" extern _H<NSMutableDictionary> Sources_; -extern bool Changed_; void CydiaWriteSources() { unlink(SOURCES_LIST); @@ -56,7 +55,6 @@ void CydiaWriteSources() { void CydiaAddSource(NSDictionary *source) { [Sources_ setObject:source forKey:[NSString stringWithFormat:@"%@:%@:%@", [source objectForKey:@"Type"], [source objectForKey:@"URI"], [source objectForKey:@"Distribution"]]]; - Changed_ = true; } void CydiaAddSource(NSString *href, NSString *distribution, NSArray *sections) { |