iosbuilder
v0.0.8
Published
ios builder and adhoc distributor
Downloads
1
Readme
iosbuilder
usage
// iosbuilder를 글로벌로 설치한다.
$ npm install -g iosbuilder
// xcworkspace가 있는 프로젝트로 이동한다.
$ cd <xcodeproject>
// iosbuilder.json 파일 생성
$ iosbuilder init
// iosbuilder.json 파일 기준으로 빌드 및 배포
$ iosbuilder
license
MIT