👷🏻‍♀️ Use Xcode 10

via DEVELOPER_DIR env var
This commit is contained in:
Ben Chatelain 2020-05-11 20:15:02 -06:00
parent 610583c726
commit 8591715372

1
Jenkinsfile vendored
View file

@ -30,6 +30,7 @@ pipeline {
LANG = 'en_US.UTF-8'
LANGUAGE = 'en_US.UTF-8'
LC_ALL = 'en_US.UTF-8'
DEVELOPER_DIR = '/Applications/Xcode-10.app'
}
stages {