The output location of your app, relative to the project workspace.
Specify the ".app" folder that contains the simulator build, e.g. build/Release-iphonesimulator/example.app
Note that iOS apps require a simulator build. To create a build with a script, use the command:
xcodebuild -sdk iphonesimulator
If you are using the Jenkins Xcode plugin, specify iphonesimulator for SDK under "Advanced Xcode build options".
Specify the location of your apk, e.g. app/build/outputs/apk/app-release.apk
Android apps that use the NDK (very few do) must include the x86 instruction set.