From e17a8c4f2ae16f8daab460936a9b130d024173dd Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 28 Oct 2010 02:25:18 -0700 Subject: Rename Cydia.* to MobileCydia.* and add Cydia.frappliance. --- MobileCydia.app/Info.plist | 88 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 MobileCydia.app/Info.plist (limited to 'MobileCydia.app/Info.plist') diff --git a/MobileCydia.app/Info.plist b/MobileCydia.app/Info.plist new file mode 100644 index 0000000..806506b --- /dev/null +++ b/MobileCydia.app/Info.plist @@ -0,0 +1,88 @@ + + + + + + CFBundleDevelopmentRegion + en + + CFBundleExecutable + Cydia + + CFBundleIdentifier + com.saurik.Cydia + + CFBundleInfoDictionaryVersion + 6.0 + + CFBundleName + Cydia + + CFBundlePackageType + APPL + + CFBundleShortVersionString + 0.9 + + CFBundleSignature + ???? + + CFBundleVersion + 0.9 + + SBUsesNetwork + 11 + + CFBundleURLTypes + + + CFBundleURLName + Cydia Internal URL + CFBundleURLSchemes + + cydia + + + + + DTSDKName + iphoneos2.0.saurik + + MinimumOSVersion + 2.0 + + UIDeviceFamily + + 1 + 2 + + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + + + + UIBackgroundModes + + audio + continuous + + + CFBundleIconFile + iconClassic.png + + CFBundleIconFiles + + icon.png + icon-72.png + icon@2x.png + Icon-Small.png + Icon-Small-50.png + Icon-Small@2x.png + + + + -- cgit v1.2.3