File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.6
2
+
3
+ * fix: TARGET_OS_SIMULATOR is deprecated in swift
4
+
1
5
## 1.1.5
2
6
3
7
* check has property namespace for Android
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Uses [RootBeer](https://github.com/scottyab/rootbeer) + DetectFrida for Android
9
9
In your flutter project add the dependency:
10
10
11
11
``` yaml
12
- jailbreak_root_detection : " ^1.1.4 "
12
+ jailbreak_root_detection : " ^1.1.6 "
13
13
` ` `
14
14
15
15
## Usage
Original file line number Diff line number Diff line change 1
1
name : jailbreak_root_detection
2
2
description : Uses RootBeer + DetectFrida for Android root detection and IOSSecuritySuite for iOS jailbreak detection.
3
- version : 1.1.5
3
+ version : 1.1.6
4
4
homepage : https://github.com/w3connext/jailbreak_root_detection
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments