Skip to content

Commit dcd5895

Browse files
author
Anshul Thakur
committed
updated readme file
1 parent c7b0966 commit dcd5895

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@ interface RootCheckResult {
4242
}
4343
```
4444

45+
In iOS please add this to your info.plist in order to detect the app installed
46+
```xml
47+
<key>LSApplicationQueriesSchemes</key>
48+
<array>
49+
<string>cydia</string>
50+
<string>undecimus</string>
51+
<string>sileo</string>
52+
<string>zbra</string>
53+
<string>filza</string>
54+
</array>
55+
```
56+
4557
### Platform Supported:
4658

4759
- [x] Android

0 commit comments

Comments
 (0)