Skip to content

Commit 0659db4

Browse files
committed
chore: version bump 1.1.0 & changelog
Signed-off-by: Denis Dobanda <[email protected]>
1 parent 5718c29 commit 0659db4

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
iOS 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

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

SecurityToolkit.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 = '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' }

docs/1.png

351 KB
Loading

0 commit comments

Comments
 (0)