├── .gitignore ├── .gitmodules ├── COPYING ├── Cydia.frappliance ├── English.lproj │ └── InfoPlist.strings └── Info.plist ├── Cydia ├── LoadingView.h ├── LoadingView.mm ├── LoadingViewController.h ├── LoadingViewController.mm ├── MIMEAddress.h ├── MIMEAddress.mm └── ProgressEvent.h ├── CyteKit ├── Application.h ├── Application.mm ├── CyteKit.h ├── CyteObject.h ├── CyteObject.mm ├── IndirectDelegate.h ├── InterfaceOrientation.h ├── ListController.h ├── ListController.mm ├── Localize.h ├── MFMailComposeViewController-MailToURL.h ├── MFMailComposeViewController-MailToURL.mm ├── NavigationController.h ├── NavigationController.mm ├── RegEx.hpp ├── TabBarController.h ├── TabBarController.mm ├── TableViewCell.h ├── TableViewCell.mm ├── UCInternal.h ├── UCPlatform.h ├── URLCache.h ├── URLCache.mm ├── URLProtocol.h ├── URLProtocol.mm ├── ViewController.h ├── ViewController.mm ├── WebThreadLocked.hpp ├── WebView.h ├── WebView.mm ├── WebViewController.h ├── WebViewController.mm ├── WebViewTableViewCell.h ├── WebViewTableViewCell.mm ├── Window.h ├── Window.mm ├── countByEnumeratingWithState.h ├── countByEnumeratingWithState.mm ├── dispatchEvent.h ├── dispatchEvent.mm ├── extern.h ├── extern.mm ├── stringWithUTF8Bytes.h ├── stringWithUTF8Bytes.mm ├── webScriptObjectInContext.h └── webScriptObjectInContext.mm ├── Cytore.hpp ├── DiskUsage.cpp ├── LaunchDaemons └── com.saurik.Cydia.Startup.plist ├── Library ├── asuser ├── finish.sh ├── firmware.sh ├── free.sh ├── move.sh └── startup ├── Menes ├── Function.h ├── Menes.h ├── ObjectHandle.h ├── Pooling.hpp ├── invocationWithSelector.h ├── invocationWithSelector.mm ├── radixSortWithSelector.h ├── radixSortWithSelector.mm ├── yieldToSelector.h └── yieldToSelector.mm ├── MobileCydia.app ├── Default-568h@2x.png ├── Default-Landscape.png ├── Default-Landscape@2x.png ├── Default-Portrait.png ├── Default-Portrait@2x.png ├── Default.png ├── Default@2x.png ├── Icon-60.png ├── Icon-60@2x.png ├── Icon-60@3x.png ├── Icon-76@2x~ipad.png ├── Icon-76~ipad.png ├── Icon-Small-40.png ├── Icon-Small-40@2x.png ├── Icon-Small-50.png ├── Icon-Small-50@2x.png ├── Icon-Small.png ├── Icon-Small@2x.png ├── Icon7-Small.png ├── Icon7-Small@2x.png ├── Icon7-Small@3x.png ├── Info.plist ├── Purposes │ ├── commercial.png │ ├── console.png │ ├── daemon.png │ ├── extension.png │ ├── library.png │ ├── uikit.png │ └── x.png ├── Sections.plist ├── Sections │ ├── Addons.png │ ├── Administration.png │ ├── Archiving.png │ ├── Books.png │ ├── Carrier_Bundles.png │ ├── Data_Storage.png │ ├── Development.png │ ├── Dictionaries.png │ ├── Education.png │ ├── Entertainment.png │ ├── Fonts.png │ ├── Games.png │ ├── Health_and_Fitness.png │ ├── Java.png │ ├── Keyboards.png │ ├── Localization.png │ ├── Messaging.png │ ├── Multimedia.png │ ├── Navigation.png │ ├── Networking.png │ ├── Packaging.png │ ├── Productivity.png │ ├── Repositories.png │ ├── Ringtones.png │ ├── Scripting.png │ ├── Security.png │ ├── Site-Specific_Apps.png │ ├── Social.png │ ├── Soundboards.png │ ├── System.png │ ├── Terminal_Support.png │ ├── Text_Editors.png │ ├── Themes.png │ ├── Toys.png │ ├── Tweaks.png │ ├── Utilities.png │ ├── Wallpaper.png │ ├── Widgets.png │ └── X_Window.png ├── ar.lproj │ ├── Localizable.strings │ └── Sections.strings ├── changes.png ├── changes7.png ├── changes7@2x.png ├── changes7@3x.png ├── changes7s.png ├── changes7s@2x.png ├── changes7s@3x.png ├── changes@2x.png ├── chevron@2x.png ├── compose.png ├── configure.png ├── de.lproj │ ├── Localizable.strings │ └── Sections.strings ├── el.lproj │ ├── Localizable.strings │ └── Sections.strings ├── en.lproj │ ├── Localizable.strings │ └── Sections_.strings ├── error.html ├── es.lproj │ ├── Localizable.strings │ └── Sections.strings ├── folder.png ├── folder@2x.png ├── fr.lproj │ ├── Localizable.strings │ └── Sections.strings ├── he.lproj │ ├── Localizable.strings │ └── Sections.strings ├── home-Selected.png ├── home-Selected@2x.png ├── home.png ├── home7.png ├── home7@2x.png ├── home7@3x.png ├── home7s.png ├── home7s@2x.png ├── home7s@3x.png ├── home@2x.png ├── iOS7-Default-568h@2x.png ├── iOS7-Default-667h@2x.png ├── iOS7-Default-736h-Landscape@3x.png ├── iOS7-Default-736h-Portrait@3x.png ├── iOS7-Default-Landscape.png ├── iOS7-Default-Landscape@2x.png ├── iOS7-Default-Portrait.png ├── iOS7-Default-Portrait@2x.png ├── iOS7-Default@2x.png ├── icon-72.png ├── icon-72@2x.png ├── icon.png ├── icon@2x.png ├── iconClassic.png ├── install.png ├── install7.png ├── install7@2x.png ├── install7@3x.png ├── install7s.png ├── install7s@2x.png ├── install7s@3x.png ├── install@2x.png ├── installed.png ├── installed@2x.png ├── installing.png ├── installing@2x.png ├── it.lproj │ ├── Localizable.strings │ └── Sections.strings ├── ja.lproj │ ├── Localizable.strings │ └── Sections.strings ├── ko.lproj │ ├── Localizable.strings │ └── Sections.strings ├── localize.js ├── manage.png ├── manage7.png ├── manage7@2x.png ├── manage7@3x.png ├── manage7s.png ├── manage7s@2x.png ├── manage7s@3x.png ├── manage@2x.png ├── menes │ └── menes.js ├── nl.lproj │ ├── Localizable.strings │ └── Sections.strings ├── pl.lproj │ ├── Localizable.strings │ └── Sections.strings ├── pt-PT.lproj │ ├── Localizable.strings │ └── Sections.strings ├── pt.lproj │ ├── Localizable.strings │ └── Sections.strings ├── reload.png ├── removing.png ├── removing@2x.png ├── ru.lproj │ ├── Localizable.strings │ └── Sections.strings ├── search.png ├── search7.png ├── search7@2x.png ├── search7@3x.png ├── search7s.png ├── search7s@2x.png ├── search7s@3x.png ├── search@2x.png ├── sv.lproj │ ├── Localizable.strings │ └── Sections.strings ├── th.lproj │ ├── Localizable.strings │ └── Sections.strings ├── tr.lproj │ ├── Localizable.strings │ └── Sections.strings ├── unknown.png ├── vi.lproj │ ├── Localizable.strings │ └── Sections.strings ├── zh-Hans.lproj │ ├── Localizable.strings │ └── Sections.strings └── zh-Hant.lproj │ ├── Localizable.strings │ └── Sections.strings ├── MobileCydia.mm ├── Sources.h ├── Sources.list ├── cydia.list └── saurik.list ├── Sources.mm ├── Substrate.hpp ├── Trusted.gpg ├── bigboss.gpg ├── modmyi.gpg ├── saurik.gpg └── zodttd.gpg ├── Version.mm ├── apt-contrib └── apt-pkg ├── apt-deb └── apt-pkg ├── apt-extra ├── apti18n.h ├── config.h └── endian.h ├── apt-tag └── apt-pkg │ ├── tagfile-keys.cc │ └── tagfile-keys.h ├── apt.h ├── cfversion.mm ├── compiling.txt ├── control.sh ├── cydia-lproj.control ├── cydia.control ├── cydo.cpp ├── entitlements.xml ├── fdstream.hpp ├── genent.xml ├── iPhonePrivate.h ├── lookup3.c ├── make.sh ├── makefile ├── pngcrush.sh ├── postinst.mm ├── preinst ├── setnsfpn.cpp ├── sysroot.sh ├── uikit.sh └── version.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/.gitmodules -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/COPYING -------------------------------------------------------------------------------- /Cydia.frappliance/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | CFBundleName = "Cydia"; 2 | -------------------------------------------------------------------------------- /Cydia.frappliance/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Cydia.frappliance/Info.plist -------------------------------------------------------------------------------- /Cydia/LoadingView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Cydia/LoadingView.h -------------------------------------------------------------------------------- /Cydia/LoadingView.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Cydia/LoadingView.mm -------------------------------------------------------------------------------- /Cydia/LoadingViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Cydia/LoadingViewController.h -------------------------------------------------------------------------------- /Cydia/LoadingViewController.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Cydia/LoadingViewController.mm -------------------------------------------------------------------------------- /Cydia/MIMEAddress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Cydia/MIMEAddress.h -------------------------------------------------------------------------------- /Cydia/MIMEAddress.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Cydia/MIMEAddress.mm -------------------------------------------------------------------------------- /Cydia/ProgressEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Cydia/ProgressEvent.h -------------------------------------------------------------------------------- /CyteKit/Application.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/Application.h -------------------------------------------------------------------------------- /CyteKit/Application.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/Application.mm -------------------------------------------------------------------------------- /CyteKit/CyteKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/CyteKit.h -------------------------------------------------------------------------------- /CyteKit/CyteObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/CyteObject.h -------------------------------------------------------------------------------- /CyteKit/CyteObject.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/CyteObject.mm -------------------------------------------------------------------------------- /CyteKit/IndirectDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/IndirectDelegate.h -------------------------------------------------------------------------------- /CyteKit/InterfaceOrientation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/InterfaceOrientation.h -------------------------------------------------------------------------------- /CyteKit/ListController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/ListController.h -------------------------------------------------------------------------------- /CyteKit/ListController.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/ListController.mm -------------------------------------------------------------------------------- /CyteKit/Localize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/Localize.h -------------------------------------------------------------------------------- /CyteKit/MFMailComposeViewController-MailToURL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/MFMailComposeViewController-MailToURL.h -------------------------------------------------------------------------------- /CyteKit/MFMailComposeViewController-MailToURL.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/MFMailComposeViewController-MailToURL.mm -------------------------------------------------------------------------------- /CyteKit/NavigationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/NavigationController.h -------------------------------------------------------------------------------- /CyteKit/NavigationController.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/NavigationController.mm -------------------------------------------------------------------------------- /CyteKit/RegEx.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/RegEx.hpp -------------------------------------------------------------------------------- /CyteKit/TabBarController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/TabBarController.h -------------------------------------------------------------------------------- /CyteKit/TabBarController.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/TabBarController.mm -------------------------------------------------------------------------------- /CyteKit/TableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/TableViewCell.h -------------------------------------------------------------------------------- /CyteKit/TableViewCell.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/TableViewCell.mm -------------------------------------------------------------------------------- /CyteKit/UCInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/UCInternal.h -------------------------------------------------------------------------------- /CyteKit/UCPlatform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/UCPlatform.h -------------------------------------------------------------------------------- /CyteKit/URLCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/URLCache.h -------------------------------------------------------------------------------- /CyteKit/URLCache.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/URLCache.mm -------------------------------------------------------------------------------- /CyteKit/URLProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/URLProtocol.h -------------------------------------------------------------------------------- /CyteKit/URLProtocol.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/URLProtocol.mm -------------------------------------------------------------------------------- /CyteKit/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/ViewController.h -------------------------------------------------------------------------------- /CyteKit/ViewController.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/ViewController.mm -------------------------------------------------------------------------------- /CyteKit/WebThreadLocked.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/WebThreadLocked.hpp -------------------------------------------------------------------------------- /CyteKit/WebView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/WebView.h -------------------------------------------------------------------------------- /CyteKit/WebView.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/WebView.mm -------------------------------------------------------------------------------- /CyteKit/WebViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/WebViewController.h -------------------------------------------------------------------------------- /CyteKit/WebViewController.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/WebViewController.mm -------------------------------------------------------------------------------- /CyteKit/WebViewTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/WebViewTableViewCell.h -------------------------------------------------------------------------------- /CyteKit/WebViewTableViewCell.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/WebViewTableViewCell.mm -------------------------------------------------------------------------------- /CyteKit/Window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/Window.h -------------------------------------------------------------------------------- /CyteKit/Window.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/Window.mm -------------------------------------------------------------------------------- /CyteKit/countByEnumeratingWithState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/countByEnumeratingWithState.h -------------------------------------------------------------------------------- /CyteKit/countByEnumeratingWithState.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/countByEnumeratingWithState.mm -------------------------------------------------------------------------------- /CyteKit/dispatchEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/dispatchEvent.h -------------------------------------------------------------------------------- /CyteKit/dispatchEvent.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/dispatchEvent.mm -------------------------------------------------------------------------------- /CyteKit/extern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/extern.h -------------------------------------------------------------------------------- /CyteKit/extern.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/extern.mm -------------------------------------------------------------------------------- /CyteKit/stringWithUTF8Bytes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/stringWithUTF8Bytes.h -------------------------------------------------------------------------------- /CyteKit/stringWithUTF8Bytes.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/stringWithUTF8Bytes.mm -------------------------------------------------------------------------------- /CyteKit/webScriptObjectInContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/webScriptObjectInContext.h -------------------------------------------------------------------------------- /CyteKit/webScriptObjectInContext.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/CyteKit/webScriptObjectInContext.mm -------------------------------------------------------------------------------- /Cytore.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Cytore.hpp -------------------------------------------------------------------------------- /DiskUsage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/DiskUsage.cpp -------------------------------------------------------------------------------- /LaunchDaemons/com.saurik.Cydia.Startup.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/LaunchDaemons/com.saurik.Cydia.Startup.plist -------------------------------------------------------------------------------- /Library/asuser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Library/asuser -------------------------------------------------------------------------------- /Library/finish.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Library/finish.sh -------------------------------------------------------------------------------- /Library/firmware.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Library/firmware.sh -------------------------------------------------------------------------------- /Library/free.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Library/free.sh -------------------------------------------------------------------------------- /Library/move.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Library/move.sh -------------------------------------------------------------------------------- /Library/startup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Library/startup -------------------------------------------------------------------------------- /Menes/Function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Menes/Function.h -------------------------------------------------------------------------------- /Menes/Menes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Menes/Menes.h -------------------------------------------------------------------------------- /Menes/ObjectHandle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Menes/ObjectHandle.h -------------------------------------------------------------------------------- /Menes/Pooling.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Menes/Pooling.hpp -------------------------------------------------------------------------------- /Menes/invocationWithSelector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Menes/invocationWithSelector.h -------------------------------------------------------------------------------- /Menes/invocationWithSelector.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Menes/invocationWithSelector.mm -------------------------------------------------------------------------------- /Menes/radixSortWithSelector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Menes/radixSortWithSelector.h -------------------------------------------------------------------------------- /Menes/radixSortWithSelector.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Menes/radixSortWithSelector.mm -------------------------------------------------------------------------------- /Menes/yieldToSelector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Menes/yieldToSelector.h -------------------------------------------------------------------------------- /Menes/yieldToSelector.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Menes/yieldToSelector.mm -------------------------------------------------------------------------------- /MobileCydia.app/Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Default-568h@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/Default-Landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Default-Landscape.png -------------------------------------------------------------------------------- /MobileCydia.app/Default-Landscape@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Default-Landscape@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/Default-Portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Default-Portrait.png -------------------------------------------------------------------------------- /MobileCydia.app/Default-Portrait@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Default-Portrait@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Default.png -------------------------------------------------------------------------------- /MobileCydia.app/Default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Default@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/Icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Icon-60.png -------------------------------------------------------------------------------- /MobileCydia.app/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Icon-60@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Icon-60@3x.png -------------------------------------------------------------------------------- /MobileCydia.app/Icon-76@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Icon-76@2x~ipad.png -------------------------------------------------------------------------------- /MobileCydia.app/Icon-76~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Icon-76~ipad.png -------------------------------------------------------------------------------- /MobileCydia.app/Icon-Small-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Icon-Small-40.png -------------------------------------------------------------------------------- /MobileCydia.app/Icon-Small-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Icon-Small-40@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/Icon-Small-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Icon-Small-50.png -------------------------------------------------------------------------------- /MobileCydia.app/Icon-Small-50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Icon-Small-50@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Icon-Small.png -------------------------------------------------------------------------------- /MobileCydia.app/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Icon-Small@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/Icon7-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Icon7-Small.png -------------------------------------------------------------------------------- /MobileCydia.app/Icon7-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Icon7-Small@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/Icon7-Small@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Icon7-Small@3x.png -------------------------------------------------------------------------------- /MobileCydia.app/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Info.plist -------------------------------------------------------------------------------- /MobileCydia.app/Purposes/commercial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Purposes/commercial.png -------------------------------------------------------------------------------- /MobileCydia.app/Purposes/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Purposes/console.png -------------------------------------------------------------------------------- /MobileCydia.app/Purposes/daemon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Purposes/daemon.png -------------------------------------------------------------------------------- /MobileCydia.app/Purposes/extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Purposes/extension.png -------------------------------------------------------------------------------- /MobileCydia.app/Purposes/library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Purposes/library.png -------------------------------------------------------------------------------- /MobileCydia.app/Purposes/uikit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Purposes/uikit.png -------------------------------------------------------------------------------- /MobileCydia.app/Purposes/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Purposes/x.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections.plist -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Addons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Addons.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Administration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Administration.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Archiving.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Archiving.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Books.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Books.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Carrier_Bundles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Carrier_Bundles.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Data_Storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Data_Storage.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Development.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Development.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Dictionaries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Dictionaries.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Education.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Education.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Entertainment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Entertainment.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Fonts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Fonts.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Games.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Games.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Health_and_Fitness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Health_and_Fitness.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Java.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Keyboards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Keyboards.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Localization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Localization.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Messaging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Messaging.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Multimedia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Multimedia.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Navigation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Navigation.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Networking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Networking.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Packaging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Packaging.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Productivity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Productivity.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Repositories.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Repositories.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Ringtones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Ringtones.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Scripting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Scripting.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Security.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Site-Specific_Apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Site-Specific_Apps.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Social.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Soundboards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Soundboards.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/System.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/System.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Terminal_Support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Terminal_Support.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Text_Editors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Text_Editors.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Themes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Themes.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Toys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Toys.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Tweaks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Tweaks.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Utilities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Utilities.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Wallpaper.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/Widgets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/Widgets.png -------------------------------------------------------------------------------- /MobileCydia.app/Sections/X_Window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/Sections/X_Window.png -------------------------------------------------------------------------------- /MobileCydia.app/ar.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/ar.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/ar.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/ar.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/changes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/changes.png -------------------------------------------------------------------------------- /MobileCydia.app/changes7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/changes7.png -------------------------------------------------------------------------------- /MobileCydia.app/changes7@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/changes7@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/changes7@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/changes7@3x.png -------------------------------------------------------------------------------- /MobileCydia.app/changes7s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/changes7s.png -------------------------------------------------------------------------------- /MobileCydia.app/changes7s@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/changes7s@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/changes7s@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/changes7s@3x.png -------------------------------------------------------------------------------- /MobileCydia.app/changes@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/changes@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/chevron@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/chevron@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/compose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/compose.png -------------------------------------------------------------------------------- /MobileCydia.app/configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/configure.png -------------------------------------------------------------------------------- /MobileCydia.app/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/de.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/de.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/el.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/el.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/el.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/el.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/en.lproj/Sections_.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/en.lproj/Sections_.strings -------------------------------------------------------------------------------- /MobileCydia.app/error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/error.html -------------------------------------------------------------------------------- /MobileCydia.app/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/es.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/es.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/folder.png -------------------------------------------------------------------------------- /MobileCydia.app/folder@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/folder@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/fr.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/fr.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/he.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/he.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/he.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/he.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/home-Selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/home-Selected.png -------------------------------------------------------------------------------- /MobileCydia.app/home-Selected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/home-Selected@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/home.png -------------------------------------------------------------------------------- /MobileCydia.app/home7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/home7.png -------------------------------------------------------------------------------- /MobileCydia.app/home7@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/home7@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/home7@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/home7@3x.png -------------------------------------------------------------------------------- /MobileCydia.app/home7s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/home7s.png -------------------------------------------------------------------------------- /MobileCydia.app/home7s@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/home7s@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/home7s@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/home7s@3x.png -------------------------------------------------------------------------------- /MobileCydia.app/home@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/home@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/iOS7-Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/iOS7-Default-568h@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/iOS7-Default-667h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/iOS7-Default-667h@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/iOS7-Default-736h-Landscape@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/iOS7-Default-736h-Landscape@3x.png -------------------------------------------------------------------------------- /MobileCydia.app/iOS7-Default-736h-Portrait@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/iOS7-Default-736h-Portrait@3x.png -------------------------------------------------------------------------------- /MobileCydia.app/iOS7-Default-Landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/iOS7-Default-Landscape.png -------------------------------------------------------------------------------- /MobileCydia.app/iOS7-Default-Landscape@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/iOS7-Default-Landscape@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/iOS7-Default-Portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/iOS7-Default-Portrait.png -------------------------------------------------------------------------------- /MobileCydia.app/iOS7-Default-Portrait@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/iOS7-Default-Portrait@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/iOS7-Default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/iOS7-Default@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/icon-72.png -------------------------------------------------------------------------------- /MobileCydia.app/icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/icon-72@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/icon.png -------------------------------------------------------------------------------- /MobileCydia.app/icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/icon@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/iconClassic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/iconClassic.png -------------------------------------------------------------------------------- /MobileCydia.app/install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/install.png -------------------------------------------------------------------------------- /MobileCydia.app/install7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/install7.png -------------------------------------------------------------------------------- /MobileCydia.app/install7@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/install7@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/install7@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/install7@3x.png -------------------------------------------------------------------------------- /MobileCydia.app/install7s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/install7s.png -------------------------------------------------------------------------------- /MobileCydia.app/install7s@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/install7s@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/install7s@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/install7s@3x.png -------------------------------------------------------------------------------- /MobileCydia.app/install@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/install@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/installed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/installed.png -------------------------------------------------------------------------------- /MobileCydia.app/installed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/installed@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/installing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/installing.png -------------------------------------------------------------------------------- /MobileCydia.app/installing@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/installing@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/it.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/it.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/ja.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/ja.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/ko.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/ko.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/ko.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/ko.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/localize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/localize.js -------------------------------------------------------------------------------- /MobileCydia.app/manage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/manage.png -------------------------------------------------------------------------------- /MobileCydia.app/manage7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/manage7.png -------------------------------------------------------------------------------- /MobileCydia.app/manage7@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/manage7@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/manage7@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/manage7@3x.png -------------------------------------------------------------------------------- /MobileCydia.app/manage7s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/manage7s.png -------------------------------------------------------------------------------- /MobileCydia.app/manage7s@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/manage7s@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/manage7s@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/manage7s@3x.png -------------------------------------------------------------------------------- /MobileCydia.app/manage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/manage@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/menes/menes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/menes/menes.js -------------------------------------------------------------------------------- /MobileCydia.app/nl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/nl.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/nl.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/nl.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/pl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/pl.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/pl.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/pl.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/pt-PT.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/pt-PT.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/pt-PT.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/pt-PT.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/pt.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/pt.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/pt.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/pt.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/reload.png -------------------------------------------------------------------------------- /MobileCydia.app/removing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/removing.png -------------------------------------------------------------------------------- /MobileCydia.app/removing@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/removing@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/ru.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/ru.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/search.png -------------------------------------------------------------------------------- /MobileCydia.app/search7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/search7.png -------------------------------------------------------------------------------- /MobileCydia.app/search7@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/search7@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/search7@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/search7@3x.png -------------------------------------------------------------------------------- /MobileCydia.app/search7s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/search7s.png -------------------------------------------------------------------------------- /MobileCydia.app/search7s@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/search7s@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/search7s@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/search7s@3x.png -------------------------------------------------------------------------------- /MobileCydia.app/search@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/search@2x.png -------------------------------------------------------------------------------- /MobileCydia.app/sv.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/sv.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/sv.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/sv.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/th.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/th.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/th.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/th.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/tr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/tr.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/tr.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/tr.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/unknown.png -------------------------------------------------------------------------------- /MobileCydia.app/vi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/vi.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/vi.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/vi.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/zh-Hans.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/zh-Hans.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.app/zh-Hant.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /MobileCydia.app/zh-Hant.lproj/Sections.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.app/zh-Hant.lproj/Sections.strings -------------------------------------------------------------------------------- /MobileCydia.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/MobileCydia.mm -------------------------------------------------------------------------------- /Sources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Sources.h -------------------------------------------------------------------------------- /Sources.list/cydia.list: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Sources.list/saurik.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Sources.list/saurik.list -------------------------------------------------------------------------------- /Sources.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Sources.mm -------------------------------------------------------------------------------- /Substrate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Substrate.hpp -------------------------------------------------------------------------------- /Trusted.gpg/bigboss.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Trusted.gpg/bigboss.gpg -------------------------------------------------------------------------------- /Trusted.gpg/modmyi.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Trusted.gpg/modmyi.gpg -------------------------------------------------------------------------------- /Trusted.gpg/saurik.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Trusted.gpg/saurik.gpg -------------------------------------------------------------------------------- /Trusted.gpg/zodttd.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Trusted.gpg/zodttd.gpg -------------------------------------------------------------------------------- /Version.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/Version.mm -------------------------------------------------------------------------------- /apt-contrib/apt-pkg: -------------------------------------------------------------------------------- 1 | ../apt/apt-pkg/contrib -------------------------------------------------------------------------------- /apt-deb/apt-pkg: -------------------------------------------------------------------------------- 1 | ../apt/apt-pkg/deb -------------------------------------------------------------------------------- /apt-extra/apti18n.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/apt-extra/apti18n.h -------------------------------------------------------------------------------- /apt-extra/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/apt-extra/config.h -------------------------------------------------------------------------------- /apt-extra/endian.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /apt-tag/apt-pkg/tagfile-keys.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/apt-tag/apt-pkg/tagfile-keys.cc -------------------------------------------------------------------------------- /apt-tag/apt-pkg/tagfile-keys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/apt-tag/apt-pkg/tagfile-keys.h -------------------------------------------------------------------------------- /apt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/apt.h -------------------------------------------------------------------------------- /cfversion.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/cfversion.mm -------------------------------------------------------------------------------- /compiling.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/compiling.txt -------------------------------------------------------------------------------- /control.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/control.sh -------------------------------------------------------------------------------- /cydia-lproj.control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/cydia-lproj.control -------------------------------------------------------------------------------- /cydia.control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/cydia.control -------------------------------------------------------------------------------- /cydo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/cydo.cpp -------------------------------------------------------------------------------- /entitlements.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/entitlements.xml -------------------------------------------------------------------------------- /fdstream.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/fdstream.hpp -------------------------------------------------------------------------------- /genent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/genent.xml -------------------------------------------------------------------------------- /iPhonePrivate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/iPhonePrivate.h -------------------------------------------------------------------------------- /lookup3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/lookup3.c -------------------------------------------------------------------------------- /make.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | DEVELOPER_DIR=/Applications/Xcode-5.1.1.app make "$@" 3 | -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/makefile -------------------------------------------------------------------------------- /pngcrush.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/pngcrush.sh -------------------------------------------------------------------------------- /postinst.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/postinst.mm -------------------------------------------------------------------------------- /preinst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/preinst -------------------------------------------------------------------------------- /setnsfpn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/setnsfpn.cpp -------------------------------------------------------------------------------- /sysroot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/sysroot.sh -------------------------------------------------------------------------------- /uikit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/uikit.sh -------------------------------------------------------------------------------- /version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwn20wndstuff/cydia/HEAD/version.sh --------------------------------------------------------------------------------