Skip to content

i5ting/IPA-File-Deliver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPA-File-Deliver下载助手

iOS在7.1之后安装ipa必须走https,这就意味着你必须要有https证书,但未必每个人都需要这样做,于是有了这个开源项目( IPA-File-Deliver)

它主要解决了从ipa生成下载的plist的过程,并把plist通过配置文件上传到指定的https内容提供商,目前计划支持

  • upyun
  • git pages
  • dropbox(国内最近被墙了)

操作系统

由于需要使用usr/libexec/PlistBuddy解析info.plist,所以目前只支持mac osx系统

Setup using Bundler

$ bundle install

Starting

$ ./start.sh

then access address http://127.0.0.1:9292/

git pages 上传

./ghp_generate.sh 

首次,可能需要等几分钟才能访问的。

比如我的git是

https://github.com/i5ting/IPA-File-Deliver

那么我的git pages地址是

https://i5ting.github.io/IPA-File-Deliver/plist/	

自己注意修改

Features

  • 上传ipa
  • 解析生成plist文件
  • 生成app首页
  • 配置ip地址,一键生成所有plist,每次换ip都要重新生成
  • 自动提交到某git pages
  • 生成api

Contributing

  1. Fork it
  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

版本历史

  • v0.1.0 初始化版本

License

this gem is released under the MIT License.

About

IPA文件分发下载助手(专治ios7.1之后https病)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published