自动生成自签名HTTPS服务器,快速安装ipa
- OS X
- Ubuntu
- 其他平台未测试
$ npm install -g ios-ipa-server
Usage: ios-ipa-server [option] [dir]
Options:
-h, --help output usage information
-V, --version output the version number
-p, --port <port-number> set port for server (defaults is 1234)
$ cd /path/of/ipa
$ ios-ipa-server
# or
$ ios-ipa-server /path/of/ipa
# open https://ip:port/download on your iphone
- 手机使用safari打开
https://ip:port/download
页面 - 第一次打开会弹出警告
无法验证服务器
,请点击详细信息
按钮安装证书,按指示一直点击下一步和完成(强烈推荐使用静态IP,避免每次重新安装证书) - 点击
ipa
链接在线安装ipa
# 下载源码
$ git clone git@github.com:bumaociyuan/ios-ipa-server.git
# 安装依赖包
$ cd ios-ipa-server
$ npm install
# 建立link 方便调试
$ npm link
# 运行
$ cd /path/of/ipa
$ ios-ipa-server