Skip to content

Commit 5cfb37a

Browse files
committed
Updated documentation
1 parent 6303761 commit 5cfb37a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FixCode
1010
Fixing the <code>Fix Issue</code> button
1111
</p>
1212

13-
This Xcode plugin disables the `Fix Issue` functionality in Xcode. This way, none of your team members can click this button by mistake and might end up revoking all existing certificates and provisioning profiles.
13+
This Xcode plugin disables the `Fix Issue` functionality in Xcode. This way, none of your team members can click this button by mistake and might end up revoking existing certificates and provisioning profiles.
1414

1515

1616
| | Fix Issue
@@ -57,20 +57,18 @@ curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/
5757

5858
# What does this do?
5959

60-
The primary goal of this plugin is to **disable** the original `Fix Issue` button, as it has side effects, like [revoking your certificates and with it all its provisioning profiles](https://raw.githubusercontent.com/fastlane/sigh/master/assets/SignErrors.png).
60+
The primary goal of this plugin is to **disable** the original `Fix Issue` button, as it has side effects, like sometimes [revoking your certificates and with it all its provisioning profiles](https://raw.githubusercontent.com/fastlane/sigh/master/assets/SignErrors.png).
6161

6262
This is especially a big problem when working in a bigger team: Someone clicks the `Fix Issue` button and revokes the other profiles. This includes Enterprise profiles, resulting in breaking the app on all devices it's installed on.
6363

64-
This Xcode plugin will deactivate the button and replace it with an emoji (and therefore much friendlier) button. The button will open the [official code signing guide](https://github.com/fastlane/fastlane/blob/master/docs/CodeSigning.md).
64+
This Xcode plugin will deactivate the button and replace it with emojis. The button will open the [official code signing guide](https://github.com/fastlane/fastlane/blob/master/docs/CodeSigning.md).
6565

6666
You might ask yourself, why the button doesn't just run [sigh](https://github.com/fastlane/sigh) or [cert](https://github.com/fastlane/cert): Check out the [blog post about developer tools by Felix Krause](https://krausefx.com/blog/ios-tools) for more information about how developer tools should be transparent and show you what they do.
6767

6868
<img src="FixIssueButton2.jpg" alt="Fix Issue" width="500" />
6969

7070
# Thanks
7171

72-
Special thanks to Apple Inc for providing the initial "Fix Issue" functionality. Without it, this project wouldn't be possible.
73-
7472
- The code was implemented by [@neonacho](https://twitter.com/neonacho)
7573
- [@KrauseFx](https://twitter.com/KrauseFx) was also there, providing drinks while [@neonacho](https://twitter.com/neonacho) did the actual work.
7674

0 commit comments

Comments
 (0)