Advertisement
Guest User

Untitled

a guest
May 24th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. action ...
  2. Specify one or more actions to perform. Available actions are:
  3.  
  4. build Build the target in the build root (SYMROOT). This is the default action, and is used if no action is given.
  5.  
  6. build-for-testing Build the target and associated tests in the build root (SYMROOT). This will also produce an xctestrun file in
  7. the build root. This requires specifying a scheme.
  8.  
  9. analyze Build and analyze a target or scheme from the build root (SYMROOT). This requires specifying a scheme.
  10.  
  11. archive Archive a scheme from the build root (SYMROOT). This requires specifying a scheme.
  12.  
  13. test Test a scheme from the build root (SYMROOT). This requires specifying a scheme and optionally a destination.
  14.  
  15. test-without-building Test compiled bundles. If a scheme is provided with -scheme then the command finds bundles in the build root
  16. (SRCROOT). If an xctestrun file is provided with -xctestrun then the command finds bundles at paths specified in
  17. the xctestrun file.
  18.  
  19. installsrc Copy the source of the project to the source root (SRCROOT).
  20.  
  21. install Build the target and install it into the target's installation directory in the distribution root (DSTROOT).
  22.  
  23. clean Remove build products and intermediate files from the build root (SYMROOT).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement