this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update mach-o/loader.h

+2
+2
platform-include/mach-o/loader.h
··· 286 286 #define LC_ENCRYPTION_INFO_64 0x2C /* 64-bit encrypted segment information */ 287 287 #define LC_LINKER_OPTION 0x2D /* linker options in MH_OBJECT files */ 288 288 #define LC_LINKER_OPTIMIZATION_HINT 0x2E /* optimization hints in MH_OBJECT files */ 289 + #define LC_VERSION_MIN_TVOS 0x2F /* build for AppleTV min OS version */ 290 + #define LC_VERSION_MIN_WATCHOS 0x30 /* build for Watch min OS version */ 289 291 290 292 291 293 /*