We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2304290 commit eafc3f1Copy full SHA for eafc3f1
IOSSecuritySuite.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "IOSSecuritySuite"
3
- s.version = "2.0.2"
+ s.version = "2.1.0"
4
s.summary = "iOS platform security & anti-tampering Swift library"
5
s.homepage = "https://github.com/securing/IOSSecuritySuite"
6
s.license = "custom EULA"
README.md
@@ -141,8 +141,10 @@ if reverseStatus.reverseEngineered {
141
```
142
143
### System proxy detector module
144
+
145
+Now you can also detect if an app is connected to VPN
146
```Swift
-let amIProxied: Bool = IOSSecuritySuite.amIProxied()
147
+let amIProxied: Bool = IOSSecuritySuite.amIProxied(considerVPNConnectionAsProxy: true)
148
149
150
### Lockdown mode detector module
0 commit comments