diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-04-06 11:26:21 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:13:59 +0000 |
commit | 123c5344c55af3783d1ea4d1b3ec84f31284e81d (patch) | |
tree | dd256714fca4b271af8822b0dba7dc7c3e79fded | |
parent | 2d83be6199ede204cd347ff08deda9a52524d624 (diff) |
Cydia LD.
-rw-r--r-- | Cydia.app/Info.plist | 22 | ||||
-rw-r--r-- | Cydia.app/icon-72.png | bin | 0 -> 14538 bytes | |||
-rw-r--r-- | Cydia.mm | 4 | ||||
-rw-r--r-- | control | 2 |
4 files changed, 24 insertions, 4 deletions
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 @@ <string>0.9</string> <key>SBUsesNetwork</key> - <integer>3</integer> + <integer>11</integer> <key>CFBundleURLTypes</key> <array> @@ -44,6 +44,26 @@ </array> </dict> </array> + + <key>DTSDKName</key> + <string>iphoneos2.0.saurik</string> + + <key>MinimumOSVersion</key> + <string>2.0</string> + + <key>UIDeviceFamily</key> + <array> + <integer>1</integer> + <!--integer>2</integer--> + </array> + + <key>UISupportedInterfaceOrientations</key> + <array> + <string>UIInterfaceOrientationPortrait</string> + <string>UIInterfaceOrientationPortraitUpsideDown</string> + <string>UIInterfaceOrientationLandscapeLeft</string> + <string>UIInterfaceOrientationLandscapeRight</string> + </array> </dict> </plist> diff --git a/Cydia.app/icon-72.png b/Cydia.app/icon-72.png Binary files differnew file mode 100644 index 0000000..83a19f9 --- /dev/null +++ b/Cydia.app/icon-72.png @@ -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 @@ -3,7 +3,7 @@ Priority: required Section: Packaging Maintainer: Jay Freeman (saurik) <saurik@saurik.com> 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) |