Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/RishabhTayal/Fastlane-Plugin

The awesome Fastlane tools brought into your Xcode
https://github.com/RishabhTayal/Fastlane-Plugin

Last synced: 4 days ago
JSON representation

The awesome Fastlane tools brought into your Xcode

Awesome Lists containing this project

README

        

# Fastlane-Plugin for Xcode

## Features
- Run `fastlane` command with one click.
- Add your Fastfile in xcode.
- Setup Fastlane.

![Menu](https://raw.githubusercontent.com/RishabhTayal/Fastlane-Plugin/master/screenshot.png)

## Install
Install via [Alcatraz](http://alcatraz.io/)

OR

Clone and build the project, then restart Xcode.

OR

### install_xcode_plugin

Install an Xcode plugin for the current user

```ruby
install_xcode_plugin(url: 'https://github.com/RishabhTayal/Fastlane-Plugin/releases/download/1.2/Fastlane.xcplugin.zip')
```

## Uninstall

Uninstall via [Alcatraz](http://alcatraz.io/)

OR

Run `rm -r ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Fastlane-Plugin.xcplugin/`

## Author
Rishabh Tayal: [@Rishabh_Tayal](http://twitter.com/rishabh_tayal)

Thanks: Felix Krause [@KrauseFx](http://twitter.com/krausefx)