JohnCoatesOSS / Limitless

Fork of Cydia. Different name to avoid confusion. Goal: Refactor Cydia to make contributions easier. Backport features to Cydia's coding style so they can be submitted for consideration.
GNU General Public License v3.0
155 stars 28 forks source link

Limitless

header

Gitter Build Status

preview

What is this project?

What if Cydia, the popular jailbreak alternative to the App Store, didn't have to support iOS 2.0? What if it could use the latest iOS features? Limitless is a project aimed to be a vision of what Cydia can be if it's unrestricted. With a heavy focus on contributing to Cydia, new features will be open to be backported. This project is meant to further Cydia, and is not meant to be a competitor.

Why is this project needed?

Many in the jailbreak community are interested in contributing to Cydia. This has been proven to be very difficult. Coders find it hard to get Cydia to even compile, much less run on the iOS simulator. Designers fail to get any traction. We alleviate these issues. All contributors are welcome with open arms, and we welcome all discussions regarding features or direction of the project.

How will the changes be implemented into Cydia?

No promises on that front, that's solely up to Saurik's discretion as he is the creator and maintainer of Cydia. The goal is to first implement a feature in Limitless, then submit for consideration to Saurik, and if given the go-ahead we'll backport to Cydia's constraints.

Design Goals

Contributors & Community

We're an open, transparent, community-driven project, always looking to welcome new contributors.

Why is it called Limitless?

There are a lot of limitations to writing code for Cydia. Because it needs to support iOS 2.0+, new features can't easily be written taking advantage of Automatic Reference Counting (ARC), Auto Layout, and all the hundreds of new APIs that have been made available in the recent years. With Limitless the plan is to have none of these limitations. We'll implement features while targeting the latest jailbreak release, and with a popular code style guide. Once approved to be backported, a feature will be re-written with a style guide that matches Cydia's current style, and with APIs that will maintain full compatibility with all iOS versions.

Compiling, Running

Open Limitless.xcodeproj in Xcode 8.1, and run.

If you want to run on your device, make sure your Team setting is configured in the Limitless target's General configuration tab.