├── MakePackageInstall ├── Makefile ├── PureInstagram.h ├── PureInstagram.plist ├── Tweak.xm └── control /MakePackageInstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iosre/PureInstagram/HEAD/MakePackageInstall -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iosre/PureInstagram/HEAD/Makefile -------------------------------------------------------------------------------- /PureInstagram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iosre/PureInstagram/HEAD/PureInstagram.h -------------------------------------------------------------------------------- /PureInstagram.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iosre/PureInstagram/HEAD/PureInstagram.plist -------------------------------------------------------------------------------- /Tweak.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iosre/PureInstagram/HEAD/Tweak.xm -------------------------------------------------------------------------------- /control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iosre/PureInstagram/HEAD/control --------------------------------------------------------------------------------