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 /Cydia.app | |
parent | 2d83be6199ede204cd347ff08deda9a52524d624 (diff) |
Cydia LD.
Diffstat (limited to 'Cydia.app')
-rw-r--r-- | Cydia.app/Info.plist | 22 | ||||
-rw-r--r-- | Cydia.app/icon-72.png | bin | 0 -> 14538 bytes |
2 files changed, 21 insertions, 1 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 |