openbakery / gradle-xcodePlugin

gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
Apache License 2.0
457 stars 127 forks source link

Possible to change the build location? #395

Closed adil-hussain-84 closed 6 years ago

adil-hussain-84 commented 6 years ago

I'm seeing that when I execute the xcodebuild or xcodetest Tasks the Build Location that's used is the build folder relative to the workspace. Are there any parameters available to change the Build Location? (I had a look around the Parameters documentation but I couldn't see anything for this.)

renep commented 6 years ago

have you tried the gradle buildDir? https://docs.gradle.org/current/userguide/writing_build_scripts.html

adil-hussain-84 commented 6 years ago

@renep: Perfect. That worked great. Couldn't have imagined it would be so easy!