From 123c5344c55af3783d1ea4d1b3ec84f31284e81d Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 6 Apr 2010 11:26:21 +0000 Subject: Cydia LD. --- Cydia.app/Info.plist | 22 +++++++++++++++++++++- Cydia.app/icon-72.png | Bin 0 -> 14538 bytes Cydia.mm | 4 ++-- control | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 Cydia.app/icon-72.png diff --git a/Cydia.app/Info.plist b/Cydia.app/Info.plist index 786f627..7af583c 100644 --- a/Cydia.app/Info.plist +++ b/Cydia.app/Info.plist @@ -31,7 +31,7 @@ 0.9 SBUsesNetwork - 3 + 11 CFBundleURLTypes @@ -44,6 +44,26 @@ + + DTSDKName + iphoneos2.0.saurik + + MinimumOSVersion + 2.0 + + UIDeviceFamily + + 1 + + + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + diff --git a/Cydia.app/icon-72.png b/Cydia.app/icon-72.png new file mode 100644 index 0000000..83a19f9 Binary files /dev/null and b/Cydia.app/icon-72.png differ diff --git a/Cydia.mm b/Cydia.mm index 120a97b..77acf56 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -378,7 +378,7 @@ static const CFStringCompareFlags LaxCompareFlags_ = kCFCompareCaseInsensitive | #define TraceLogging (1 && !ForRelease) #define HistogramInsertionSort (0 && !ForRelease) #define ProfileTimes (0 && !ForRelease) -#define ForSaurik (1 && !ForRelease) +#define ForSaurik (0 && !ForRelease) #define LogBrowser (0 && !ForRelease) #define TrackResize (0 && !ForRelease) #define ManualRefresh (1 && !ForRelease) @@ -386,7 +386,7 @@ static const CFStringCompareFlags LaxCompareFlags_ = kCFCompareCaseInsensitive | #define IgnoreInstall (0 && !ForRelease) #define RecycleWebViews 0 #define RecyclePackageViews (1 && ForRelease) -#define AlwaysReload (1 && !ForRelease) +#define AlwaysReload (0 && !ForRelease) #if !TraceLogging #undef _trace diff --git a/control b/control index 9958a4a..09deb27 100644 --- a/control +++ b/control @@ -3,7 +3,7 @@ Priority: required Section: Packaging Maintainer: Jay Freeman (saurik) Architecture: iphoneos-arm -Version: 1.0.3140-1 +Version: 1.0.3159-1 Replaces: com.sosiphone.addcydia Depends: apr-lib, apt7-lib, apt7-key, darwintools, pcre, shell-cmds, system-cmds, essential Pre-Depends: dpkg (>= 1.14.25-8) -- cgit v1.2.3