nokeedev / gradle-native

The home of anything about Gradle support for natively compiled languages
https://nokee.dev
Apache License 2.0
47 stars 8 forks source link

Support empty input paths on PBXShellScriptBuildPhase #817

Open lacasseio opened 1 year ago

lacasseio commented 1 year ago

As a user building Xcode targets using Gradle, I want Gradle to ignore empty inputPaths in PBXShellScriptBuildPhase so that I can build Xcode targets.

It doesn't seem like empty inputPaths should be supported, but the Wikipedia application has some which break our build adapter. Ignoring the paths is probably the best solution.

Acceptance Criteria