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

https://github.com/linjunpop/distribute

[不维护了]编译 App,上传到七牛,然后发送通知在 Hipchat
https://github.com/linjunpop/distribute

Last synced: 12 months ago
JSON representation

[不维护了]编译 App,上传到七牛,然后发送通知在 Hipchat

Awesome Lists containing this project

README

          

# Distribute

编译 App,上传到七牛,然后发送通知在 Hipchat

> :warning: 不再维护了,建议使用 [fastlane](https://github.com/fastlane/fastlane) 结合 [blast_off](https://github.com/linjunpop/blast_off) 来实现更可靠的服务。

## Installation

Add this line to your application's Gemfile:

gem 'distribute', github: 'linjunpop/distribute'

And then execute:

$ bundle

Or install it yourself as:

$ gem install distribute

## Usage

在 APP 项目下创建 `.env` 文件,里面写入配置,然后执行 `$ bundle exec distribute` 就可以打包发布了

示例配置文件:

```
APP_NAME=GridDiary
SCHEME=GridDiary Beta
CONFIGURATION=AdHoc
QINIU_ACCESS_KEY=xxx
QINIU_SECRET_KEY=xxx
QINIU_BUCKET=gd
QINIU_CUSTOM_DOMAIN=xxx
HIPCHAT_API_TOKEN=xxx
```

## Contributing

1. Fork it ( http://github.com/linjunpop/distribute/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request