From 790a0baafa4b3504ccebe28811111d060ab9bb32 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 4 Jun 2017 21:16:12 +0000 Subject: [PATCH] xcodebuild --- sheets/xcodebuild | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sheets/xcodebuild diff --git a/sheets/xcodebuild b/sheets/xcodebuild new file mode 100644 index 0000000..604efa7 --- /dev/null +++ b/sheets/xcodebuild @@ -0,0 +1,11 @@ +# xcodebuild +# Build Xcode projects. + +# Build workspace: +xcodebuild -workspace workspace_name.workspace -scheme scheme_name -configuration configuration_name clean build SYMROOT=SYMROOT_path + +# Build project: +xcodebuild -target target_name -configuration configuration_name clean build SYMROOT=SYMROOT_path + +# Show SDKs: +xcodebuild -showsdks