An app to list iOS/iPadOS app's, for stock devices. This app uses idevice and lockdownd pairing to retrieve installed apps.
- List, open, and delete "System" & "User" apps.
- View entitlements, signing identity, and additional misc info.
Visit releases and get the latest .ipa.
- Establish a heartbeat with a TCP provider (the app will need this for later).
- For it to be successful, we need a pairing file from JitterbugPair and a VPN.
- When preparing the list, we need to establish another connection but for
installation_proxyusing our heartbeat provider and client handle. - Then we can use
installation_proxy_get_appsusing that handle to list applications.
Due to how it works right now we need both a VPN and a lockdownd pairing file, this means you will need a computer for its initial setup.
- Xcode 16
- Swift 5.9
- iOS 16
-
Clone repository
git clone https://github.com/khcrysalis/Antrag
-
Compile
cd Antrag gmake -
Updating
git pull
Using the makefile will automatically create an adhoc ipa inside the packages directory, using this to debug or report issues is not recommend. When making a pull request or reporting issues, it's generally advised you've used Xcode to debug your changes properly.
| Thanks to all my sponsors!! |
|---|
| "samara is cute" - Vendicated |
This project is licensed under the GPL-3.0 license. You can see the full details of the license here.
By contributing to this project, you agree to license your code under the GPL-3.0 license as well (including agreeing to license exceptions), ensuring that your work, like all other contributions, remains freely accessible and open.