Files
CMake/Modules/Platform
Alexandru Croitor 170e598add iOS: Fix detection of supported SDK architectures
Instead of relying on SDKSettings.plist which does not contain the
certain architectures, deduce the supported architectures by
inspecting libSystem.tbd and libSystem.dylib.

.tbd files are text files, so just parse out the archs string.
.dylib files can be fat or non-fat, so use lipo -info to extract
the architectures and parse lipo output.

Fixes: #20588
2020-04-16 07:51:03 -04:00
..
2020-02-10 10:32:37 -05:00
2017-05-17 11:26:11 -06:00
2019-03-05 09:42:41 -05:00