- 授权协议: 未知
- 开发语言: SHELL
- 操作系统: OS X
- 软件首页: https://github.com/webfrogs/xcode_shell
- 软件文档: https://github.com/webfrogs/xcode_shell
软件介绍
iOS工程自动打包脚本:ipa-build。集成xcodebuild和xcrun来编译打包xcode工程。
使用方法:
ipa-build <project directory> [-c <project configuration>] [-o <ipa output directory>] [-n]c命令行参数:
-c NAME the configuration of project used to compile.Default is Release -o PATH output path for ipa file(must be a directory) -n clean the project before compling
Test Driven Development
Kent Beck / Addison-Wesley Professional / 2002-11-18 / USD 49.99
Quite simply, test-driven development is meant to eliminate fear in application development. While some fear is healthy (often viewed as a conscience that tells programmers to "be careful!"), the auth......一起来看看 《Test Driven Development》 这本书的介绍吧!
