page format: lowercase command names consistently (#1083)

This commit is contained in:
Waldir Pimenta
2016-09-22 08:03:38 +01:00
committed by GitHub
parent 5a54763c72
commit 1072483744
9 changed files with 18 additions and 18 deletions

View File

@@ -1,10 +1,10 @@
# XCTool
# xctool
> Tool for building Xcode projects.
- Build a single project without any workspace:
`xctool.sh -project {{YourProject.xcodeproj}} -scheme {{YourScheme}} build`
`xctool -project {{YourProject.xcodeproj}} -scheme {{YourScheme}} build`
- Build a project that is part of a workspace: