From 29aff39c563692102af011bc67f08b0826a88f24 Mon Sep 17 00:00:00 2001 From: "Michael Cummings (MSFT)" Date: Mon, 25 Nov 2024 04:05:17 -0500 Subject: [PATCH] Added note to warn about macOS requirement (#2640) --- docs/macios/xcsync.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/macios/xcsync.md b/docs/macios/xcsync.md index 6e1fe1718..408a538c3 100644 --- a/docs/macios/xcsync.md +++ b/docs/macios/xcsync.md @@ -21,6 +21,9 @@ Supported file types include: The tool has two commands: `generate` and `sync`. Use `generate` to create an Xcode project from a .NET project and `sync` to bring changes in the Xcode project back to the .NET project. +> [!NOTE] +> This tool is only available for macOS due to the interactions with Xcode. + # [Visual Studio Code](#tab/visual-studio-code)