From 00634133d6fcdaf3341ff3d13ea5e4acb15e92e1 Mon Sep 17 00:00:00 2001 From: Francesco Paolo Severino <96546612+fpseverino@users.noreply.github.com> Date: Tue, 18 Mar 2025 17:45:24 +0100 Subject: [PATCH] Update Xcode page --- docs/getting-started/xcode.de.md | 6 +----- docs/getting-started/xcode.es.md | 6 +----- docs/getting-started/xcode.it.md | 6 +----- docs/getting-started/xcode.ja.md | 6 +----- docs/getting-started/xcode.ko.md | 6 +----- docs/getting-started/xcode.md | 6 +----- docs/getting-started/xcode.nl.md | 6 +----- docs/getting-started/xcode.pl.md | 4 ---- docs/getting-started/xcode.zh.md | 6 +----- 9 files changed, 8 insertions(+), 44 deletions(-) diff --git a/docs/getting-started/xcode.de.md b/docs/getting-started/xcode.de.md index d458ebc0..79d02216 100644 --- a/docs/getting-started/xcode.de.md +++ b/docs/getting-started/xcode.de.md @@ -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 ``` \ No newline at end of file diff --git a/docs/getting-started/xcode.es.md b/docs/getting-started/xcode.es.md index 2ecc519d..9b73a506 100644 --- a/docs/getting-started/xcode.es.md +++ b/docs/getting-started/xcode.es.md @@ -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 ``` diff --git a/docs/getting-started/xcode.it.md b/docs/getting-started/xcode.it.md index 0b3dc8db..21a27890 100644 --- a/docs/getting-started/xcode.it.md +++ b/docs/getting-started/xcode.it.md @@ -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 ``` diff --git a/docs/getting-started/xcode.ja.md b/docs/getting-started/xcode.ja.md index c8df08d9..15bc547b 100644 --- a/docs/getting-started/xcode.ja.md +++ b/docs/getting-started/xcode.ja.md @@ -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 ``` diff --git a/docs/getting-started/xcode.ko.md b/docs/getting-started/xcode.ko.md index 9c9a5f97..e43fd4a2 100644 --- a/docs/getting-started/xcode.ko.md +++ b/docs/getting-started/xcode.ko.md @@ -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 ``` diff --git a/docs/getting-started/xcode.md b/docs/getting-started/xcode.md index dccd74b0..5d7e0e7e 100644 --- a/docs/getting-started/xcode.md +++ b/docs/getting-started/xcode.md @@ -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 ``` diff --git a/docs/getting-started/xcode.nl.md b/docs/getting-started/xcode.nl.md index af98cbac..c1d1b9d6 100644 --- a/docs/getting-started/xcode.nl.md +++ b/docs/getting-started/xcode.nl.md @@ -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 ``` diff --git a/docs/getting-started/xcode.pl.md b/docs/getting-started/xcode.pl.md index f1944f9c..756b2a2e 100644 --- a/docs/getting-started/xcode.pl.md +++ b/docs/getting-started/xcode.pl.md @@ -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 ``` \ No newline at end of file diff --git a/docs/getting-started/xcode.zh.md b/docs/getting-started/xcode.zh.md index 16e6c414..5bdf9be8 100644 --- a/docs/getting-started/xcode.zh.md +++ b/docs/getting-started/xcode.zh.md @@ -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 ```