Skip to content

Commit 8810a54

Browse files
committed
Bump version number to 0.3
1 parent 44b9841 commit 8810a54

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

HookedNSURLConnectionDelegate.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ +(BOOL)shouldHookNSURLConnectionFromPreference:(NSString*) preferenceFilePath {
2525
NSLog(@"SSL Kill Switch - Preference not set.");
2626
return FALSE;
2727
}
28+
[plist release];
2829
}
2930
}
3031

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
TARGET = iphone:5.1
12
include theos/makefiles/common.mk
23

34
TWEAK_NAME = SSLKillSwitch

layout/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: com.isecpartners.nabla.sslkillswitch
22
Name: iOS SSL Kill Switch
33
Depends: mobilesubstrate, preferenceloader
4-
Version: 0.2
4+
Version: 0.3
55
Architecture: iphoneos-arm
66
Description: Blackbox tool to disable SSL certificate validation - including certificate pinning - within iOS Apps.
77
Maintainer: Alban Diquet <[email protected]>

0 commit comments

Comments
 (0)