Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/RishabhTayal/Fastlane-Plugin
- Owner: RishabhTayal
- Created: 2016-02-18T17:08:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T15:13:58.000Z (about 7 years ago)
- Last Synced: 2024-08-03T14:08:11.568Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 652 KB
- Stars: 37
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
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)