From ce1571ac01e815c71a6075a4bad1c7b5ec4820dd Mon Sep 17 00:00:00 2001 From: der richter Date: Fri, 25 Dec 2020 14:47:35 +0100 Subject: mac: drop build support for swift versions earlier than version 4.1 this drops support for swift <4.1 and with this support for xcode <=9.2. this was the last setup that is officially working on macOS 10.12. our old legacy build macOS 10.12 + xcode 9.2 is replaced by macOS 10.13 + xcode 9.4.1 with swift 4.1. the macOS 10.13 + xcode 10.1 VM is replaced by the latest macOS 10.14 + xcode 11.3.1 VM. this is the oldest version officially supported by Apple. this is in preparations for the following commit. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index cee9086666..86231b79b1 100644 --- a/wscript +++ b/wscript @@ -182,7 +182,7 @@ main_dependencies = [ 'name': '--swift', 'desc': 'macOS Swift build tools', 'deps': 'os-darwin', - 'func': compose_checks(check_swift, check_macos_sdk('10.10')), + 'func': compose_checks(check_swift('4.1'), check_macos_sdk('10.10')), }, { 'name': '--uwp', 'desc': 'Universal Windows Platform', -- cgit v1.2.3