• Home
Name Date Size #Lines LOC

..--

10.4.txtD03-May-20241.3 KiB138137

CMakeLists.txtD03-May-2024189 54

README.TXTD03-May-2024634 129

ios-armv7.txtD03-May-2024593 5857

ios-armv7s.txtD03-May-2024592 5857

ios.txtD03-May-202417 21

ios6-armv7.txtD03-May-20241.1 KiB121120

ios6-armv7s.txtD03-May-20241.1 KiB121120

ios7-arm64.txtD03-May-2024154 1716

iossim-i386.txtD03-May-2024722 8382

iossim-x86_64.txtD03-May-2024106 1312

iossim.txtD03-May-202417 21

osx-i386.txtD03-May-2024308 3635

osx.txtD03-May-202470 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