https://github.com/rannie/hrbuild-shell
Shell script to build ipa.
https://github.com/rannie/hrbuild-shell
Last synced: 8 months ago
JSON representation
Shell script to build ipa.
- Host: GitHub
- URL: https://github.com/rannie/hrbuild-shell
- Owner: Rannie
- License: mit
- Created: 2015-02-10T08:39:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T02:20:37.000Z (about 8 years ago)
- Last Synced: 2025-01-02T02:43:25.466Z (9 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hrbuild-shell
Shell script to build ipa.### 使用说明
下载后,打开终端执行脚本。
```
功能:编译xcode项目并打ipa包使用说明:
编译project
hrbuild -c -o [-t ] -p [-n]
编译workspace
hrbuild -w -s -c -o [-t ] -p [-n]参数说明:
-c NAME 工程的configuration,默认为Release。
-o PATH 生成的ipa文件输出的文件夹
-t NAME 需要编译的target的名称
-w 编译workspace
-s NAME 对应workspace下需要编译的scheme
-n 编译前是否先clean工程
-p NAME 配置文件名称
```