This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45e5d52
commit 3c38be8
Showing
1 changed file
with
21 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 +1,21 @@ | ||
# iInjection | ||
# iInjection | ||
|
||
This is an app for OS X that can inject dylib and (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. | ||
|
||
Supported input types are: ipa, deb, app, xcarchive | ||
|
||
Usage | ||
|
||
This app requires Xcode to be installed, it has only been successfully tested on OS X 10.11 at this time. | ||
|
||
You need a provisioning profile and signing certificate, you can get these from Xcode by creating a new project. | ||
|
||
You can then open up iOS App Signer and select your input file, signing certificate, provisioning file, and optionally specify a new application ID and/or application display name. | ||
|
||
|
||
|
||
Thanks To | ||
|
||
maciekish / iReSign: The basic process was gleaned from the source code of this project. | ||
|
||
DanTheMan827/ios-app-signer The basic process was gleaned from the source code of this project. |