gitextract__jjcsyjq/ ├── Example/ │ ├── English.lproj/ │ │ ├── InfoPlist.strings │ │ └── MainMenu.xib │ ├── SPMediaKeyTapExample-Info.plist │ ├── SPMediaKeyTapExample.xcodeproj/ │ │ └── project.pbxproj │ ├── SPMediaKeyTapExampleAppDelegate.h │ ├── SPMediaKeyTapExampleAppDelegate.m │ ├── SPMediaKeyTapExample_Prefix.pch │ └── main.m ├── LICENSE ├── README.md ├── SPInvocationGrabbing/ │ ├── NSObject+SPInvocationGrabbing.h │ ├── NSObject+SPInvocationGrabbing.m │ ├── gistfile3.m │ ├── gistfile4.m │ └── main.m ├── SPMediaKeyTap.h ├── SPMediaKeyTap.m └── SPMediaKeyTapDelegate.m