Update Xcode page

This commit is contained in:
Francesco Paolo Severino 2025-03-18 17:45:24 +01:00 committed by GitHub
parent fe2ba1d320
commit 00634133d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 8 additions and 44 deletions

View File

@ -18,15 +18,11 @@
Für den Fall, dass du den Pfad zu deinem Projekt nicht kennst, kannst du mit Hilfe des Terminal-Befehls 'pwd' den Pfad ganz einfach herausfinden.
```
# verify we are in vapor project folder
vapor --version
```sh
# get path to this folder
pwd
```
```
framework: 4.x.x
toolbox: 18.x.x
/path/to/project
```

View File

@ -28,9 +28,7 @@ En el editor de esquemas, elige la acción _App_ y la pestaña _Options_. Selecc
Puedes obtener la dirección completa a la raíz de tu proyecto ejecutando `pwd` en una ventana de terminal ubicada en el proyecto.
```fish
# verificar que estamos en la carpeta del proyecto de vapor
vapor --version
```sh
# obtener la dirección de la carpeta
pwd
```
@ -38,7 +36,5 @@ pwd
Deberías obtener una salida similar a la que se muestra a continuación.
```
framework: 4.x.x
toolbox: 18.x.x
/path/to/project
```

View File

@ -28,9 +28,7 @@ Nell'editor dello schema, scegliere l'azione _App_ e la scheda _Options_. Selezi
Si può ottenere il percorso completo alla cartella principale del progetto eseguendo `pwd` da una finestra del terminale aperta lì.
```fish
# verificare di essere nella cartella del progetto vapor
vapor --version
```sh
# ottenere il percorso di questa cartella
pwd
```
@ -38,7 +36,5 @@ pwd
Si dovrebbe vedere un output simile al seguente.
```
framework: 4.x.x
toolbox: 18.x.x
/percorso/al/progetto
```

View File

@ -28,9 +28,7 @@
プロジェクトのルートへのフルパスは、その場所で開いたターミナルウィンドウから `pwd` を実行することで取得できます。
```fish
# verify we are in vapor project folder
vapor --version
```sh
# get path to this folder
pwd
```
@ -38,7 +36,5 @@ pwd
以下のような出力が表示されるはずです。
```
framework: 4.x.x
toolbox: 18.x.x
/path/to/project
```

View File

@ -28,9 +28,7 @@ scheme editor에서 Options탭을 선택한 후 Use custom working directory를
프로젝트의 루트 폴더의 전체 경로를 얻으려면 해당 위치에서 터미널 창을 열고 `pwd`를 실행하세요.
```fish
# verify we are in vapor project folder
vapor --version
```sh
# get path to this folder
pwd
```
@ -38,7 +36,5 @@ pwd
다음과 유사한 출력이 나타날 것입니다.
```
framework: 4.x.x
toolbox: 18.x.x
/path/to/project
```

View File

@ -28,9 +28,7 @@ In the scheme editor, choose the _App_ action and the _Options_ tab. Check _Use
You can get the full path to your project's root by running `pwd` from a terminal window open there.
```fish
# verify we are in vapor project folder
vapor --version
```sh
# get path to this folder
pwd
```
@ -38,7 +36,5 @@ pwd
You should see output similar to the following.
```
framework: 4.x.x
toolbox: 18.x.x
/path/to/project
```

View File

@ -28,9 +28,7 @@ Kies in de schema editor de actie _App_ en het tabblad _Options_. Vink _Use cust
U kunt het volledige pad naar de root van uw project krijgen door `pwd` uit te voeren vanuit een terminal venster dat daar geopend is.
```fish
# controleer of we in de Vapor project map zijn
vapor --version
```sh
# haal het pad naar deze map op
pwd
```
@ -38,7 +36,5 @@ pwd
U zou uitvoer moeten zien zoals hieronder.
```
framework: 4.x.x
toolbox: 18.x.x
/path/to/project
```

View File

@ -29,8 +29,6 @@ W edytorze schematów wybierz akcję _App_ i zakładkę _Options_. Zaznacz opcj
Możesz uzyskać pełną ścieżkę do katalogu głównego projektu, uruchamiając `pwd` z otwartego tam okna terminala.
```sh
# Sprawdź, czy jesteśmy w folderze projektu vapor
vapor --version
# Uzyskaj ścieżkę do tego folderu
pwd
```
@ -38,7 +36,5 @@ pwd
Powinieneś zobaczyć dane wyjściowe podobne do poniższych.
```
framework: 4.x.x
toolbox: 18.x.x
/path/to/project
```

View File

@ -28,9 +28,7 @@ Xcode 将默认在 _DerivedData_ 目录运行项目。这与项目的根目录
你可以在终端中运行 `pwd` 来获取你项目根目录的绝对目录。
```fish
# 确认我们在 vapor 项目目录
vapor --version
```sh
# 获取当前目录的路径
pwd
```
@ -38,7 +36,5 @@ pwd
你应该能看见类似下面的输出。
```
framework: 4.x.x
toolbox: 18.x.x
/path/to/project
```