Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit a24fc22

Browse files
committed
docs: update README
1 parent 73c05c4 commit a24fc22

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
# iOS App Signer
2+
> This repo is a fork of the [original project](https://github.com/DanTheMan827/ios-app-signer) with the [wildcard entitlements fix](https://github.com/DanTheMan827/ios-app-signer/pull/163) applied and binaries produced by GitHub CI.
3+
24
This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
35

4-
Supported input types are: ipa, deb, app, xcarchive
6+
Supported input types are: `ipa`, `deb`, `app`, `xcarchive`
57

6-
Usage
7-
------
8-
This app requires Xcode to be installed, it has only been successfully tested on OS X 10.11 at this time.
8+
## Usage
9+
This app requires `xcode-select` to be installed, macOS will offer to install it in case it's not present.
10+
This app has successfully been tested on macOS `10.15` and `11.1`.
911

1012
You need a provisioning profile and signing certificate, you can get these from Xcode by creating a new project.
1113

1214
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.
1315

16+
## Donate to the original author
1417
<a href="https://paypal.me/DanTheMan827" class="donate"><img src="http://dantheman827.github.io/images/donate-button.svg" height="44" alt="Donate"></a>
1518

16-
Thanks To
17-
------
19+
## Thanks To
1820
[maciekish / iReSign](https://github.com/maciekish/iReSign): The basic process was gleaned from the source code of this project.

0 commit comments

Comments
 (0)