프로그래밍/objectiveC/Xcode

xcode5 command line build

hepaistos 2014. 3. 18. 12:22


빌드 자동화을 위해 레퍼런스 참고용 링크입니다.

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