| ... | ... | @@ -1230,6 +1230,12 @@ pub const MH_APP_EXTENSION_SAFE = 0x02000000; |
| 1230 | 1230 | /// The external symbols listed in the nlist symbol table do not include all the symbols listed in the dyld info. |
| 1231 | 1231 | pub const MH_NLIST_OUTOFSYNC_WITH_DYLDINFO = 0x04000000; |
| 1232 | 1232 | |
| 1233 | /// Allow LC_MIN_VERSION_MACOS and LC_BUILD_VERSION load commands with the platforms macOS, iOSMac, iOSSimulator, tvOSSimulator and watchOSSimulator. |
| 1234 | pub const MH_SIM_SUPPORT = 0x08000000; |
| 1235 | |
| 1236 | /// Only for use on dylibs. When this bit is set, the dylib is part of the dyld shared cache, rather than loose in the filesystem. |
| 1237 | pub const MH_DYLIB_IN_CACHE = 0x80000000; |
| 1238 | |
| 1233 | 1239 | // Constants for the flags field of the fat_header |
| 1234 | 1240 | |
| 1235 | 1241 | /// the fat magic number |