mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 20:42:07 +02:00
fix typo and example order
This commit is contained in:
parent
689120cccc
commit
491e6b6cf4
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
# XCTool
|
# XCTool
|
||||||
|
|
||||||
> Tool for build Xcode projects
|
> Tool for building Xcode projects
|
||||||
|
|
||||||
- Build a project that is part of a workspace
|
|
||||||
|
|
||||||
`xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} build`
|
|
||||||
|
|
||||||
- Build a single project without any workspace
|
- Build a single project without any workspace
|
||||||
|
|
||||||
`xctool.sh -project {{YourProject.xcodeproj}} -scheme {{YourScheme}} build`
|
`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
|
- Clean, build and execute all the tests
|
||||||
|
|
||||||
`xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} clean build test`
|
`xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} clean build test`
|
||||||
|
|
Loading…
Add table
Reference in a new issue