2014. 3. 18. 12:22 프로그래밍/objectiveC/Xcode
xcode5 command line build
빌드 자동화을 위해 레퍼런스 참고용 링크입니다.
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcodebuild.1.html
http://stackoverflow.com/questions/6151549/how-can-i-build-a-specific-architecture-using-xcodebuild
ONLY_ACTIVE_ARCH=YES 옵션이 있는데 mac page에는 기재되지 않아서 당황했습니다.
adHoc자동화 스크립트 참고용 링크
http://nachbaur.com/blog/how-to-automate-your-iphone-app-builds-with-hudson
https://gist.github.com/jonah-carbonfive/949831
'프로그래밍 > objectiveC/Xcode' 카테고리의 다른 글
Shake - Re-write of Apple's AccelerometerGraph Application (0) | 2014.05.12 |
---|---|
Postman - REST Client (0) | 2014.05.12 |
cocoapods update 에러 대응 (0) | 2014.03.18 |
앱스토어에 있는 앱의 최신버젼 확인하기 (0) | 2013.09.01 |
Objective-C 추가된 문법 (0) | 2013.08.14 |