https://github.com/yahoojapan/fastlane-plugin-setup_app_feedback_sdk
Fastlane plugin that update Info.plist for AppFeedback SDK
https://github.com/yahoojapan/fastlane-plugin-setup_app_feedback_sdk
fastlane fastlane-plugin ios
Last synced: 6 months ago
JSON representation
Fastlane plugin that update Info.plist for AppFeedback SDK
- Host: GitHub
- URL: https://github.com/yahoojapan/fastlane-plugin-setup_app_feedback_sdk
- Owner: yahoojapan
- License: mit
- Created: 2018-12-26T00:33:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T01:07:20.000Z (about 6 years ago)
- Last Synced: 2024-05-09T15:23:43.476Z (over 1 year ago)
- Topics: fastlane, fastlane-plugin, ios
- Language: Ruby
- Homepage:
- Size: 33.2 KB
- Stars: 4
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# setup_app_feedback_sdk plugin
[](https://rubygems.org/gems/fastlane-plugin-setup_app_feedback_sdk)
[](https://circleci.com/gh/yahoojapan/fastlane-plugin-setup_app_feedback_sdk)## Getting Started
This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-setup_app_feedback_sdk`, add it to your project by running:
```bash
fastlane add_plugin setup_app_feedback_sdk
```## About setup_app_feedback_sdk
This fastlane plugin add the following information into the Info.plist for [AppFeedback SDK](https://github.com/yahoojapan/AppFeedback).
- Slack token and channel id
- Build information from CI environment variables## Example
Check out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.
## Run tests for this plugin
To run both the tests, and code style validation, run
```
rake
```To automatically fix many of the styling issues, use
```
rubocop -a
```## Issues and Feedback
For any other issues and feedback about this plugin, please submit it to this repository.
## Troubleshooting
If you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.
## Using _fastlane_ Plugins
For more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).
## About _fastlane_
_fastlane_ is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).