Set environment variables in Xcode from Jenkins shell script

Is there a way to change environment variables for Xcode 6 (works on OS X Yosemite), set options from Jenkins shell script? eg How to do the following directly from the script: "CODE_SIGN_RESOURCE_RULES_PATH = $ (SDKROOT) /ResourceRules.plist"?

+3


source to share





All Articles