a website which tells you whether you can jailbreak your iPhone, iPad, iPod touch or Apple TV.
We welcome contributions to the code/design/data of the site! Currently, it's fairly basic.
A few guidelines for contributing:
- No beta jailbreaks
- No beta iOS versions
- Use one pull request per jailbreak addition - this will allow us to easily approve/reject new additions on a one-by-one basis.
- Commit tags for new jailbreaks, in the form of
[jailbreak] <name> <version> for <ios versions>
are recommended :) - Try to find the simplest route to jailbreak, such as one click GUIs, that support as many devices/ios versions as possible.
$ go get github.com/cj123/canijailbreak.com
$ cd $GOPATH/src/github.com/cj123/canijailbreak.com
$ go build .
$ ./canijailbreak.com --help
This will generate output, by default into ./static
.
look in the file ./jailbreaks.json
for a layout
then run the ./canijailbreak.com
util again