Skip to content

Installation

kabiroberai edited this page Dec 1, 2016 · 8 revisions

Requirements

  • iOS device
  • Apple Developer account
  • Xcode with the iOS SDK
  • Patience and luck

Installation

  1. Install and configure Theos
  • Clone this project to your computer (use git clone --recursive because the repository has submodules)
  • Install the module and template by runnning ./install
  • Install optool and ios-deploy in any directory in your PATH

Updating Theos Jailed

Like Theos, Theos Jailed utilises a rolling release model, meaning the latest commit to the Git repo is the latest version available. You can update Theos Jailed by running ./update in the directory where you initially cloned the repository. You should do this every once in a while to keep the repository up to date with the latest changes in Theos.

Clone this wiki locally