TLDR
Enter a command. For example: valet, securityd, xed, caffeinate.

xctool

 
Tool for building Xcode projects. More information: https://github.com/facebook/xctool.
 
  • Build a single project without any workspace:
     
    xctool -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

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.