File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11iOS Mobile Security Toolkit Library Changelog
22===========================
33
4+ # 1.1.0
5+ * Added device password protection detection
6+ * Added hardware security detection
7+ * Added debugger detection
8+
9+
410# 1.0.1
511
612* Removed xcframework and made source code public
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Swift Package Manager
3535### SPM
3636
3737`.package(url: "https://github.com/EXXETA/iOS-Security-Toolkit.git ", from:
38- "1.0.1 ")`
38+ "1.1.0 ")`
3939
4040## CocoaPods
4141
@@ -54,6 +54,9 @@ Use the gettable variables to get current status of the device:
5454- ` ThreatDetectionCenter.areRootPrivilegesDetected: Bool `
5555- ` ThreatDetectionCenter.areHooksDetected: Bool `
5656- ` ThreatDetectionCenter.isSimulatorDetected: Bool `
57+ - ` ThreatDetectionCenter.isDebuggerDetected: Bool `
58+ - ` ThreatDetectionCenter.isDeviceWithoutPasscodeDetected: Bool `
59+ - ` ThreatDetectionCenter.isHardwareProtectionUnavailable: Bool `
5760
5861### Async Stream API
5962
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'SecurityToolkit'
3- s . version = '1.0.1 '
3+ s . version = '1.1.0 '
44 s . summary = 'Simple and easy security threat detector in Swift'
55 s . homepage = 'https://github.com/EXXETA/iOS-Security-Toolkit'
66 s . license = { :type => 'MIT' , :file => 'LICENSE.md' }
You can’t perform that action at this time.
0 commit comments