-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* added tool - ios-app-signer * Apply suggestions from code review --------- Co-authored-by: Carlos Holguera <[email protected]>
- Loading branch information
1 parent
52c8b71
commit 259987b
Showing
2 changed files
with
15 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: ios-app-signer | ||
platform: ios | ||
source: https://github.com/DanTheMan827/ios-app-signer | ||
--- | ||
|
||
[ios-app-signer](https://github.com/DanTheMan827/ios-app-signer) is a GUI-based tool for macOS that allows you to re-sign iOS apps and bundle them into IPA files ready to be installed on an iOS device. It can be installed using the `.app` file from the [GitHub releases](https://github.com/DanTheMan827/ios-app-signer/releases) or via brew on macOS: | ||
|
||
``` | ||
brew install --cask ios-app-signer | ||
``` | ||
|
||
For more information about installation and use, see their [website](https://dantheman827.github.io/ios-app-signer/). | ||
|