Name Date Size #Lines LOC

..--

CMakeLists.txtH A D10-Aug-2020189 54

README.TXTH A D10-Aug-2020634 129

ios-armv7.txtH A D10-Aug-2020593 5857

ios-armv7s.txtH A D10-Aug-2020592 5857

ios.txtH A D10-Aug-202017 21

ios6-armv7.txtH A D10-Aug-20201.1 KiB121120

ios6-armv7s.txtH A D10-Aug-20201.1 KiB121120

ios7-arm64.txtH A D10-Aug-2020154 1716

iossim-i386.txtH A D10-Aug-2020722 8382

iossim-x86_64.txtH A D10-Aug-2020106 1312

iossim.txtH A D10-Aug-202017 21

osx-i386.txtH A D10-Aug-2020308 3635

osx.txtH A D10-Aug-202070 87

README.TXT

1This folder contains list of symbols that should be excluded from the builtin
2libraries for Darwin. There are two reasons symbols are excluded:
3
4(1) They aren't supported on Darwin
5(2) They are contained within the OS on the minimum supported target
6
7The builtin libraries must contain all symbols not provided by the lowest
8supported target OS. Meaning if minimum deployment target is iOS 6, all builtins
9not included in the ios6-<arch>.txt files need to be included. The one catch is
10that this is per-architecture. Since iOS 6 doesn't support arm64, when supporting
11iOS 6, the minimum deployment target for arm64 binaries is iOS 7.
12