├── .gitattributes ├── Makefile ├── appstoreunrestricthook ├── AppstoreUnrestrict.xm └── Makefile ├── appstoreunrestrictsettings ├── AppstoreUnrestrictSettingsController.mm └── Makefile └── postinst /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/AppstoreUnrestrict/HEAD/.gitattributes -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/AppstoreUnrestrict/HEAD/Makefile -------------------------------------------------------------------------------- /appstoreunrestricthook/AppstoreUnrestrict.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/AppstoreUnrestrict/HEAD/appstoreunrestricthook/AppstoreUnrestrict.xm -------------------------------------------------------------------------------- /appstoreunrestricthook/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/AppstoreUnrestrict/HEAD/appstoreunrestricthook/Makefile -------------------------------------------------------------------------------- /appstoreunrestrictsettings/AppstoreUnrestrictSettingsController.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/AppstoreUnrestrict/HEAD/appstoreunrestrictsettings/AppstoreUnrestrictSettingsController.mm -------------------------------------------------------------------------------- /appstoreunrestrictsettings/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/AppstoreUnrestrict/HEAD/appstoreunrestrictsettings/Makefile -------------------------------------------------------------------------------- /postinst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/AppstoreUnrestrict/HEAD/postinst --------------------------------------------------------------------------------