Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support paths with spaces in them #115

Merged
merged 2 commits into from
Oct 3, 2024
Merged

Support paths with spaces in them #115

merged 2 commits into from
Oct 3, 2024

Conversation

dfed
Copy link
Owner

@dfed dfed commented Oct 3, 2024

No description provided.

@dfed dfed self-assigned this Oct 3, 2024
Copy link

codecov bot commented Oct 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.59%. Comparing base (065f757) to head (cea830a).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #115   +/-   ##
=======================================
  Coverage   99.59%   99.59%           
=======================================
  Files          33       33           
  Lines        2728     2728           
=======================================
  Hits         2717     2717           
  Misses         11       11           

@dfed dfed marked this pull request as ready for review October 3, 2024 19:20
@@ -48,7 +48,7 @@ struct SafeDIGenerateDependencyTree: BuildToolPlugin {
}
let inputSourcesFilePath = context.pluginWorkDirectoryURL.appending(path: "InputSwiftFiles.csv").path()
try Data(
(targetSwiftFiles.map { $0.path() } + dependenciesSourceFiles.map { $0.path() })
(targetSwiftFiles.map { $0.path(percentEncoded: false) } + dependenciesSourceFiles.map { $0.path(percentEncoded: false) })
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this didn't seem necessary in Xcode 15 but... oh well.

@dfed dfed merged commit 43a838e into main Oct 3, 2024
13 checks passed
@dfed dfed deleted the dfed--files-with-spaces branch October 3, 2024 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant