Merge pull request #292 from ignazioc/features/add_xctool
Added page for xctool
This commit is contained in:
File diff suppressed because one or more lines are too long
15
pages/osx/xctool.md
Normal file
15
pages/osx/xctool.md
Normal file
@@ -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`
|
Reference in New Issue
Block a user