Explorar o código

xcodebuild: add Chinese translation

wizarot %!s(int64=6) %!d(string=hai) anos
pai
achega
26910e84b0
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      pages.zh/osx/xcodebuild.md

+ 15 - 0
pages.zh/osx/xcodebuild.md

@@ -0,0 +1,15 @@
+# xcodebuild
+
+> 构建Xcode项目.
+
+- 构建工作区:
+
+`xcodebuild -workspace {{工作区名.工作区}} -scheme {{主题名}} -configuration {{配置名}} clean build SYMROOT={{SYMROOT_路径}}`
+
+- 构建项目:
+
+`xcodebuild -target {{目标名}} -configuration {{配置名}} clean build SYMROOT={{SYMROOT_路径}}`
+
+- 显示 SDK:
+
+`xcodebuild -showsdks`