gitextract_j8urf0xo/ ├── .gitignore ├── LICENSE ├── README.md ├── RevealPlugin/ │ ├── Resources/ │ │ └── RevealScriptHeader.h │ ├── RevealIDEModel.h │ ├── RevealIDEModel.m │ ├── RevealPlugin-Info.plist │ ├── RevealPlugin-Prefix.pch │ ├── RevealPlugin.h │ ├── RevealPlugin.m │ ├── Vendors/ │ │ └── Catagories/ │ │ ├── NSView+SQDump.h │ │ ├── NSView+SQDump.m │ │ ├── NSView+SQFindSubView.h │ │ └── NSView+SQFindSubView.m │ └── en.lproj/ │ └── InfoPlist.strings ├── RevealPlugin.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ └── contents.xcworkspacedata │ └── xcshareddata/ │ └── xcschemes/ │ └── RevealPlugin.xcscheme └── RevealPlugin_bak/ ├── Podfile ├── RevealPlugin.podspec └── RevealPlugin.xcworkspace/ └── contents.xcworkspacedata