mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:53:11 +02:00
xcodebuild: add Spanish translation (#11214)
This commit is contained in:
parent
345630acc7
commit
5097efb814
1 changed files with 16 additions and 0 deletions
16
pages.es/osx/xcodebuild.md
Normal file
16
pages.es/osx/xcodebuild.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# xcodebuild
|
||||
|
||||
> Construye proyectos Xcode.
|
||||
> Más información: <https://developer.apple.com/library/archive/technotes/tn2339/_index.html>.
|
||||
|
||||
- Construye espacio de trabajo:
|
||||
|
||||
`xcodebuild -workspace {{nombre_del_espacio_de_trabajo.workspace}} -scheme {{nombre_scheme}} -configuration {{nombre_configuration}} clean build SYMROOT={{ruta_SYMROOT}}`
|
||||
|
||||
- Construye proyecto:
|
||||
|
||||
`xcodebuild -target {{nombre_target}} -configuration {{nombre_configuration}} clean build SYMROOT={{ruta_SYMROOT}}`
|
||||
|
||||
- Muestra los SDKs:
|
||||
|
||||
`xcodebuild -showsdks`
|
Loading…
Add table
Reference in a new issue