Skip to content

Commit 85a69a7

Browse files
committed
Added fastlane instructions
1 parent 387725d commit 85a69a7

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,26 @@ Fixing the <code>Fix Issue</code> button
3131

3232
# Installation
3333

34-
The recommended way to install `FixCode` is using [Alcatraz](http://alcatraz.io/).
34+
### Using fastlane
3535

36-
Install [Alcatraz](http://alcatraz.io/) using
36+
Add the `install_xcode_plugin` to your `Fastfile`. This way, the plugin gets installed for the whole team, so that no one can revoke your certificate by mistake.
37+
38+
```ruby
39+
lane :xcode do
40+
install_xcode_plugin(
41+
url: "https://github.com/fastlane/FixCode/releases/download/0.1.0/FixCode.xcplugin.zip"
42+
)
43+
end
44+
```
45+
46+
```
47+
fastlane xcode
48+
```
49+
50+
### Alcatraz
51+
You can install `FixCode` using [Alcatraz](http://alcatraz.io/).
52+
53+
First, install [Alcatraz](http://alcatraz.io/) using
3754

3855
```
3956
curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh

0 commit comments

Comments
 (0)