Browse Source

Merge pull request #292 from ignazioc/features/add_xctool

Added page for xctool
Ruben Vereecken 9 years ago
parent
commit
caa4146074
2 changed files with 15 additions and 0 deletions
  1. 0 0
      pages/index.json
  2. 15 0
      pages/osx/xctool.md

File diff suppressed because it is too large
+ 0 - 0
pages/index.json


+ 15 - 0
pages/osx/xctool.md

@@ -0,0 +1,15 @@
+# XCTool
+
+> 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`

Some files were not shown because too many files changed in this diff