diff options
author | Alexandru Croitor <alexandru.croitor@qt.io> | 2020-04-16 09:12:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-04-16 11:51:03 (GMT) |
commit | 170e598add5c7bbfab2c40f4e2db1ceaec32417e (patch) | |
tree | 297441f154f29ee58b28284f3dcf92c86def1d29 /Source | |
parent | bd580b7d568493a795a855c0710ba4ad88532485 (diff) | |
download | CMake-170e598add5c7bbfab2c40f4e2db1ceaec32417e.zip CMake-170e598add5c7bbfab2c40f4e2db1ceaec32417e.tar.gz CMake-170e598add5c7bbfab2c40f4e2db1ceaec32417e.tar.bz2 |
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
Diffstat (limited to 'Source')
0 files changed, 0 insertions, 0 deletions