**/
/* }}} */
+#include "CyteKit/UCPlatform.h"
+
#include <Foundation/Foundation.h>
#include <Menes/ObjectHandle.h>
-#include <CyteKit/UCPlatform.h>
#include <cstdio>
fprintf(file, "deb http://apt.saurik.com/ ios/%.2f main\n", kCFCoreFoundationVersionNumber);
for (NSString *key in [Sources_ allKeys]) {
+ if ([key hasPrefix:@"deb:http:"] && [Sources_ objectForKey:[NSString stringWithFormat:@"deb:https:%s", [key UTF8String] + 9]])
+ continue;
+
NSDictionary *source([Sources_ objectForKey:key]);
NSArray *sections([source objectForKey:@"Sections"] ?: [NSArray array]);