swift-package-list icon indicating copy to clipboard operation
swift-package-list copied to clipboard

Add `customSourcePackagesPath` to build plugin

Open briannadoubt opened this issue 6 months ago • 4 comments

When using xcodebuild from the CLI with a -clonedSourcePackagesDirPath flag, this plugin fails. By adding a custom path to the config file we can leverage this value, and set the path up in a custom way to match our CLI. Because of the way the plugin was already doing the possibleSourcePackagesPaths check we can just add this path there and it doesn't break local builds.

briannadoubt avatar Apr 09 '25 06:04 briannadoubt