From 491e6b6cf4309b90291b82d9a90d549cecbecfdc Mon Sep 17 00:00:00 2001 From: IgnazioC Date: Thu, 20 Aug 2015 06:59:07 +0200 Subject: [PATCH] fix typo and example order --- pages/osx/xctool.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/osx/xctool.md b/pages/osx/xctool.md index d152bdf5a6..424146c49d 100644 --- a/pages/osx/xctool.md +++ b/pages/osx/xctool.md @@ -1,15 +1,15 @@ # XCTool -> Tool for build Xcode projects - -- Build a project that is part of a workspace - -`xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} build` +> Tool for building Xcode projects - Build a single project without any workspace `xctool.sh -project {{YourProject.xcodeproj}} -scheme {{YourScheme}} build` +- Build a project that is part of a workspace + +`xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} build` + - Clean, build and execute all the tests `xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} clean build test`