Name Date Size #Lines LOC

..--

10.4.txtH A D25-Apr-20251.3 KiB138137

CMakeLists.txtH A D25-Apr-2025189 54

README.TXTH A D25-Apr-2025634 129

ios-armv7.txtH A D25-Apr-2025593 5857

ios-armv7s.txtH A D25-Apr-2025592 5857

ios.txtH A D25-Apr-202517 21

ios6-armv7.txtH A D25-Apr-20251.1 KiB121120

ios6-armv7s.txtH A D25-Apr-20251.1 KiB121120

ios7-arm64.txtH A D25-Apr-2025154 1716

iossim-i386.txtH A D25-Apr-2025722 8382

iossim-x86_64.txtH A D25-Apr-2025106 1312

iossim.txtH A D25-Apr-202517 21

osx-i386.txtH A D25-Apr-2025308 3635

osx.txtH A D25-Apr-202570 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