ipa-man
Version:
Build ipa file for Xcode project
22 lines (11 loc) • 430 B
Markdown
# ipa-man: Build ipa with one command
------
Export ipa file with xCode6, need input developer account, it isn't well. ipa-man can build ipa file with one command, it's based on `xctool` and `xcodebuild`.
> * Build ipa with default configuration
> * Build ipa with custom profile
### Install
npm install ipa-man -g
### Usage
>* `ipa-man --help` can find supported parameters.
>* `ipa-man -p your-project-folder`
------