xbmc/cmake/scripts/darwin_embedded
fuzzard fb7c6b57ed [cmake][darwin] blank a number of xcode variables
Tahoe seems to be setting *_DEPLOYMENT_TARGET variables for targets that arent
required for a project. Force unset the unnecessary variables to stop issues with
targets that shell out their process, which would inadvertently then think it was
building an incorrect target

example error
/macos/clang:1:1: conflicting deployment targets, both '12.0' and '25.1' are present in environment

example env
    <...>
    DRIVERKIT_DEPLOYMENT_TARGET = 25.1
    <...>
    IPHONEOS_DEPLOYMENT_TARGET = 12.0
    <...>
    XROS_DEPLOYMENT_TARGET = 26.1
    <...>
2025-11-20 18:27:15 +10:00
..
ArchSetup.cmake [cmake][darwin] blank a number of xcode variables 2025-11-20 18:27:15 +10:00
ExtraTargets.cmake [tools/codesign][tvOS] Fake sign kodi-topshelf and other binaries 2020-09-13 15:02:22 +02:00
Install.cmake use literal make command instead of variable in Xcode 2024-02-11 10:18:19 +03:00
Macros.cmake [cmake] Fix LibDVD* for all platforms 2024-07-09 21:07:37 +10:00
PathSetup.cmake [tvOS] Initial Platform Commit for Apple TVOS 2020-01-08 19:08:11 +10:00