Build jailbreak plug-in development environment

Source: Internet
Author: User

1. Install the Xcode environment. AppStore direct installation. Not much to express.

2. Install Theos,

#打开终端, set directory export THEOS=/opt/theos# install THEOSsudo svn co http://svn.howett.net /svn/theos/trunk $THEOS

3. Download Ldid.

#下载到tmp sudo curl-s http://dl.dropbox.com/u/3157793/ldid >/tmp/ldid#复制 sudo  cp /tmp/ldid $THEOS/bin/#权限 sudochmod +x $THEOS/bin/ldid# Delete RM /tmp/ldid

4.DPKG, packet pack

#安装Xcode Command toolsxcode-Select --Install
#安装Macport Choose your own version of the system
#https://guide.macports.org/chunked/installing.macports.html
#设置下Port的环境 or command not Found:port
Export Path=/opt/local/bin:/opt/local/sbin: $PATH

sudo Install dpkg

5. Building a new project

Use the terminal directly in the directory where you need to build a new project

#如果之前的command已经关闭, re-enter run export theos=/opt/THEOS set environment variable $theos/bin/nic.pl

As below, the general choice is 5 ...

? ~ $THEOS/bin/nic.pl Nic2.0-New Instance Creator------------------------------  [1.] iphone/Application [2.] iphone/Library [3.] iphone/Preference_bundle [4.] iphone/Tool [5.] iphone/Tweakchoose a Template (required):5Project Name (required): Newtestpackage name [com.yourcompany.newtest]: Com.m1989.newtestAuthor/maintainer Name [kaycm]: [iphone/Tweak] MobileSubstrate Bundle Filter [Com.apple.springboard]: [iphone/tweak] List of applications to terminate upon installation (space-separated,'-'  forNone) [Springboard]: instantiating iphone/tweakinchnewtest/... Done.

Not to be continued ...

Build jailbreak plug-in development environment

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.