IOSOpenDev: Difference between revisions

From iPhone Development Wiki
No edit summary
No edit summary
Line 5: Line 5:
== Purpose of iOSOpenDev  ==
== Purpose of iOSOpenDev  ==


The purpose of iOSOpenDev is to provide developers a way to use Xcode and its native build engine to develop tweaks and other jailbreak-type projects by providing:
The purpose of [[iOSOpenDev]] is to provide developers a way to use Xcode and its native build engine to develop tweaks and other jailbreak-type projects.
* Set up of iOS SDK
* Xcode templates


== Requirements ==
== Requirements ==
Line 13: Line 11:
* Mac OS X 10.6 (Snow Leopard) or greater
* Mac OS X 10.6 (Snow Leopard) or greater
* Xcode 4.0 or greater
* Xcode 4.0 or greater
* Git
* Git — [http://git-scm.com/]
* Dpkg
* Dpkg —  [http://www.macports.org/] (install MacPorts then install dpkg)


== Installation ==
== Installation ==

Revision as of 22:25, 20 February 2012

What is iOSOpenDev

iOSOpenDev is an open-source project that sets up the iOS SDK to allow open development in Xcode of jailbreak-type projects not supported nor allowed by default and provides Xcode templates for building common jailbreak-type projects and the various tools needed for such development.

Purpose of iOSOpenDev

The purpose of iOSOpenDev is to provide developers a way to use Xcode and its native build engine to develop tweaks and other jailbreak-type projects.

Requirements

  • Mac OS X 10.6 (Snow Leopard) or greater
  • Xcode 4.0 or greater
  • Git — [1]
  • Dpkg — [2] (install MacPorts then install dpkg)

Installation