|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

lacostej,
Any cordova project (hello word) you can use.
You need to install node, npm, and cordova (sudo npm -g install cordova)
Create a project:
cordova create testproj (this will create a hello word project)
We use plugin "Workspace Cleanup Plugin" enabled.
First step of build: shell execute:
"
export PATH=$PATH:/usr/local/bin:/App/android-sdk-macosx/tools:/App/android-sdk-macosx/platform-tools:/App/apache-ant-1.9.4/bin
cordova platform add ios
cordova prepare ios
"
Next build step is xcode-plugin.