Skip to content

Commit

Permalink
updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshul Thakur committed May 3, 2024
1 parent c7b0966 commit dcd5895
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ interface RootCheckResult {
}
```

In iOS please add this to your info.plist in order to detect the app installed
```xml
<key>LSApplicationQueriesSchemes</key>
<array>
<string>cydia</string>
<string>undecimus</string>
<string>sileo</string>
<string>zbra</string>
<string>filza</string>
</array>
```

### Platform Supported:

- [x] Android
Expand Down

0 comments on commit dcd5895

Please # to comment.