Changes
- Under all Xcodes and
xcodebuilds — Carthage will passSUPPORTS_MACCATALYST=NOjust beforeCARTHAGE=YES.- We consider adding that passed/hardcoded build setting safe — considering any likelihood ‘build setting chaining/interpolation’ using
SUPPORTS_MACCATALYSTis guessed to be almost entirely non-existent. Please file an issue if unexpected effects are seen.
- We consider adding that passed/hardcoded build setting safe — considering any likelihood ‘build setting chaining/interpolation’ using
- Under al...