From 7ef4dc78bccaf749718c4aaa6cce42787f9921a1 Mon Sep 17 00:00:00 2001 From: Andrey Filipenkov Date: Mon, 20 May 2024 11:47:47 +0300 Subject: [PATCH] Xcode: remove line about CMake --- integrations/xcode.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/integrations/xcode.rst b/integrations/xcode.rst index 47ea7cf83412..6889817dff1a 100644 --- a/integrations/xcode.rst +++ b/integrations/xcode.rst @@ -7,8 +7,6 @@ Conan provides different tools to integrate with Xcode IDE, providing all the ne information about the dependencies, build options and also to build projects created with Xcode in recipes. They can be imported from ``conan.tools.apple``. The most relevant tools are: -Please also check the reference for the CMakeDeps, CMakeToolchain, and CMake tools: - - `XcodeDeps`: the dependency information generator for Xcode. It will generate multiple `.xcconfig` configuration files, that can be used by consumers using xcodebuild in the command line or adding them to the Xcode IDE.