openbakery / gradle-xcodePlugin

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

Removes libxcode and libxcodetools from maven pom for local installs #445

Closed mathiasnagler closed 3 years ago

mathiasnagler commented 3 years ago

Recently, there was a change to remove libxcode and libxcodetools from the maven pom (see e53b63054519a97633ed9fda095f59611646d715). Unfortunately, the change was only done for the uploadArchives task but not when installing the plugin locally for debugging. I added the same change to the pom for the install task as well.

mathiasnagler commented 3 years ago

cc: @fonkadelic