├── .gitignore ├── DeArrow-iOS.plist ├── Makefile ├── PXLDeArrow.h ├── PXLDeArrow.m ├── PXLDeArrowBranding.h ├── PXLDeArrowBranding.m ├── README.md ├── Tweak.xm ├── YouTube.h └── control /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelomer/DeArrow-iOS/HEAD/.gitignore -------------------------------------------------------------------------------- /DeArrow-iOS.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelomer/DeArrow-iOS/HEAD/DeArrow-iOS.plist -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelomer/DeArrow-iOS/HEAD/Makefile -------------------------------------------------------------------------------- /PXLDeArrow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelomer/DeArrow-iOS/HEAD/PXLDeArrow.h -------------------------------------------------------------------------------- /PXLDeArrow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelomer/DeArrow-iOS/HEAD/PXLDeArrow.m -------------------------------------------------------------------------------- /PXLDeArrowBranding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelomer/DeArrow-iOS/HEAD/PXLDeArrowBranding.h -------------------------------------------------------------------------------- /PXLDeArrowBranding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelomer/DeArrow-iOS/HEAD/PXLDeArrowBranding.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelomer/DeArrow-iOS/HEAD/README.md -------------------------------------------------------------------------------- /Tweak.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelomer/DeArrow-iOS/HEAD/Tweak.xm -------------------------------------------------------------------------------- /YouTube.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelomer/DeArrow-iOS/HEAD/YouTube.h -------------------------------------------------------------------------------- /control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixelomer/DeArrow-iOS/HEAD/control --------------------------------------------------------------------------------