From d21ad9d1ea58bf82c076ac32085dcdd2816cd042 Mon Sep 17 00:00:00 2001 From: Quentin Bandera Date: Thu, 11 Apr 2024 10:19:10 +0200 Subject: [PATCH] Update JenkinsFile Xcode version --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 85bdaad..34c30ee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ library "openiumpipeline" -env.DEVELOPER_DIR="/Applications/Xcode-15.0.1.app/Contents/Developer" +env.DEVELOPER_DIR="/Applications/Xcode-15.3.0.app/Contents/Developer" //env.SIMULATOR_DEVICE_TYPES="iPad--7th-generation-" env.IS_PACKAGE_SWIFT=1 env.TARGETS_MACOS=1