All Projects → bumaociyuan → Ios Ipa Server

bumaociyuan / Ios Ipa Server

Licence: mit
Create a HTTPS Server to install iOS ipa

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ios Ipa Server

AppCenter-Github-Action
This action uploads artifacts (.apk or .ipa) to Visual Studio App Center.
Stars: ✭ 46 (-93.59%)
Mutual labels:  distribution, ipa
Librmath.js
Javascript Pure Implementation of Statistical R "core" numerical libRmath.so
Stars: ✭ 425 (-40.81%)
Mutual labels:  distribution
Xresign
XReSign - developer tool to sign or resign iOS app (.ipa) files with a digital certificate from Apple.
Stars: ✭ 277 (-61.42%)
Mutual labels:  ipa
Mirrorbits
Mirrorbits is a geographical download redirector written in Go for distributing files efficiently across a set of mirrors.
Stars: ✭ 365 (-49.16%)
Mutual labels:  distribution
Javapackager
📦 Gradle/Maven plugin to package Java applications as native Windows, Mac OS X, or GNU/Linux executables and create installers for them.
Stars: ✭ 285 (-60.31%)
Mutual labels:  distribution
Ipapatch
Patch iOS Apps, The Easy Way, Without Jailbreak.
Stars: ✭ 3,837 (+434.4%)
Mutual labels:  ipa
bootswatch-dist
Distribution packages for bootswatch themes.
Stars: ✭ 82 (-88.58%)
Mutual labels:  distribution
Monkeydev
CaptainHook Tweak、Logos Tweak and Command-line Tool、Patch iOS Apps, Without Jailbreak.
Stars: ✭ 5,492 (+664.9%)
Mutual labels:  ipa
Ipa Server
Upload and install IPA in web.
Stars: ✭ 392 (-45.4%)
Mutual labels:  ipa
Rtorrent Ps
🎨 Extended rTorrent distribution with a fully customizable canvas and colors, other feature additions, and complete docs.
Stars: ✭ 359 (-50%)
Mutual labels:  distribution
App Info Parser
A javascript parser for parsing .ipa or .apk files. IPA/APK文件 js 解析器
Stars: ✭ 298 (-58.5%)
Mutual labels:  ipa
Swiftscan
A barcode and qr code scanner( 二维码/条形码扫描、生成,仿微信、支付宝)
Stars: ✭ 293 (-59.19%)
Mutual labels:  ipa
Cartool
Mac上解压Assets.car文件的小工具(支持右键解压)
Stars: ✭ 375 (-47.77%)
Mutual labels:  ipa
Distributor
Share content between your websites.
Stars: ✭ 282 (-60.72%)
Mutual labels:  distribution
Ansible Playbooks
Ansible playbook collection that have been written for Ubuntu. Some of the playbooks are Elasticsearch, Mesos, AWS, MySql, Sensu, Nginx etc..
Stars: ✭ 429 (-40.25%)
Mutual labels:  ipa
Distillery
Every alchemist requires good tools, and one of the greatest tools in the alchemist's disposal is the distillery. The purpose of the distillery is to take something and break it down to its component parts, reassembling it into something better, more powerful. That is exactly what this project does - it takes your Mix project and produces an Erlang/OTP release, a distilled form of your raw application's components; a single package which can be deployed anywhere, independently of an Erlang/Elixir installation. No dependencies, no hassle.
Stars: ✭ 2,869 (+299.58%)
Mutual labels:  distribution
Kixi.stats
A library of statistical distribution sampling and transducing functions
Stars: ✭ 294 (-59.05%)
Mutual labels:  distribution
Gamer Os
A Steam Big Picture based couch gaming OS
Stars: ✭ 366 (-49.03%)
Mutual labels:  distribution
Selks
A Suricata based IDS/IPS distro
Stars: ✭ 707 (-1.53%)
Mutual labels:  distribution
Appinfoscanner
一款适用于以HW行动/红队/渗透测试团队为场景的移动端(Android、iOS、WEB、H5、静态网站)信息收集扫描工具,可以帮助渗透测试工程师、攻击队成员、红队成员快速收集到移动端或者静态WEB站点中关键的资产信息并提供基本的信息输出,如:Title、Domain、CDN、指纹信息、状态信息等。
Stars: ✭ 424 (-40.95%)
Mutual labels:  ipa

自动生成自签名HTTPS服务器,快速安装ipa

README For English

iOS 10.3

  • iOS 10.3 安装方法 Settings > General > About (logically...) > Certificate Trust Settings > Enable Full Trust for Root Certificates

iOS 11

  • 需要 ios-ipa-server1.2.0以上,并先扫描安装CA证书,信任证书方法同iOS 10.3

支持

  • OS X
  • Ubuntu
  • CentOS
  • 其他平台未测试

需要

安装

$ 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)
-i, --ip <ip-address>     set ip address for server (defaults is automatic getting by program)

开启服务

$ cd /path/of/ipa
$ ios-ipa-server

# or

$ ios-ipa-server /path/of/ipa


# open https://ip:port/download on your iphone

关于ipa打包方法

安装app

  • 手机使用safari打开https://ip:port/download页面
  • 第一次打开会弹出警告无法验证服务器,请点击详细信息按钮安装证书,按指示一直点击下一步和完成(强烈推荐使用静态IP,避免每次重新安装证书)
  • 点击ipa链接在线安装ipa

simulator screen shot jun 22 2016 2 45 19 pm 2

效果图

screeshot

开发

# 下载源码
$ git clone [email protected]:bumaociyuan/ios-ipa-server.git

# 安装依赖包
$ cd ios-ipa-server
$ npm install 

# 建立link 方便调试
$ npm link

# 运行
$ cd /path/of/ipa
$ ios-ipa-server

TODO

  • [ ] 支持多语言
  • [ ] 支持shenzhen
  • [ ] 支持上传IPA
  • [ ] iOS 10.3 以上提示 #23 证书信任设置

Lisence

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].