Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
10.4.txt | D | 22-Nov-2023 | 1.3 KiB | 138 | 137 | |
CMakeLists.txt | D | 22-Nov-2023 | 189 | 5 | 4 | |
README.TXT | D | 22-Nov-2023 | 634 | 12 | 9 | |
ios-armv7.txt | D | 22-Nov-2023 | 593 | 58 | 57 | |
ios-armv7s.txt | D | 22-Nov-2023 | 592 | 58 | 57 | |
ios.txt | D | 22-Nov-2023 | 17 | 2 | 1 | |
ios6-armv7.txt | D | 22-Nov-2023 | 1.1 KiB | 121 | 120 | |
ios6-armv7s.txt | D | 22-Nov-2023 | 1.1 KiB | 121 | 120 | |
ios7-arm64.txt | D | 22-Nov-2023 | 154 | 17 | 16 | |
iossim-i386.txt | D | 22-Nov-2023 | 722 | 83 | 82 | |
iossim-x86_64.txt | D | 22-Nov-2023 | 106 | 13 | 12 | |
iossim.txt | D | 22-Nov-2023 | 17 | 2 | 1 | |
osx-i386.txt | D | 22-Nov-2023 | 308 | 36 | 35 | |
osx.txt | D | 22-Nov-2023 | 70 | 8 | 7 |
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