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()