This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,45 @@ | ||
![Mac 128pt](https://github.com/BomberFish/AppCommander/assets/87151697/e6705d37-150d-4f0f-982c-a5a39f8f0b09) | ||
# AppCommander | ||
A swiss army knife for your iPhone apps. | ||
|
||
A swiss army knife for your iPhone apps using [CVE-2022-46689](https://support.apple.com/en-us/HT213530). | ||
|
||
IPA available in the [Releases](https://github.com/BomberFish/AppCommander/releases/latest) section. | ||
|
||
## Supported versions | ||
|
||
- iOS 15.0-15.4.1: **Not officially supported.** | ||
- iOS 15.5-15.7.1: **Supported.** | ||
- iOS **15**.7.2+: **Not supported.** | ||
- iOS 16.0-16.1.2: **Supported.** | ||
- iOS 16.2+: **Not supported.** | ||
|
||
## Features | ||
- **App Manager** | ||
- List all installed apps, including hidden system apps. | ||
- Backup and restore app data (importing .abdk backups is also supported) | ||
- View app details | ||
- Delete app data/cache | ||
- View and modify app documents | ||
- Enable JIT* | ||
- Export encrypted IPAs | ||
- **Sort Home Screen by app names or icon colors** | ||
- **Miscellaneous Tools** | ||
- Whitelist (remove enterprise certificate blacklist) | ||
- Remove three-app-limit | ||
- Manually refresh icon cache | ||
|
||
*JIT can only be enabled if AppCommander is signed using a (free) developer certificate and after following the setup process in `Settings > Set up JIT`. | ||
|
||
## Installing | ||
You can install through AltStore, Sideloadly, or Xcode. | ||
|
||
TrollStore is not officially supported, and using enterprise signing apps such as Scarlet or ESign will not allow you to import backups. | ||
|
||
## Building | ||
Just build like a normal Xcode project. Sign using your own team and bundle identifier. You can also build the IPA file by running `make`. | ||
|
||
## Credits | ||
Credits can be viewed in the app by going to `Settings > About AppCommander`. | ||
|
||
## Suggestions and support | ||
You can create an issue on this repo, or join the [Cowabunga Discord server](https://discord.gg/MN8JgqSAqT) where I or someone else can help you in the #appcommander channel. |