Skip to content

Commit

Permalink
Stop generating arm binaries on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmru committed Aug 11, 2021
1 parent c514e27 commit 3c60155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ builds:
- darwin
goarch:
- amd64
- arm64
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
Expand Down
23 changes: 3 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 git@github.com:aktsk/ipa-medit.git
Expand Down

0 comments on commit 3c60155

Please sign in to comment.