Skip to content

Commit

Permalink
2.1.0 docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
r3ggi committed May 20, 2024
1 parent 2304290 commit eafc3f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IOSSecuritySuite.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "IOSSecuritySuite"
s.version = "2.0.2"
s.version = "2.1.0"
s.summary = "iOS platform security & anti-tampering Swift library"
s.homepage = "https://github.com/securing/IOSSecuritySuite"
s.license = "custom EULA"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,10 @@ if reverseStatus.reverseEngineered {
```

### System proxy detector module

Now you can also detect if an app is connected to VPN
```Swift
let amIProxied: Bool = IOSSecuritySuite.amIProxied()
let amIProxied: Bool = IOSSecuritySuite.amIProxied(considerVPNConnectionAsProxy: true)
```

### Lockdown mode detector module
Expand Down

0 comments on commit eafc3f1

Please sign in to comment.