diff options
-rw-r--r-- | Cydia.mm | 2 | ||||
-rw-r--r-- | control | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -417,7 +417,7 @@ static const CFStringCompareFlags LaxCompareFlags_ = kCFCompareCaseInsensitive | #define ShowInternals (0 && !ForRelease) #define IgnoreInstall (0 && !ForRelease) #define RecycleWebViews 0 -#define RecyclePackageViews 0 +#define RecyclePackageViews 1 #define AlwaysReload (1 && !ForRelease) #if !TraceLogging @@ -3,7 +3,7 @@ Priority: required Section: Packaging Maintainer: Jay Freeman (saurik) <saurik@saurik.com> Architecture: iphoneos-arm -Version: 1.0.2942-1 +Version: 1.0.2943-1 Replaces: com.sosiphone.addcydia Depends: apr-lib, apt7-lib, apt7-key, darwintools, pcre, shell-cmds, system-cmds Pre-Depends: dpkg (>= 1.14.25-8) |