From eafc3f1aec25606ca99dd73c5a77a153c99903f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Regu=C5=82a?= Date: Mon, 20 May 2024 14:35:56 +0200 Subject: [PATCH] 2.1.0 docs update --- IOSSecuritySuite.podspec | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/IOSSecuritySuite.podspec b/IOSSecuritySuite.podspec index ad3df52..ba25183 100644 --- a/IOSSecuritySuite.podspec +++ b/IOSSecuritySuite.podspec @@ -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" diff --git a/README.md b/README.md index 7a3d164..b97afde 100644 --- a/README.md +++ b/README.md @@ -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