Zebra (neé AUPM) is a Package Manager for jailbroken iOS devices. It is built to support iOS 9 up to iOS 12 and for iPhones and iPads alike.
The best way to report a bug with Zebra is to open an issue here.
Fill out the required fields as best that you can in order to have a better chance at getting your issue fixed.
I may require some additional information in order to isolate the issue in question and may ask for your response. Your help is appreciated.
You must create a GitHub account to create an issue. If you do not have one, it is free to create one by signing up or you can email me.
Feature request are welcome as well and are also tracked through GitHub issues here.
Fill out the required fields to the best of your ability (mockups, screenshots, descriptions, etc.).
You must create a GitHub account to create an issue. If you do not have one, it is free to create one by signing up or you can email me.
Pull requests to fix bugs, add new features, and fix awful code (I'm sure there is a lot) are also very welcome and I'm happy to work with you in order to get your PR into Zebra.
Zebra is available from my personal APT repo for iOS located here.
This source can be added to Cydia on your iPhone or iPad and it is included by default with Zebra to provide future updates.
Pre-compiled debs are available via GitHub releases, if that is your fancy.
If you want to compile Zebra yourself, you can use the following steps. A computer running macOS is required and must have Xcode installed.
- Clone this repository using
git clone https://github.com/wstyres/Zebra.git
cd
into theZebra
folder- run
make do
- If you don't have
theos
already installed on your computer, follow the steps located here.
- If you don't have
- Done!