summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cydia.mm2
-rw-r--r--UICaboodle/BrowserView.mm4
-rw-r--r--control2
3 files changed, 4 insertions, 4 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 212bebd..6bb8ee2 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -380,7 +380,7 @@ static const CFStringCompareFlags LaxCompareFlags_ = kCFCompareCaseInsensitive |
#define lprintf(args...) fprintf(stderr, args)
-#define ForRelease 0
+#define ForRelease 1
#define TraceLogging (1 && !ForRelease)
#define HistogramInsertionSort (0 && !ForRelease)
#define ProfileTimes (0 && !ForRelease)
diff --git a/UICaboodle/BrowserView.mm b/UICaboodle/BrowserView.mm
index 207d382..134b257 100644
--- a/UICaboodle/BrowserView.mm
+++ b/UICaboodle/BrowserView.mm
@@ -10,7 +10,7 @@ extern NSString * const kCAFilterNearest;
#include "substrate.h"
-#define ForSaurik 1
+#define ForSaurik 0
static bool Wildcat_;
@@ -148,7 +148,7 @@ static Class $UIWebBrowserView;
@end
-#define ShowInternals 1
+#define ShowInternals 0
#define LogBrowser 0
#define lprintf(args...) fprintf(stderr, args)
diff --git a/control b/control
index 5b09b30..78f648f 100644
--- a/control
+++ b/control
@@ -3,7 +3,7 @@ Priority: required
Section: Packaging
Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
Architecture: iphoneos-arm
-Version: 1.0.3170M-1
+Version: 1.0.3171-1
Replaces: com.sosiphone.addcydia
Depends: apr-lib, apt7-lib, apt7-key, darwintools, pcre, sed, shell-cmds, system-cmds, uikittools
Pre-Depends: dpkg (>= 1.14.25-8)