From 80ff2dda048f04bb8728e9ec3e5daa56f060438f Mon Sep 17 00:00:00 2001 From: Thibaut Schmitt Date: Mon, 5 Sep 2022 10:20:03 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 72e3771..8409a21 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,8 @@ library "openiumpipeline" -//env.DEVELOPER_DIR="/Applications/Xcode_12.4.app/Contents/Developer" +env.DEVELOPER_DIR="/Applications/Xcode_13.3.0.app/Contents/Developer" //env.SIMULATOR_DEVICE_TYPES="iPad--7th-generation-" +env.IS_PACKAGE_SWIFT=1 +env.TARGETS_MACOS=1 iOSpipeline()