├── Makefile ├── SSLKillSwitch2.plist ├── SSLKillSwitch2.xm └── layout ├── DEBIAN └── control └── Library └── PreferenceLoader └── Preferences ├── SSLKillSwitch.png └── SSLKillSwitch_prefs.plist /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/ssl-kill-switch2/HEAD/Makefile -------------------------------------------------------------------------------- /SSLKillSwitch2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/ssl-kill-switch2/HEAD/SSLKillSwitch2.plist -------------------------------------------------------------------------------- /SSLKillSwitch2.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/ssl-kill-switch2/HEAD/SSLKillSwitch2.xm -------------------------------------------------------------------------------- /layout/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/ssl-kill-switch2/HEAD/layout/DEBIAN/control -------------------------------------------------------------------------------- /layout/Library/PreferenceLoader/Preferences/SSLKillSwitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/ssl-kill-switch2/HEAD/layout/Library/PreferenceLoader/Preferences/SSLKillSwitch.png -------------------------------------------------------------------------------- /layout/Library/PreferenceLoader/Preferences/SSLKillSwitch_prefs.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/julioverne/ssl-kill-switch2/HEAD/layout/Library/PreferenceLoader/Preferences/SSLKillSwitch_prefs.plist --------------------------------------------------------------------------------