Skip to content

Commit 6d117ce

Browse files
Apply suggestions from code review
Co-authored-by: Carlos Holguera <perezholguera@gmail.com>
1 parent 42bd908 commit 6d117ce

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tools/ios/MASTG-TOOL-0102.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ platform: ios
44
source: https://github.com/DanTheMan827/ios-app-signer
55
---
66

7-
[ios-app-signer](https://github.com/DanTheMan827/ios-app-signer) is GUI for macOS.With this you can re-sign iOS apps and bundle them into ipa files that are ready to be installed on an iOS device.It can be installed via brew on macOS :
7+
Fixed md lint and other errors, also added some minor text improvements.
8+
9+
We recommend to install https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint in your vscode to prevent this in the future.
10+
11+
Also, please be careful with punctuation and spacing, for example:
12+
- `is GUI for macOS.With this` (a white space after `.` was missing)
13+
- `installed via brew on macOS :` (the whitespace before `:` shouldn't be there.
14+
15+
```suggestion
16+
[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:
17+
818
```
919
brew install --cask ios-app-signer
1020
```

0 commit comments

Comments
 (0)