resgen.swift/Jenkinsfile
Thibaut Schmitt 1e073af5df
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Fix architecture generation and add enum key of each string in R2String
2023-05-12 11:33:36 +02:00

9 lines
209 B
Groovy

library "openiumpipeline"
env.DEVELOPER_DIR= "/Applications/Xcode-14.3.0.app/Contents/Developer"
//env.SIMULATOR_DEVICE_TYPES="iPad--7th-generation-"
env.IS_PACKAGE_SWIFT=1
env.TARGETS_MACOS=1
iOSpipeline()