These packages install Theos to your iDevice and OS X computer. Mostly for developer use and such.
To install Theos, you must do so on both your Mac and your Device. Move the file TheosInstallDevice to your device at /usr/bin using SSH or using iFunbox. Make sure you have BigBoss Recommended Tools installed on your device. Once you have moved the TheosInstallDevice to /usr/bin,
cdto /usr/bin and use the command
chmod a+x TheosInstallDeviceThen, execute the command by typing in
TheosInstallDevice
To install on your Mac, navigate to the directory where you saved it using the
cdcommand and then, just use the
chmod a+x TheosInstallMacExecute the Command by typing in
./TheosInstallMac
To use Theos, just execute the command
$THEOS/bin/nic.plon your Mac and then, once you have created a project and have coded it, navigate to the project directory and type
make packageOnce that command is finished, type
make installand it will install it to your device for testing.