Changes between Version 2 and Version 3 of Ticket #58579, comment 6


Ignore:
Timestamp:
Jul 23, 2020, 4:16:43 AM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58579, comment 6

    v2 v3  
    33After all -- why require a certain Xcode version? clang capability? We cover that easily with newer compilers. Certain system feature? LegacySupport supplies almost anything we need. Specific MacOSX SDK feature -- this might be an issue -- but often we can use a newer SDK, or work around it with a bit of minor {{{#ifdef}}}ing.
    44
    5 There are really only very rare reasons a certain Xcode version might be needed -- when it exists, it seems to usually be Pull Request that is accepted, submitted by someone who often doesn't understand the actual problem quite like we might, judging by the PRs I've seen accepted.
     5There are really only very rare reasons a certain Xcode version might be needed -- when it exists, it seems to usually be Pull Request that is accepted, submitted by someone who often doesn't understand how to work around these issues like we might.