We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83487b commit 7e625f9Copy full SHA for 7e625f9
README.md
@@ -31,7 +31,7 @@ Add the `install_xcode_plugin` to your `Fastfile`. This way, the plugin gets ins
31
```ruby
32
lane :xcode do
33
install_xcode_plugin(
34
- url: "https://github.com/fastlane/FixCode/releases/download/0.3.0/FixCode.xcplugin.zip"
+ url: "https://github.com/fastlane/FixCode/releases/download/0.4.0/FixCode.xcplugin.zip"
35
)
36
end
37
```
0 commit comments