When using the Apple Gradle DSL plugin `org.jetbra...
# ios
d
When using the Apple Gradle DSL plugin
org.jetbrains.gradle.apple.applePlugin
, does anyone know how control which destination(s) are being built for? I can query
destinations
in the DSL which tells me Device and Simulator. I need to restrict it to only Device as I have a Project dependency which won't build for Sim. When using
xcodebuild
this is the
-destination
switch... I guess if I can find the source to the Apple plugin I could find if that switch is ever applied and trace it back...