avltree9798 / isJailbroken

Detect whether iOS device is jailbroken or not | Jailbreak detection for iOS
GNU General Public License v3.0
87 stars 23 forks source link

Compiler errors due to method name mismatch #5

Closed hdsenevi closed 4 years ago

hdsenevi commented 4 years ago

There is an error thrown for ViewController.isSecurityCheckNotPassed() when I try to run this project.

image

Created a PR to fix that here : https://github.com/avltree9798/isJailbroken/pull/4

avltree9798 commented 4 years ago

Merged! Thanks