https://github.com/linjunpop/distribute
[不维护了]编译 App,上传到七牛,然后发送通知在 Hipchat
https://github.com/linjunpop/distribute
Last synced: 12 months ago
JSON representation
[不维护了]编译 App,上传到七牛,然后发送通知在 Hipchat
- Host: GitHub
- URL: https://github.com/linjunpop/distribute
- Owner: linjunpop
- License: mit
- Created: 2014-02-26T06:49:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T06:59:17.000Z (over 10 years ago)
- Last Synced: 2025-01-09T03:41:39.186Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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