add new chinese translations
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# xctool
|
||||
|
||||
> 用于构建 Xcode 项目的工具。
|
||||
> 更多信息:<https://github.com/facebookarchive/xctool>.
|
||||
> 构建 Xcode 项目。
|
||||
> 更多信息:<https://github.com/facebookarchive/xctool>。
|
||||
|
||||
- 在没有任何工作区的情况下生成单个项目:
|
||||
- 在没有任何工作区的情况下构建单个项目:
|
||||
|
||||
`xctool -project {{你的项目.名称}} -scheme {{方案}} build`
|
||||
`xctool -project {{YourProject.xcodeproj}} -scheme {{YourScheme}} build`
|
||||
|
||||
- 构建属于工作区的项目:
|
||||
- 构建作为工作区一部分的项目:
|
||||
|
||||
`xctool -workspace {{你的工作区.名字}} -scheme {{方案}} build`
|
||||
`xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} build`
|
||||
|
||||
- 清理、构建和执行所有测试:
|
||||
- 清理、构建并执行所有测试:
|
||||
|
||||
`xctool -workspace {{你的工作区.名字}} -scheme {{方案}} clean build test`
|
||||
`xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} clean build test`
|
Reference in New Issue
Block a user