usr-sse2 / RDM

Easily set Mac Retina display to higher unsupported resolutions
1.13k stars 75 forks source link

Increase minimum target MacOS version to 10.13 #63

Closed balakine closed 1 year ago

balakine commented 1 year ago

The minimum supported version for Xcode 14.3 is 10.13. Attempting to build with 10.10 results in failure:

ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)

/Users/**/RDM/RDM.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 13.3.99. (in target 'RDM' from project 'RDM')