From 26910e84b039ef6325d1708f1151021e1c66409e Mon Sep 17 00:00:00 2001 From: wizarot Date: Tue, 19 Mar 2019 17:09:23 +0800 Subject: [PATCH] xcodebuild: add Chinese translation --- pages.zh/osx/xcodebuild.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages.zh/osx/xcodebuild.md diff --git a/pages.zh/osx/xcodebuild.md b/pages.zh/osx/xcodebuild.md new file mode 100644 index 000000000..24734c55e --- /dev/null +++ b/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`