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

Fixing method name mismatch #4

Closed hdsenevi closed 4 years ago

hdsenevi commented 4 years ago

methods name on JB.h/m was renamed from isSecurityCheckNotPassed to isSecurityCheckPassed on this commit https://github.com/avltree9798/isJailbroken/commit/7d398a0d140fa803b0d79e4bc370e63f0086499f.

But the view controller reference wasn't renamed appropriately. This PR will rectify that.