]> git.saurik.com Git - cydia.git/commitdiff
ForRelease, !ForSaurik
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 2 May 2010 02:52:59 +0000 (02:52 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:14:00 +0000 (07:14 +0000)
Cydia.mm
UICaboodle/BrowserView.mm
control

index 212bebd29e114d0305f9283402194c9b4b244863..6bb8ee2267de3615f289b3db1c9de505c6f7bb5f 100644 (file)
--- 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)
index 207d382e3d44bad4df1a79046f18fd735fad9d9e..134b25742919daee4c6d36fe61bc873b2d6a7e6a 100644 (file)
@@ -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 5b09b3005853ba0cc81db954aeec1d9785509b5a..78f648ff47d3629c876eb7c4f42927db07a8acf6 100644 (file)
--- 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)