···286286#define LC_ENCRYPTION_INFO_64 0x2C /* 64-bit encrypted segment information */
287287#define LC_LINKER_OPTION 0x2D /* linker options in MH_OBJECT files */
288288#define LC_LINKER_OPTIMIZATION_HINT 0x2E /* optimization hints in MH_OBJECT files */
289289+#define LC_VERSION_MIN_TVOS 0x2F /* build for AppleTV min OS version */
290290+#define LC_VERSION_MIN_WATCHOS 0x30 /* build for Watch min OS version */
289291290292291293/*