Skip to content

Commit eafc3f1

Browse files
committed
2.1.0 docs update
1 parent 2304290 commit eafc3f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

IOSSecuritySuite.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "IOSSecuritySuite"
3-
s.version = "2.0.2"
3+
s.version = "2.1.0"
44
s.summary = "iOS platform security & anti-tampering Swift library"
55
s.homepage = "https://github.com/securing/IOSSecuritySuite"
66
s.license = "custom EULA"

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,10 @@ if reverseStatus.reverseEngineered {
141141
```
142142

143143
### System proxy detector module
144+
145+
Now you can also detect if an app is connected to VPN
144146
```Swift
145-
let amIProxied: Bool = IOSSecuritySuite.amIProxied()
147+
let amIProxied: Bool = IOSSecuritySuite.amIProxied(considerVPNConnectionAsProxy: true)
146148
```
147149

148150
### Lockdown mode detector module

0 commit comments

Comments
 (0)