-
Notifications
You must be signed in to change notification settings - Fork 22
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
Showing
2 changed files
with
3 additions
and
21 deletions.
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
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 |
---|---|---|
|
@@ -33,30 +33,13 @@ $ brew install --HEAD ideviceinstaller | |
``` | ||
|
||
## Installation | ||
### Binary | ||
### Binary(Intell Mac Only) | ||
Download the binary from [GitHub Releases](https://github.com/aktsk/ipa-medit/releases/) and drop it in your $PATH. | ||
If you are targeting an iOS app that runs on an Apple Silicon Mac, you will need to sign it. | ||
|
||
``` | ||
$ script/codesign.sh <ipa-medit path> | ||
``` | ||
|
||
### Manually Build | ||
You can build it by using the make command. | ||
You need Go compiler. | ||
If you are targeting an IOS app that runs on an Apple Silicon Mac, you will need to sign it. | ||
|
||
``` | ||
$ go install github.com/aktsk/ipa-medit@latest | ||
``` | ||
|
||
If you are targeting an iOS app that runs on an Apple Silicon Mac, you will need to sign it. | ||
|
||
``` | ||
$ script/codesign.sh <ipa-medit path> | ||
``` | ||
|
||
Also, you can build it by using the make command. | ||
In this case, `script/codesign.sh` will be executed and signed automatically. | ||
If you are targeting an iOS app that runs on an Apple Silicon Mac, you will need to sign it, but `script/codesign.sh` will be executed and signed automatically. | ||
|
||
``` | ||
$ git clone [email protected]:aktsk/ipa-medit.git | ||
|