├── .gitignore ├── Makefile ├── README.md ├── ThatWebInspector.plist ├── Tweak.mm ├── Tweak.xm ├── control └── packages └── com.evilpenguin.thatwebinspector_0.1-1+debug_iphoneos-arm.deb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilpenguin/ThatWebInspector/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilpenguin/ThatWebInspector/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilpenguin/ThatWebInspector/HEAD/README.md -------------------------------------------------------------------------------- /ThatWebInspector.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilpenguin/ThatWebInspector/HEAD/ThatWebInspector.plist -------------------------------------------------------------------------------- /Tweak.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilpenguin/ThatWebInspector/HEAD/Tweak.mm -------------------------------------------------------------------------------- /Tweak.xm: -------------------------------------------------------------------------------- 1 | Tweak.mm -------------------------------------------------------------------------------- /control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilpenguin/ThatWebInspector/HEAD/control -------------------------------------------------------------------------------- /packages/com.evilpenguin.thatwebinspector_0.1-1+debug_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilpenguin/ThatWebInspector/HEAD/packages/com.evilpenguin.thatwebinspector_0.1-1+debug_iphoneos-arm.deb --------------------------------------------------------------------------------