fix typo and example order
This commit is contained in:
@@ -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`
|
||||
|
Reference in New Issue
Block a user