From b8bd27ef23c622f5bb4b9237bb04bd1c9c7a3032 Mon Sep 17 00:00:00 2001 From: Alban Diquet Date: Wed, 28 Oct 2015 22:21:24 -0700 Subject: [PATCH] Add bundle filter as they seem to be mandatory on iOS 9 --- SSLKillSwitch2.plist | 1 + layout/DEBIAN/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 SSLKillSwitch2.plist diff --git a/SSLKillSwitch2.plist b/SSLKillSwitch2.plist new file mode 100644 index 0000000..f0a730d --- /dev/null +++ b/SSLKillSwitch2.plist @@ -0,0 +1 @@ +Filter = {Bundles = ("com.apple.UIKit");}; diff --git a/layout/DEBIAN/control b/layout/DEBIAN/control index 17e1e7d..b06dddb 100644 --- a/layout/DEBIAN/control +++ b/layout/DEBIAN/control @@ -1,7 +1,7 @@ Package: com.nablac0d3.SSLKillSwitch2 Name: SSL Kill Switch 2 Depends: mobilesubstrate, preferenceloader -Version: 0.7 +Version: 0.8 Architecture: iphoneos-arm Description: Blackbox tool to disable SSL certificate validation - including certificate pinning - within iOS and OS X Apps. Maintainer: Alban Diquet