[build-script] Remove Xcode generation support

This was quite brittle and has now been superseded
by swift-xcodegen. Remove the CMake/build-script
logic for it, leaving the option behind to inform
users to switch to using xcodegen instead.
This commit is contained in:
Hamish Knight
2025-02-12 10:28:15 +00:00
parent 7a7e6c2830
commit d260bd8ddb
21 changed files with 39 additions and 511 deletions

View File

@@ -1023,11 +1023,6 @@ set(SWIFT_GYB_FLAGS
set(SWIFT_MODULE_CACHE_PATH
"${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/module-cache")
# Xcode: use libc++ and c++11 using proper build settings.
if(XCODE)
swift_common_xcode_cxx_config()
endif()
# Check what linux distribution is being used.
# This can be used to determine the default linker to use.
if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.22")