Name Date Size #Lines LOC

..--

CMakeLists.txtH A D25-Jun-2021189 54

README.TXTH A D25-Jun-2021634 129

ios-armv7.txtH A D25-Jun-2021593 5857

ios-armv7s.txtH A D25-Jun-2021592 5857

ios.txtH A D25-Jun-202117 21

ios6-armv7.txtH A D25-Jun-20211.1 KiB121120

ios6-armv7s.txtH A D25-Jun-20211.1 KiB121120

ios7-arm64.txtH A D25-Jun-2021154 1716

iossim-i386.txtH A D25-Jun-2021722 8382

iossim-x86_64.txtH A D25-Jun-2021106 1312

iossim.txtH A D25-Jun-202117 21

osx-i386.txtH A D25-Jun-2021308 3635

osx.txtH A D25-Jun-202170 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