install_xcode_plugin¶
Install an Xcode plugin for the current user
install_xcode_plugin | |
---|---|
Supported platforms | ios, mac |
Author | @NeoNachoSoto, @tommeier |
2 Examples¶
install_xcode_plugin(url: "https://example.com/clubmate/plugin.zip")
install_xcode_plugin(github: "https://github.com/contentful/ContentfulXcodePlugin")
Parameters¶
Key | Description | Default |
---|---|---|
url |
URL for Xcode plugin ZIP file | |
github |
GitHub repository URL for Xcode plugin |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action install_xcode_plugin