/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.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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.

Why is this project needed?

Many coders find it hard to get up and running with contributing to Cydia. This project is meant to make it easier for someone to get started with contributing. The goal is to have an Xcode project anyone can easily run and understand. Right now anyone can download the project and have it running within the simulator in less than a minute!

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

  • Bring in features requested by the community.
  • Develop a vision for the future of the jailbreak community, and execute based on that vision.
  • Clean up the Cydia codebase.
  • Backport features for Cydia that make sense to be integrated.

Community

  • Want to join the project? Join the chat on Gitter. Looking for coders, designers, feature managers, anyone that wants to help.
  • Have a feature request? Open an issue. Tell us why this feature would be useful, and why you and others would want it.

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, 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 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.