https://github.com/ineo6/resignapp
Resign iOS app with dynamic library
https://github.com/ineo6/resignapp
ios jailbreak resign tweak
Last synced: about 1 year ago
JSON representation
Resign iOS app with dynamic library
- Host: GitHub
- URL: https://github.com/ineo6/resignapp
- Owner: ineo6
- Created: 2018-08-05T13:23:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T05:37:24.000Z (over 6 years ago)
- Last Synced: 2025-04-01T04:52:09.528Z (about 1 year ago)
- Topics: ios, jailbreak, resign, tweak
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RebuildApp
Rebuild and install app without jailbreak.
# Usage
```sh
$ npm install rebuildapp -g
# create template in your workspace
$ rebuildapp --new
$ cd $workspace
# pack ipa
# auto find provisitionFile、bundleId、ipa
$ rebuildapp
```
more command
```sh
Usage: rebuildapp [--options] [ipafile]
Options:
-V, --version output the version number
-n, --new create a rebuild workspace.
-b, --bundleid [BUNDLEID] Change the bundleid when repackaging
-i, --identity [iPhone Distribution:xxx] Specify Common name to use
-k, --keychain [KEYCHAIN] Specify alternative keychain file
-m, --mobileprovision [FILE]] Specify the mobileprovision file to use
-o, --output [APP.ipa] Path to the output IPA filename
-a, --auto auto install
-h, --help output usage information
Examples:
$ rebuildapp --auto wechat.ipa
```
# Template
```sh
.
├── README.md
├── embedded.mobileprovision
├── lib
│ └── WeChatRedEnvelop.dylib # dylib
└── tool # dylib tool
├── libsubstrate.dylib
└── yololib
```