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- this rule seems more and more impossible to follow given the nature of most current jailbreaks. I ask that jailbreaks are at least reasonably stable before listed here - last thing Can I Jailbreak wishes to do is accidentally disable or break someone's device.- 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.yml
for a layout
then run the ./canijailbreak.com
util again