Snooza / canijailbreak.com

a website which tells you whether you can jailbreak your iOS device.

Home Page:https://canijailbreak.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


canijailbreak.com

Build Status

a website which tells you whether you can jailbreak your iPhone, iPad, iPod touch or Apple TV.

Contributing

We welcome contributions to the code/design/data of the site! Currently, it's fairly basic.

A few guidelines for contributing:

  1. No beta jailbreaks
  2. No beta iOS versions
  3. Use one pull request per jailbreak addition - this will allow us to easily approve/reject new additions on a one-by-one basis.
  4. Commit tags for new jailbreaks, in the form of [jailbreak] <name> <version> for <iOS versions> are recommended :)
  5. Try to find the simplest route to jailbreak, such as one click GUIs, that support as many devices/iOS versions as possible.

installation

$ go get github.com/cj123/canijailbreak.com
$ cd $GOPATH/src/github.com/cj123/canijailbreak.com
$ go build .

running it

$ ./canijailbreak.com --help

This will generate output, by default into ./static.

adding jailbreaks

look in the file ./jailbreaks.json for a layout

then run the ./canijailbreak.com util again

About

a website which tells you whether you can jailbreak your iOS device.

https://canijailbreak.com

License:MIT License


Languages

Language:Go 90.9%Language:CSS 9.1%