├── LICENSE ├── Makefile ├── README.md ├── Tap2Debug.plist ├── Tweak.xm └── control /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TalkingData/tap2debug/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TalkingData/tap2debug/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TalkingData/tap2debug/HEAD/README.md -------------------------------------------------------------------------------- /Tap2Debug.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TalkingData/tap2debug/HEAD/Tap2Debug.plist -------------------------------------------------------------------------------- /Tweak.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TalkingData/tap2debug/HEAD/Tweak.xm -------------------------------------------------------------------------------- /control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TalkingData/tap2debug/HEAD/control --------------------------------------------------------------------------------