Commit cfdce07
authored
Ensure file path isn't percent encoded in the plugin (#2086)
Motivation:
In Swift 6, SwiftPM deprecated its Path based API for plugins and moved
to Foundation's URL. On Darwin, getting the path of a URL percent
encodes it which leads to build issues in Xcode.
Modifications:
- Make sure the path isn't percent encoded
Result:
- Plugin works again
- Resolves #20851 parent 183fe93 commit cfdce07
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
0 commit comments