2016-09-22 08:03:38 +01:00
|
|
|
# xctool
|
2015-08-19 12:11:49 +02:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
> Tool for building Xcode projects.
|
2019-06-03 02:06:36 +02:00
|
|
|
> More information: <https://github.com/facebook/xctool>.
|
2015-08-19 12:11:49 +02:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Build a single project without any workspace:
|
2015-08-19 12:11:49 +02:00
|
|
|
|
2016-09-22 08:03:38 +01:00
|
|
|
`xctool -project {{YourProject.xcodeproj}} -scheme {{YourScheme}} build`
|
2015-08-19 12:11:49 +02:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Build a project that is part of a workspace:
|
2015-08-20 06:59:07 +02:00
|
|
|
|
|
|
|
`xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} build`
|
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Clean, build and execute all the tests:
|
2015-08-19 12:11:49 +02:00
|
|
|
|
|
|
|
`xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} clean build test`
|