Skip to content

Commit

Permalink
Fix mistranslation of external sources
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Rocha <rochab@spotify.com>
  • Loading branch information
rockbruno committed May 16, 2024
1 parent 7683fae commit 41d702c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/import_indexstores/ImportIndexstores.swift
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Intermediates\.noindex/Previews/[^/]*/Intermediates\.noindex
}

let xcodeOutputBase = xcodeExecutionRoot
.split(separator: "/")
.split(separator: "/", omittingEmptySubsequences: false)
.dropLast(2)
.joined(separator: "/")

Expand Down

0 comments on commit 41d702c

Please sign in to comment.