• Home
Name Date Size #Lines LOC

..--

10.4.txtD04-Jul-20251.3 KiB138137

CMakeLists.txtD04-Jul-2025189 54

README.TXTD04-Jul-2025634 129

ios-armv7.txtD04-Jul-2025593 5857

ios-armv7s.txtD04-Jul-2025592 5857

ios.txtD04-Jul-202517 21

ios6-armv7.txtD04-Jul-20251.1 KiB121120

ios6-armv7s.txtD04-Jul-20251.1 KiB121120

ios7-arm64.txtD04-Jul-2025154 1716

iossim-i386.txtD04-Jul-2025722 8382

iossim-x86_64.txtD04-Jul-2025106 1312

iossim.txtD04-Jul-202517 21

osx-i386.txtD04-Jul-2025308 3635

osx.txtD04-Jul-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