JailbreakChecker 0.2.0

JailbreakChecker 0.2.0

Maintained by Jens Leirens.



  • By
  • Mafken

JailbreakChecker

Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

var outputString = ""
let result = JailbreakChecker.jailbreakCheck()
        
if result.count > 0 {
  outputString.append(" The Device has been Jailbroken! \n\n")
            
  // display the results
  for item in result {
    outputString.append(item.key + " = " + item.value.description + "\n")
  }
}

Installation

JailbreakChecker is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'JailbreakChecker'

Author

Mafken

License

JailbreakChecker is available under the MIT license. See the LICENSE file for more info.