├── .gitattributes ├── Makefile ├── lowerinstallhooks ├── LowerInstall.xm └── Makefile └── lowerinstallsettings ├── LowerInstallSettingsController.mm └── Makefile /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/LowerInstall/HEAD/.gitattributes -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/LowerInstall/HEAD/Makefile -------------------------------------------------------------------------------- /lowerinstallhooks/LowerInstall.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/LowerInstall/HEAD/lowerinstallhooks/LowerInstall.xm -------------------------------------------------------------------------------- /lowerinstallhooks/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/LowerInstall/HEAD/lowerinstallhooks/Makefile -------------------------------------------------------------------------------- /lowerinstallsettings/LowerInstallSettingsController.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/LowerInstall/HEAD/lowerinstallsettings/LowerInstallSettingsController.mm -------------------------------------------------------------------------------- /lowerinstallsettings/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/LowerInstall/HEAD/lowerinstallsettings/Makefile --------------------------------------------------------------------------------