Skip to content
  • Gregor Jasny's avatar
    Xcode: Adjust deployment target SDK version to host version · 24aafbde
    Gregor Jasny authored and Brad King's avatar Brad King committed
    If the automatically selected SDK is newer than the host OS version
    and no deployment version has been set then adjust the deployment
    version to the host OS version. Otherwise the user won't be able to
    launch the executables on the build host.
    
    This is for example a problem on a MacOSX 10.10 host with Xcode 7
    which only provides a MacOSX10.11 SDK.
    24aafbde