this repo has no description
1
fork

Configure Feed

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

Bump reported macOS version to 10.12

+5 -5
+3 -3
src/CoreServices/SystemVersion.plist
··· 5 5 <key>ProductBuildVersion</key> 6 6 <string>Darling</string> 7 7 <key>ProductCopyright</key> 8 - <string>2012-2015 Lubos Dolezel</string> 8 + <string>2012-2017 Lubos Dolezel</string> 9 9 <key>ProductName</key> 10 10 <string>Mac OS X</string> 11 11 <key>ProductUserVisibleVersion</key> 12 - <string>10.8</string> 12 + <string>10.12</string> 13 13 <key>ProductVersion</key> 14 - <string>10.8</string> 14 + <string>10.12</string> 15 15 </dict> 16 16 </plist>
+2 -2
src/kernel/emulation/linux/CMakeLists.txt
··· 10 10 11 11 add_definitions(-DBSDTHREAD_WRAP_LINUX_PTHREAD 12 12 -DEMULATED_SYSNAME="Darwin" 13 - -DEMULATED_RELEASE="12.0.0" 14 - -DEMULATED_VERSION="Darwin Kernel Version 12.0.0") 13 + -DEMULATED_RELEASE="16.0.0" 14 + -DEMULATED_VERSION="Darwin Kernel Version 16.0.0") 15 15 16 16 17 17 include_directories(${CMAKE_SOURCE_DIR}/src/dyld)